
#Head {
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #1e63b1;
}

#Head .main {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
}

#Head .main ul {
    display: inline-block;
}

#Head .main li {
    font-size: 15px !important;
    padding: 0 8px !important;
    display: inline-block;
    cursor: pointer;
    position: relative;
}
body p {
    margin-bottom: 0;
}
.jiahao {
    font-size: 20px !important;
    padding: 0 0 0 20px !important;
}
.jiahao:hover{
    background: rgba(255, 255, 255, 0) !important;
}
.jiahao:hover::before{
    border: 0;
    border-color: rgba(255, 255, 255, 0) !important;
}

#Head .main li:hover {
    background: rgba(255, 255, 255, 0.2);
}

#Head .main #Signin {
    font-size: 24px;
    text-align: center;
    display: inline-block;
    height: 56px;
    width: 100px;
    float: right;
}

#Head .main .Choice::before {
    display: inline-block;
    vertical-align: top;
    content: "";
    height: 3px;
    width: 100%;
    bottom: 0;
    position: absolute;
    border-bottom: 3px solid #4f99ec;
    box-sizing: border-box;
    right: 0;
}

#Head .main li:hover::before {
    display: inline-block;
    vertical-align: top;
    content: "";
    height: 3px;
    width: 100%;
    bottom: 0;
    position: absolute;
    border-bottom: 3px solid #4f99ec;
    box-sizing: border-box;
    right: 0;
}

#Head .main #Signin span {
    display: inline-block;
    width: 42px;
    font-weight: bold;
    cursor: pointer;

}


#Crumbs {
    width: 100%;
    height: 56px;
    line-height: 56px;
}

#Crumbs .main {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    margin-top: 20px;
    font-size: 0;
}
#Crumbs .main #search {
    position: absolute;
    right: 0;
    height: 70px;
    width: 390px;

}

#Crumbs .main #logo {
    display: inline-block;
    width: 260px;
    height: 70px;
    vertical-align: top;
    cursor: pointer;
}


#Crumbs .main #route {
    height: 70px;
    line-height: 70px;
    display: inline-block;
    font-size: 15px;
    color: #000;
    vertical-align: top;
    margin-left: 10px;
    width: 500px;
}

#Crumbs .main #route img {
        height: 33px;
    margin-top: 18px;
}



#Crumbs .main #search input {
    width: 240px;
    height: 40px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    display: inline-block;
    margin: 15px 0 0 80px;

}

#Crumbs .main #search div {
    display: inline-block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1e63b1;
    margin: 15px 0 0 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}


#SecondaryNav {
    display: inline-block;
    margin-top: 30px;
    width: 100%;
    height: 58px;
    border-bottom: 1px solid #bcbcbc;
    background: #e4e4e4;
}

#SecondaryNav .main {
    width: 1200px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    font-size: 0;
    height: 58px;
}

#SecondaryNav .main li {
    display: inline-block;
    width: 240px;
    text-align: center;
    font-size: 20px;
    height: 58px;
    line-height: 58px;
    color: #000;
    cursor: pointer;
}

#SecondaryNav .main .Choice a {
    color: #1e63b1 !important;
    font-weight: bold;
}

#SecondaryNav .main .Choice {
    border-bottom: 4px solid #1e63b1;
    box-sizing: border-box;
}

#SecondaryNav .main li:hover{
    border-bottom: 4px solid #1e63b1;
    box-sizing: border-box;
}

