
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body * {
    font-family: Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
    padding: 0;
    border: 0;
    margin: 0;
    cursor: default;
    font-size: 14px;
    line-height: 150%;
}
/*malert*/
.alertmsgDiv {
    text-align: center;
    position: fixed;
    top: -35px;
    width: auto;
    left: 40%;
    z-index: 10001;
    height: auto;
    background-color: #FFFC38;
    border: 1px solid #ccc;
}

.alertMsgText {
    display: block;
    font-size: 15px;
    height: auto;
    line-height: 25px;
    padding: 6px 20px;
}


.popWindow{
    position: fixed;
    background-color: #fff;
    border: 1px solid #888;
    box-shadow: 0 0 12px #888;
}
.popWindow>.title{
    position: absolute;
    overflow: hidden;
    right: 0;
    left: 0;
    top: 0;
    font-size: 18px;
    padding: 4px 20px 3px 12px;
    background-color: #53C261;
    color: #fff;
}
.popWindow>.content{
    bottom: 45px;
    left: 10px;
    overflow: auto;
    position: absolute;
    right: 10px;
    top: 40px;
}
.popWindow>.icon-close{
    position: absolute;
    background-color: #444444;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 1px #444444;
    color: #FFFFFF;
    font-size: 14px;
    margin: 3px;
    padding: 8px;
    right: -18px;
    text-shadow: 0 0 0 #FFFFFF;
    top: -18px;
    cursor: pointer;
    z-index: 1;
}
.font1 {
    font-size: 18px;
}

.font2 {
    font-size: 16px;
}

.font3 {
    font-size: 13px;
}

.mainIndexTitle {
    font-weight: bold;
}

a {
    color: #444;
}

a:hover {
    color: #3FC267;
}

.highTitle {
    color: #0F963F;
}

a.blue {
    color: #468ED3;
}

.high {
    color: #229E4A;
}

.notHigh {
    color: #888;
}

.notHigh_back {
    background-color: #F2F1EC;
}

p {
    line-height: 200%;
    text-indent: 2em;
    padding: 5px 0;
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearDiv {
    clear: both;
    float: none;
}

.headCon {

    background-color: #229E4A;
}

.headCon > .headBack {
    width: 1010px;
    height: 75px;
    margin: 0 auto;
    background-color: #229E4A;
}

.headCon > .headBack > img {
    float: left;
    margin-top: 15px;
}

.headCon > .headBack > .search {
    float: left;
    margin-left: 220px;
    margin-top: 20px;
}

.headCon > .headBack > .search input {
    padding: 5px 18px;
    background-color: #3FC267;
    color: #fff;
    border: 0;
    width: 260px;
}

.headCon > .headBack > .search i {
    background-color: #3FC267;
    padding: 8px;
    border-radius: 20px;
    color: #ffffff;
    margin-left: 5px;
    margin-top: 4px;
}

.login {
    float: right;
    background-color: #3FC267;
    margin-top: 15px;
    padding: 5px 20px;
    border-radius: 20px;
    color: #ffffff;
}

 .login a {
    font-size: 15px;
    cursor: pointer;
}

 .login a:HOVER {
    color: #229E4A;
}
 .login > .loggedin>.username {
    float: left;
    margin-top: 7px;
    margin-left: 5px;
    cursor: pointer;
}
 .login > .loggedin>.logout {
    float: left;
    margin-top: 7px;
    margin-left: 5px;
    cursor: pointer;
}


 .login > .loggedin> img {
    float: left;
    width: 35px;
    cursor: pointer;
}

.footerCon {
    background-color: #3C3C3C;
}

.footerCon > .footerDiv {
    padding-bottom: 15px;
    background-color: #3C3C3C;
}

.headMenu a {
    color: #000;
    text-decoration: none;
}

.footerCon > .footerDiv a {
    color: #fff;
    text-decoration: none;
}

.footerCon > .shareCon a {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
}

.footerCon > .footerDiv a:HOVER {
    color: #ff5a00;
}

.footerCon > .shareCon a:HOVER {
    color: #ff5a00;
}

.footerCon > .text p {
    color: #fff;
    padding-left: 33px;
    font-size: 16px;
}

.columnMenu p:HOVER {
    color: #ff5a00;
}

.headCon a {
    color: #fff;
    text-decoration: none;
}

.footerDiv {
    text-align: center;
    padding: 4px 10px;
}

.footerDiv > div {
    margin-top: 6px;
}

.footerDiv > div span {
    margin: 0 10px;
}

#searchForm>input::-webkit-input-placeholder {
    color: #AFFFC6 ; /*  WebKit browsers */
}

#searchForm>input:-moz-placeholder {
    color: #AFFFC6 ; /* Mozilla Firefox 4 to 18  */
}

