
body{
    margin: 0;
    padding:0;
    font-family: "微软雅黑";
    color: #333;
    background: #f0f5fa;
}
li{list-style: none}
body ul,body li,body ol{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
iframe{
    border: none;
}

/**/
.GoTop{
    width: 70px;
    height: 70px;
    text-align: center;
    position: fixed;
    bottom: 34px;
    right: 5px;
    opacity: 1;
    cursor: pointer;
    /*background: #efefef;*/
    display: none;
}



/**/






.layout{
    width: 1200px;
    margin: 37px auto 40px;
}
.module_1{
    overflow: hidden;
    margin-bottom: 25px;
}
.module_1>div{
    height: 1000px;
    background: #fff;
    padding: 26px;
    box-sizing: border-box;
}
.m_left{
    float: left;
    width: 260px;
    margin-right: 30px;
}
.m_right{
    float: right;
    width: 430px;
}
.module_2{
    min-height: 160px;
    background: #fff; padding: 26px;
    box-sizing: border-box;

}

.title{
    display: block;
    height: 20px;
    line-height: 20px;
    margin-bottom: 34px;
    color: #c7221a;
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
    background: url("../images/label_icon.png") no-repeat;
}
.title a{
    color: #c7221a;
    font-size: 18px;
    font-weight: bold;
}
.info_box{
    height: 414px;
    margin-bottom: 40px;
}
.file_box{
    height: 478px;
}
.info_box a,.file_box a,.module_2>a{
    display: block;
    width: 200px;
    height: 40px;
    line-height: 37px;
    font-size: 14px;
    color: #c7221a;
    background: #fafaff;
    border: 1px solid #c7221a;
    margin-bottom: 24px;
    box-sizing: border-box;
}

.info_box a img{
    vertical-align: -4px;
    margin: 0 11px 0 26px;
}
.info_box a img:nth-child(2){
    display: none;
}
.info_box a:hover,.file_box a:hover,.module_2>a:hover{
    color: #29548e;
    border:1px solid #29548e;
    background: #faf0f0;
}
.info_box a:hover img:nth-child(1){
    display: none;
}
.info_box a:hover img:nth-child(2){
    display: inline;
}

.file_box a img{
    margin: 0 15px 0 30px;
    vertical-align: 2px;
}
.file_box a img:nth-child(2){
    display: none;
 }
.file_box a:hover img:nth-child(1){
    display: none;
}
.file_box a:hover img:nth-child(2){
    display: inline;
}


.leader_box{
    /*height: 410px;*/
   margin-bottom: 40px;
}
.leader_box>a{
    display: block;
    margin-bottom: 27px;
    font-size: 16px;
}
.leader_box>a:before{
    content: "";
    width: 0;
    height: 0;
    border-width: 5px 5px 5px 8px;
    border-style: solid;
    border-color: transparent transparent transparent #c7221a;
    font-size: 0;
    line-height: 0;
    vertical-align: 5px;
    margin-right: 10px;
}
.leader_box a span:nth-child(1){
    color: #c7221a;
}
.leader_box a span:nth-child(2){
    color: #000;
    float: right;
}
.leader_box a:hover span:nth-child(1){
    color: #29548e;
}
.leader_box a:hover:before{
    border-color: transparent transparent transparent #29548e;
}


.key_pro{
    overflow: hidden;
}
.pro_label{
    overflow: hidden;
}
.pro_label span{
    float: right;
    width: 30px;
    height: 20px;
    background:url('../images/arrow_static.png') -40px 0 no-repeat;
    margin-left: 10px;
}
.pro_label span:nth-child(2){
    background:url('../images/arrow_static.png') 0 0 no-repeat;
}
.pro_label span.active{
    background:url('../images/arrow_active.png') -40px 0 no-repeat;
}
.pro_label span:nth-child(2).active{
    background:url('../images/arrow_active.png') 0 0 no-repeat;
}

.slide_pro{
    width: 826px;
    height:570px;
}
.pro_item{
    float: left;
    width: 400px;
    height:100%;
}
.pro_item a{
    float: left;
    margin: 0 43px 15px 0;
    text-align: center;
    width: 100px;
    height: 100px;
    font-size: 13px;
    color: #c7221a;
    border-radius: 50%;
    background: #fbfbfb;
    border: 1px solid #c7221a;
    padding: 0 10px ;
    box-sizing: border-box;
}
.pro_item a:nth-child(3n){
    margin-right: 0;
}
.pro_item a img{
    margin: 21px auto 8px;
    display: block;
}
.pro_item a img:nth-child(2){
    display: none;
}
.pro_item a:hover{
    color: #29548e;
    border: 1px solid #29548e;
}
.pro_item a:hover img:nth-child(1){
    display: none;
}
.pro_item a:hover img:nth-child(2){
    display: block;
}


.notice_box{
    height: 274px;
    margin-bottom: 48px;
}
.notice_title{
    position: relative;
    margin-bottom: 10px;
}
.notice_title .notice_more{
    width: 20px;
    height: 20px;
    position: absolute;
    top:0;
    right: 0;
}
.notice_more a{
    width: 20px;
    height: 20px;
    display: none;
}
.notice_more a.active{
    display: inline-block;
}
.notice_title{
    padding-left: 10px;

}
.notice_title>a{
    font-size: 18px;
    font-weight: bold;
    padding: 0 20px;
    position: relative;
    color: #000;
}
.notice_title>a.active{
    color: #c7221a;
}
.notice_title>a:nth-child(1):after{
    content: "";
    width: 2px;
    height: 18px;
    background: #000;
    position: absolute;
    right: 0;
    top: 4px;
}

/**/
.news_box{

}
.news_list{
    display: none;
    /*margin-top: 22px;*/
}
.news_box .news_list:first-child{
    display: block;
}
.news_list li{
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    position: relative;
    margin: 0  0 0 17px;
    border-bottom: 1px dashed #999999;
}
.news_list li a{
    font-size: 16px;
    vertical-align: -1px;
}
.news_list span{
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #999999;
}
.news_list li:hover,.news_list li:hover a {
    color: #29548e;
}
.jg_title{
    padding-left: 0;
    text-align: center;
    background: url("../images/zwgk_line.png") center no-repeat;
}
.tip_box{
    overflow: hidden;
}
.tip_box>a{
    width: 250px;
    height: 40px;
    border-radius: 10px;
    float: left;
    margin-right: 48px;
    text-align: center;
    line-height: 37px;
    font-size: 16px;
    color: #c7221a;
    background: #fafaff;
    border: 1px solid #c7221a;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.tip_box>a:last-child{
    margin-right: 0;
}
.tip_item{
    height: 250px;
    border: 1px solid #c7221a;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    display: none;
    position: relative;
}
.tip_item>div{
    float: left;
    width: 25%;
    line-height: 30px;
    position: relative;
}
.tip_item>div>a{
    position: absolute;
    width: 100%;
    height: 30px;
    left: 0;
    top: 0;
}
/*.tip_item a:hover .tip_item>div{*/
/*    color: #c7221a;*/
/*}*/
.tip_country>a{
    width: 14%;
}
.tip_item:after{
    content: "";
    position: absolute;
    top: -7px;
    width: 10px;
    height: 10px;
    border: 1px solid #c7221a;
    transform: rotate(45deg);
    border-right: none;
    border-bottom: none;
    background: #fafaff;
}
.tip_children .tip_item:nth-child(1):after{
    left: 125px;
}
.tip_children .tip_item:nth-child(2):after{
    left: 425px;
}
.tip_children .tip_item:nth-child(3):after{
    right: 425px;
}
.tip_children .tip_item:nth-child(4):after{
    right:125px;
}
.tip_children .tip_item:nth-child(1){
    display: block;
}




/*领导板块*/
/*.ld_list li{*/
/*    float: left;*/
/*    width: 90px;*/
/*    height: 70px;*/
/*    border: 1px solid #c7221a;*/
/*    border-radius: 5px;*/
/*    list-style: none;*/
/*    margin-bottom: 20px;*/
/*    margin-right: 12px;*/
/*}*/
/*.ld_list ul li:nth-child(odd){ margin-right: 0;}*/
/*.ld_list li:hover{ border: 1px solid #29548e;}*/
/*.ld_list li:hover i{background: url("../images/ldlist.png") no-repeat 0px -30px}*/
/*.ld_list li:hover a{color: #29548e}*/
/*.ld_list li i{display: block;width: 24px;height: 26px;   background: url("../images/ldlist.png") no-repeat 0px 0px;margin: 10px auto}*/
/*.ld_list li a{text-align: center;display: block;color: #c7221a}*/
/*.ld_list ul li:first-child{margin: 20px 55px;}*/



/*日历*/
.m_rili{
    width: 450px;
}
@media screen and (max-device-width: 768px) {
    .layout {
        width: 100%
    }

    .module_1 > div {
        clear: bottom;
        width: 100%;
        margin: 0;
        padding: 20px 0 0;
    }

    .info_box a, .file_box a, .module_2 > a {
        width: 80%;
        margin: 10px 10%
    }

    .info_box, .module_1 > div, .file_box {
        height: auto
    }

    .pro_item {
        width: 100%
    }

    .slide_pro {
        width: 100%
    }

    .pro_item a {
        width: 30%
    }
    .ld_list ul li{
        width: 28%;
        margin: 0 0 20px 3%;
    }
    .ld_list ul li:first-child{
        margin: 0 0 20px 3%;
    }
    .ld_list ul li:nth-child(3n){
        margin-right: 0;
    }
    .pro_label span {
        display: none
    }

    .pro_item a, .pro_item a:nth-child(2n) {
        margin: 0 2% 36px 0;
    }
    .pro_item{
        float: none;
        margin-left: 0!important;
    }

    .slide_pro {
        height: auto;
        margin: 0 10px 0;
    }

    .module_2:after {
        display: block;
        clear: both;
        content: ""
    }

    .ld_list ul:after {
        display: block;
        clear: both;
        content: ""
    }

    .module_2 {
        height: auto
    }

    .leader_box {
        height: auto
    }

    .news_list li a {
        display: inline-block;
        width: 60%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .tip_item{
        height: auto;
        min-height: 250px;
        overflow: hidden;
    }
    .tip_item>div{
        width: auto;
        margin-right: 13px;
    }

    .notice_title{
        margin: 0 5px;
    }
    .news_list li{
        margin: 0 7px;
    }
}