#SecondaryNav .main li:hover a {
    color: #1e63b1 !important;
    font-weight: bold;
}
.headlines{
    width: 1200px;
    height: 122px;
    margin: 0 auto;
}
.headlines p{
    height: 122px;
    line-height: 122px;
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    
}
.top {
    width: 1200px;
    height: 441px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex; /* Safari */
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top .left{
    width: 720px;
    height: 441px;
}
.top .left .swiper-container{
    width: 720px;
    height: 441px;
}
.top .left .swiper-container .swiper-slide{
    width: 720px;
    height: 441px;
}
.top .left .swiper-container .swiper-slide img{
    width: 720px;
    height: 441px;
}
.top .left .swiper-container .swiper-slide p{
    width: 720px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    text-indent: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
  margin-bottom:0;
}
.top .left .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    opacity: 1;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0px 6px;
}
.top .left .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    width: 200px;
    right: 0 !important;
    left: 510px;
    text-align: right;
}
.swiper-pagination-bullet{
    z-index: 120;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    opacity: 10;
    background: rgba(0, 0, 0, 0.6);
}
.swiper-pagination-bullet-active{
    background-color: #fff;
}
.top .right{
    width: 455px;
    height: 441px;
}
.top .right .right_top{
    width: 455px;
    border-bottom: 1px dashed #c7c7c7; 
    padding-bottom: 26px;
}
.top .right .right_bottom{
    padding-top: 30px;
}
.top .right div h5{
    width: 455px;
    font-size: 20px;
    margin-bottom: 5px;
  font-weight:bold;
  margin-top:0;
  margin-bottom:15px;
  word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top .right div h5:hover a{
    color: #1e63b1;
}
.top .right div p{
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    color: #333333;
  margin:0;
  word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top .right div p:hover a{
    color: #1e63b1;
}
.guanggao{
    width: 1200px;
    height: 102px;
    margin: 20px auto;
    display: -webkit-flex; /* Safari */
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.guanggao img{
    height: 102px;
}
.center{
    width: 1200px;
    height: 928px;
    margin: 0 auto;
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-between;
}
/* 聚焦 */
.center .center_left{
    width: 720px;
    height: 928px;
}
.center .center_left .left_top{
    width: 720px;
    height: 668px;
}
.center .center_left .left_top h5{
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    border-bottom: 1px solid #dddddd;
}
.center .center_left .left_top h5 span{
    padding: 2.5px 20px;
    color: #2771c3;
    border-bottom: 3px solid #2771c3;
}
.center .center_left .left_top h5 a{
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #999999;
}
.center .center_left .left_top .ltop_lines{
    width: 720px;
    height: 104px;
}
.center .center_left .left_top .ltop_lines:hover h6 a{
    color: #1e63b1;
}
.center .center_left .left_top .ltop_lines h6{
    width: 720px;
    height: 40px;
    line-height: 40px;
    margin-top: 14px;
    font-size: 20px;
  font-weight:bold;
}
.center .center_left .left_top .ltop_lines p{
    font-size: 16px;
    line-height: 28px;
    color: #747474;
    font-family: "微软雅黑";
}
.center .center_left .left_top .lboot{
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.center .center_left .left_top .lboot .lb_left{
    width: 322px;
}
.center .center_left .left_top .lboot .lb_left div div{
    margin-bottom: 0;
    width: 322px;
    height: 197px;
    overflow: hidden;
}
.center .center_left .left_top .lboot .lb_left img{
    width: 322px;
    height: 197px;
    transition: 0.4s;
}
.center .center_left .left_top .lboot .lb_left img:hover{
    transform: scale(1.06);
}
.center .center_left .left_top .lboot .lb_left div p{
    width: 322px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
  font-weight: bold;
}
.center .center_left .left_top .lboot .lb_left div{
    margin-bottom: 10px;
}
.center .center_left .left_top .lboot .lb_left div:hover a{
    color: #1e63b1;
}
.center .center_left .left_top .lboot .lb_right{
    width: 365px;
}

.center .center_left .left_top .lboot .lb_right .lbri_bottom{
    margin-top: 12px;
}
.center .center_left .left_top .lboot .lb_right div h6{
    font-size: 20px;
    margin-bottom: 7px;
  font-weight: bold;
  margin-top:0;
}
.center .center_left .left_top .lboot .lb_right div p{
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    color: #333333;
  margin-bottom:0;
}
.center .center_left .left_top .lboot .lb_right div h6:hover a{
    color: #1e63b1;
}
.center .center_left .left_top .lboot .lb_right div p:hover a{
    color: #1e63b1;
}
/* 扶贫在线 */
.center .center_left .left_bottom{
    width: 720px;
    height: 244px;
}
.center .center_left .left_bottom h5{
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    border-bottom: 1px solid #dddddd;
}
.center .center_left .left_bottom h5 span{
    padding: 2.5px 12px;
    color: #2771c3;
    border-bottom: 3px solid #2771c3;
}
.center .center_left .left_bottom h5 a{
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #999999;
}
.center .center_left .left_bottom .lbot_box{
    margin-top: 17px;
    width: 720px;
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;

}
.center .center_left .left_bottom .lbot_box .lob_left{
    width: 322px;
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.center .center_left .left_bottom .lbot_box .lob_left div div{
    width: 157px;
    height: 127px;
    overflow: hidden;
}
.center .center_left .left_bottom .lbot_box .lob_left img{
    width: 157px;
    height: 127px;
    transition: 0.4s;
}
.center .center_left .left_bottom .lbot_box .lob_left img:hover{
    transform: scale(1.06);
}
.center .center_left .left_bottom .lbot_box .lob_left div:hover a{
    color: #1e63b1;
}
.center .center_left .left_bottom .lbot_box .lob_left p{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    width: 156px;
}
.center .center_left .left_bottom .lbot_box .lob_right p{
    font-size: 18px;
    width: 365px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #cccccc;
    text-indent: 20px;
    background: url(../img/jiankang_21.png)left center no-repeat;
}
.center .center_left .left_bottom .lbot_box .lob_right p:hover a{
    color: #1e63b1;
}
.center .center_left .left_bottom .lbot_box .lob_right p:hover {
   background: url(../img/jiankang_18.png)left center no-repeat;
}

/* 高层动态 */
.center .center_right{
    width: 455px;
    height: 900px;
}
.center .center_right .cr_top{
    width: 455px;
}
.center .center_right .cr_top h5{
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    border-bottom: 1px solid #dddddd;
}
.center .center_right .cr_top h5 span{
    padding: 2.5px 12px;
    color: #2771c3;
    border-bottom: 3px solid #2771c3;
}
.center .center_right .cr_top h5 a{
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #999999;
}
.center .center_right .cr_top .ct_box{
    width: 455px;
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.center .center_right .cr_top .ct_box .big{
    position: relative;
    width: 455px;
    height: 263px;
}
.center .center_right .cr_top .ct_box .big:hover p{
    color: #fff;
}
.center .center_right .cr_top .ct_box .big div{
    width: 455px;
    height: 263px;
    overflow: hidden;
}
.center .center_right .cr_top .ct_box .big img{
    transition: 0.4s;
  width: 455px;
    height: 263px;
      object-fit: cover;
}
.center .center_right .cr_top .ct_box .big img:hover{
    transform: scale(1.06);
}
.center .center_right .cr_top .ct_box .big p{
    width: 455px;
    font-size: 20px;
    color: #fff;
    text-indent: 10px;
    line-height: 54px;
    height: 54px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
  margin-bottom:0;
    white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.center .center_right .cr_top .ct_box .big p a{
  color: #fff;
}
.center .center_right .cr_top .ct_box div{
    margin-top: 20px;
}
.center .center_right .cr_top .ct_box div div{
    margin-top: 0;
   
}
.center .center_right .cr_top .ct_box .somll div{
    width: 222px;
    height: 148px;
    margin-bottom: 5px;
    overflow: hidden;
}
.center .center_right .cr_top .ct_box .somll img{
    width: 222px;
    height: 150px;
    transition: 0.4s;
      object-fit: cover;
}
.center .center_right .cr_top .ct_box .somll img:hover{
    transform: scale(1.06);
}
.center .center_right .cr_top .ct_box div:hover p{
    color: #1e63b1;
}
.center .center_right .liebiao p:hover a{
    color: #1e63b1;
}
.center .center_right .liebiao{
    margin-top: 10px;
    width: 455px;
  min-height:120px;
}
.center .center_right .liebiao p{
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    background: url(../img/dian_03.png)left center no-repeat;
    font-size: 18px;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.center .center_right .cr_bottom{
    width: 455px;
    margin-top: 20px;
}
.center .center_right .cr_bottom h5{
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    border-bottom: 1px solid #dddddd;
}
.center .center_right .cr_bottom h5 span{
    padding: 2.5px 12px;
    color: #2771c3;
    border-bottom: 3px solid #2771c3;
}
.center .center_right .cr_bottom h5 a{
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #999999;
}
.center .center_right .cr_bottom .anniu{
    width: 455px;
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
  	display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.center .center_right .cr_bottom .anniu p{
    display: flex;
    flex-grow: 1;
    justify-content: center;
    margin-right: 0px;
    margin-left: 5px;
    background-color: #ff6c0a;
    padding: 7px 16px;
    margin: 5px;
    border-radius: 10px;
    font-size: 24px;
  font-weight: bold;
    color: #fff;
    max-width: 100%;
  cursor:pointer;
}
.center .center_right .cr_bottom .anniu p:nth-child(2n){
    background-color: #ff6b6b;
}
.center .center_right .cr_bottom .anniu p:nth-child(3n){
    background-color: #d4341c;
}
/* 党风廉政 */
.cbot{
    width: 1200px;
    height: 344px;
    margin: -10px auto 0 auto;
}
.cbot h5{
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    border-bottom: 1px solid #dddddd;
}
.cbot h5 span{
    padding: 2.5px 12px;
    color: #2771c3;
    border-bottom: 3px solid #2771c3;
}
.cbot h5 a{
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #999999;
}
.cbot .zhong_ys_zon{
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 21px;
}
.cbot .zhong_ys_zon div{
    width: 386px;
}
.cbot .zhong_ys_zon .left{
    width: 386px;
}
.cbot .zhong_ys_zon .left p:hover a{
    color: #1e63b1;
}
.cbot .zhong_ys_zon .left p{
    background: url(../img/jiankang_21.png)left center no-repeat;
    padding-left: 25px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px dashed #dddddd;
  font-size:18px;

}
.cbot .zhong_ys_zon .left p a{display: inline-block;width: 355px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.cbot .zhong_ys_zon .left p:hover{
    background: url(../img/jiankang_18.png)left center no-repeat;
    color: #4f99ec;
}
.cbot .zhong_ys_zon .conter div{
    width: 386px;
    height: 264px;
    overflow: hidden;
}
.cbot .zhong_ys_zon .conter img{
    width: 386px;
    height: 264px;
    transition: 0.4s;
}
.cbot .zhong_ys_zon .conter img:hover{
    transform: scale(1.06);
}
.cbot .zhong_ys_zon .conter:hover a{
    color: #1e63b1;
}
.cbot .zhong_ys_zon .conter p{
    height: 35px;
    line-height: 35px;
  font-size:18px;
  font-weight:bold;
  white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.cbot .zhong_ys_zon .right .right_top{
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: space-between;
    flex-wrap: wrap;
}
.cbot .zhong_ys_zon .right .right_top div{
    height: 154px;
    width: 184px;
}
.cbot .zhong_ys_zon .right .right_top div div{
    height: 140px;
    width: 184px;
    overflow: hidden;
}
.cbot .zhong_ys_zon .right .right_top div img{
    width: 185px;
    height: 140px;
    transition: 0.4s;
}
.cbot .zhong_ys_zon .right .right_top div img:hover{
    transform: scale(1.06);
}
.cbot .zhong_ys_zon .right .right_top div:hover a{
    color: #1e63b1;
}
.cbot .zhong_ys_zon .right .right_top p{
    width: 184px;
    height: 35px;
    line-height: 35px;
  font-size:18px;
  font-weight:bold;
  white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}
.cbot .zhong_ys_zon .right .right_bottom p:hover a{
    color: #1e63b1;
}
.cbot .zhong_ys_zon .right .right_bottom{
    margin-top: 34px;
}
.cbot .zhong_ys_zon .right .right_bottom p{
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
    background: url(../img/dian_03.png)left center no-repeat;
  font-size:18px;
  
}  
.cbot .zhong_ys_zon .right .right_bottom p a{
    display: inline-block;
    width: 360px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 广告   */
.guanggao2{
    width: 1200px;
    margin: 30px auto 20px auto;
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: space-between;
    flex-wrap: wrap;
}
/* 人物 */
.character{
    width: 1200px;
    height: 324px;
    margin: 0 auto;
}
.character .ch_box{
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1200px;
}
.character h5{
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    border-bottom: 1px solid #dddddd;
}
.character h5 span{
    padding: 2.5px 12px;
    color: #2771c3;
    border-bottom: 3px solid #2771c3;
}
.character h5 a{
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #999999;
}
.character .left{
    margin-top: 20px;
    width: 384px;
}
.character .left .right_top{
    height: 156px;
    height: 134px;
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: space-between;
}
.character .left .right_top .cleft{
    height: 130px;
    width: 167px;
    overflow: hidden;
}
.character .left .right_top .cright{
    width: 208px;
    height: 130px;
}
.character .left .right_top div:hover h6 a{
    color: #1e63b1;
}
.character .left .right_top .cleft img{
    width: 167px;
    height: 130px;
    transition: 0.4s;
}
.character .left .right_top .cleft img:hover{
    transform: scale(1.06);
}
.character .left .right_top .cright h6{
    font-size: 18px;
    line-height: 30px;
  margin:0;
}
.character .left .right_top .cright h6 a{
display: block;
    margin-top: -5px;
}
.character .left .right_top .cright p{
    font-size: 14px;
    line-height: 26px;
    margin-top: 0;
   
}
.character .left .right_bottom{
    margin-top: 5px;
}
.character .left .right_bottom p{
    height: 40px;
    line-height: 40px;
    color: #000;
} 
/* 广告 */
.guanggao3{
    width: 1200px;
    height: 102px;
    margin: 10px auto;
}
/* 专题 */
.zhuanti{
    width: 1200px;
    height: 280px;
}
.zhuanti h5{
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    border-bottom: 1px solid #dddddd;
}
.zhuantir h5 span{
    padding: 2.5px 12px;
    color: #2771c3;
    border-bottom: 3px solid #2771c3;
}
.zhuanti h5 a{
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #999999;
}
.zhuanti div{
    width: 1200px;
    height: 280px;
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: space-between;
    flex-wrap: wrap;
}
.zhuanti div img{
    margin-top: 20px;
    width: 284px;
    height: 102px;
}
#Footer {
    margin-top: 310px !important;;
}
.chuanmei{
    padding: 7px 63px !important;
}
.character .left .right_bottom p:hover a{
    color: #1e63b1;
}