#searchForm>input::-moz-placeholder {
    color: #AFFFC6 ; /* Mozilla Firefox 19+ */
}

#searchForm>input:-ms-input-placeholder {
    color: #AFFFC6 ; /* Internet Explorer 10+ */
}

.menuUl {
    width: 1010px;
    margin: 0 auto;
    list-style: none;
    background-color: #F2F1EC;
}

.menuUl > li.mitem {
    float: left;
    text-align: center;
    list-style: none;
    padding: 6px 16px;
    margin: 0 1px;
    border-bottom: 4px solid #F2F1EC;
}

.menuUl > li.mitem:HOVER, .menuUl > li.mitem.selected {
    cursor: pointer;
    border-bottom: 3px solid #229E4A;
}

.columnMenu > .item.selected {
    background-color: #3FC267;
    color: #fff;
}

.item.selected p {
    padding-top: 8px;
    color: #fff;
}

.articleList > .item:first-child {
    border-top: 0 solid #ddd;
}

#items > .item,.articleList > .item {
    padding: 10px 0px 10px 12px;
    border-bottom: 1px solid #ddd;

}
.ImgDiv img{
    width: 100%;
    height:100%;
}
.articleList > .item > .time {
    width: 100px;
}

.articleList.right > .item {
    border-bottom: 0px solid #ddd;
    border-top: 1px solid #ddd;
}

.articleList > .item.selected > a {
    color: #229E4A;
}

.articleList.right > .item:first-child {
    border-bottom: 0px solid #ddd;
    border-top: 0px solid #ddd;
}

.articleInfo > .mainIndexTitle {
    paddign: 25px 10px 15px 10px;
    text-align: center;
}

.articleInfo > .time {
    padding: 15px 10px;
    text-align: center;
}

/* index start*/

a:hover{
    cursor: pointer;
}
a *:hover{
    cursor: pointer;
}

.mainTextArea>a>.content{
    height:82px;
    overflow: hidden;
    color: #B1B1B1;
}
.contactItem {
    padding: 14px 0;
    position: relative;
}

.contactItem > .icon {
    position: absolute;
    top: 13px;
    left: 0;
    width: 40px;
}

.contactItem > .text {
    margin-left: 44px;
}

/* index end*/

.block {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 0px 12px;
}

.block > .titleCon {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
}

.block > .titleCon > .title {
    margin-right: 70px;
    min-height: 30px;
    padding: 4px 0 0 0;
}

.block > .titleCon > .more {
    position: absolute;
    width: 70px;
    height: 30px;
    top: 10px;
    right: 0;
    text-align: right;
}

.block_max {
    border: 1px solid #ddd;
    margin-bottom: 30px;
    min-height: 600px;
    overflow: hidden;
}

.button {
    width: 160px;
    height: 33px;
    background-color: #229E4A;
    border: none;
    color: #fff;
    font-size: 18px;
}

.loginForm {
    padding: 35px 10px;
    width: 370px;
    margin: 40px auto;

}

.loginForm > .line {
    padding: 15px 0;
    position: relative;
}

.loginForm > .line > .label {
    position: absolute;
    top: 18px;
    left: 0px;
    width: 100px;
    text-align: right;
}

.loginForm > .line > .inputCon {
    margin-left: 100px;
    padding-left: 6px;
}

.loginForm > .line > .inputCon > input {
    padding: 3px 8px;
    width: 160px;

}

.leftMenu {
    width: 20%;
    padding: 12px;

}

.downloadList {
    width: 80%;
    padding: 15px;
    min-height: 600px;
    border-left: 1px dashed #ddd;
}


/*.downloadList > p {*/
    /*padding: 8px;*/
    /*border-bottom: 1px dashed #ddd;*/
    /*text-indent: 0em;*/
/*}*/


.columnMenu {
    display: none;
}

.leftMenuList > .item {
    padding: 10px 20px 10px 45px;
    border-top: 1px dashed #ddd;
}

.leftMenuList > .item:first-child {
    border-top: 0px solid #ddd;
}
.downloadList .text {
    font-size: 12px;
    color: #999999;
}
.downloadList p{
    line-height: 150%;
    text-indent: 2em;
    padding-bottom: 5px;

}
#leftMenuList a.selected {
    color: #229E4A;
}

.lishi > .item {
    position: relative;
    padding-bottom: 8px;
}

.lishi > .item > .field {
    position: absolute;
    top: 6px;
    left: 0;
    width: 110px;
    color: #888;
    text-align: right;
}

.lishi > .item > .value {
    margin-left: 126px;
    padding: 5px;
    line-height: 160%;
}
.qrcode{
    text-align: center;
}
.qrcode img{
    width: 150px;
}
