* {
    margin: 0px;
}
html {

    width: 100% !important;
}
body{
    cursor:pointer;
    color: #333333;
    font-size: 16px !important;
}

a {
    text-decoration: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
}
button{
    outline: none;
}
input{
    outline: none;
}
body::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
body::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    background-color: #217dc0 ;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}
body::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    /*border-radius: 10px;*/
    background: #EDEDED;
}
/*----------头部---------------*/
.top_part{
    width:100%;
    height: 118px;
    background-color: #0565cb;
    background: url("../image/newbei.jpg");
    background-size: 100% ;
    display: flex;
    justify-content: space-around;
}
.top_c{
    width: 83.33%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_r{
    width: 262px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 18px;
    display: flex;
}
.sou_nei{
    width: 80%;
    border-radius: 18px;
}
.sou_nei input{
    width: 90%;
    height: 100%;
    margin-left: 10%;
    border-radius: 18px;
    border: none;
}
.search{
    width: 20%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
/*------导航------*/
.navigation{
    display: flex;
    justify-content: space-around;
    background-color: #0359b4;
}
.navigation_c{
    width: 83.33%;
    height: 50px;
}
/*------头条------*/
.headline{
    display: flex;
    justify-content: space-around;
    margin-top: 25px;
}
.headline_c{
    width: 83.33%;
    height: 117px;
    background-color: palegoldenrod;
    box-shadow: 0px 0px 4px 0px
    rgba(0, 0, 0, 0.15);
    background: url("../image/right-top1.png") no-repeat;
    background-position: -2% -82%;
}
.head_lun{
    width: 100%;
    height: 100%;
}
.head_line_1{
    display: block;
    width: 100%;
    height: 100%;
}
.head_con{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.head_name{
    font-size: 24px;
    line-height: 60px;
    letter-spacing: 1px;
    color: #0378d4;
    text-align: center;
    width: 88%;
    white-space:nowrap;
 text-overflow:ellipsis;
 -o-text-overflow:ellipsis; 
overflow: hidden;
}
.head_nei{
    width: 94%;
    color: #999999;
    text-overflow:ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.head_lun  .swiper-container{
    height: 100%;
}
/*--------工作动态 业内新闻---------*/
.newspaper{
    display: flex;
    justify-content: space-around;
    margin-top: 22px;
}
.newspaper_c{
    width: 83.33%;
    height: 555px;
    display: flex;
    justify-content: space-between;
}
.newspaper_l{
    width: 49%;
    height: 100%;
    box-shadow: 0px 0px 4px 0px
    rgba(0, 0, 0, 0.15);
}
.newspaper_l .swiper-pagination{
    bottom: 52px !important;
    left: 227px !important;
}
.news_part{
    display: block;
    width: 100%;
    height: 100%;
}
.np_pic img{
    width: 100%;
    height: 452px;
    object-fit: cover;
}
.np_con{
    padding: 1rem;
}
.np_title{
    font-size: 16px;
    white-space:nowrap;
 text-overflow:ellipsis;
 -o-text-overflow:ellipsis; 
overflow: hidden;
width: 80%;
}
.np_nie{
    color: #999999;
    font-size: 14px;
    text-overflow:ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 22px;
}
.newspaper_r{
    width: 49%;
    height: 100%;
    box-shadow: 0px 0px 4px 0px
    rgba(0, 0, 0, 0.15);
}
.newspaper_r .layui-this{
    color: #146eb3 !important;
}
.newspaper_r .layui-tab-title li{
    /*padding: 0 !important;*/
    margin-right: 1.2rem;
    font-size: 18px !important;
    color: #666666;
    line-height: 34px !important;
}
.newspaper_r .layui-this:after{
    border-bottom: 2px solid  #146eb3 !important;
}
.lanmu_title_page1{
    display: block;
    font-size: 14px;
    color: #999999 !important;
    float: right;
}
.list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 43px;
    border-bottom: 1px dotted #e5e5e5;
}
.list:hover .list_name{
    color:  #146eb3;
}
.list:hover .fang{
    color:  #146eb3;
}
.list_name{
    font-size: 16px;
    color: #333333;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_date{
    font-size: 14px;
    color: #999999;
    margin-left: 1rem;
}
.zhijian{
    padding-top: 1rem;
}
.xiantiao{
    height: 1px;
    background-color: #e5e5e5;;
}
.news_xiang{
    height: 162px;
    display: flex;
    margin-bottom: 1.5rem;
}
.news_xiang img{
    width: 239px;
    height: 162px;
    object-fit: cover;
}
.news_xiang_con{
    width: 395px;
    height: 100%;
    margin-left: 1rem;
}
.xiang_title{
    font-size: 18px;
    color: #666666;
    margin-bottom: 14px;
}
.xiang_desc{
    font-size: 14px;
    color: #999999;
    line-height: 2.5rem;
    margin-bottom:10px;
      text-overflow:ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.xiang_date{
    font-size: 14px;
    color: #666666;
}
.fang{
    color:  #146eb3;
}
/*----------广告图--------*/
.center{
    display: flex;
    justify-content: space-around;
    margin-top: 24px;
}
.center_c{
    width: 83.33%;
    /*height: 144px;*/
    display: flex;
    justify-content: space-between;
}
.center_c img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*--------快捷导航------*/
.new_baoti{
    margin-bottom: 46px;
    margin-top: 40px;
    text-align: center;
    font-size: 28px;
	letter-spacing: 2px;
	color: #0359b4;
}
.new_baoti span{
    color: #333333;
    /*margin-right: 20px;*/
}
.quick{
    display: flex;
    justify-content: space-around;
    /*margin-top: 27px;*/
}
.quick_c{
    width: 83.33%;
    height: 188px;
    display: flex;
    justify-content: space-between;
}
.quick_nei{
    width: 23%;
    height: 100%;
    display: block;
    box-shadow: 0px 0px 4px 0px
    rgba(0, 0, 0, 0.15);
}
.quick_nei_c{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.quick_nei_c:hover  .quick_yuan{
    color: #0359b4;
}
.quick_y{
    text-align: center;
    font-size: 16px;
}
.quick_yuan{
    width: 96px;
    height: 96px;
    background-color: #60cfd6;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 20px;
}
/*--------主要职责/机构设置---------*/
.duty{
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.duty_c{
    width: 83.33%;
    height: 422px;
    display: flex;
    justify-content: space-between;
}
.duty_l{
    width: 35%;
    height: 100%;
    box-shadow: 0px 0px 4px 0px
    rgba(0, 0, 0, 0.15);
}
.duty_l .layui-this{
    color: #146eb3 !important;
}
.duty_l .layui-tab-title li{
    /*padding: 0 !important;*/
    margin-right: 1.2rem;
    font-size: 18px !important;
    color: #666666;
    line-height: 34px !important;
}
.duty_l .layui-this:after{
    border-bottom: 2px solid  #146eb3 !important;
}
.our_duty{
    display: block;
    padding-top: 1rem;
}
.our_duty_pic img{
    height: 201px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 19px;
}
.our_duty_miao{
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
        text-overflow:ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.duty_r{
    width: 63%;
    height: 100%;
    box-shadow: 0px 0px 4px 0px
    rgba(0, 0, 0, 0.15);
}
.lan_title{
    line-height: 50px;
    margin-left: 1rem;
    width: 77px;
    border-bottom: 2px solid #146eb3;
    box-sizing: border-box;
    color:#146eb3;
    font-size: 18px;
}
.xian{
    width: 100%;
    height: 1px;
    background-color: #ededed;
}
.jigou{
    padding-top: 1rem;
}
.jigou .layui-tab{
    display: flex;
}
.jigou  .layui-tab-title{
    white-space: pre-wrap !important;
    height: 100% !important;
    border-bottom: none !important;
    left: 10px !important;
  }
.jigou  .layui-tab-title li{
    width: 204px !important;
    height: 50px !important;
    background-color: #f6f6f6;
    line-height: 50px !important;
    margin-bottom: 6px;
    font-size: 16px !important;
}
.jigou  .layui-this:after{
    border-bottom: none !important;
}
.jigou  .layui-tab-content{
   padding: 0 !important;
}
.jigou  .layui-this{
    color:#146eb3 !important;
}
.keshi{
    margin-left: 28px;
    margin-right: 10px;
}
.keshi_pic{
    width: 100%;
    height: 211px;
    margin-bottom: 30px;
}
.keshi_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.keshi_miao{
    line-height: 30px;
    text-overflow:ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.lead_k_1{
    width: 100%;
}
.lid  .leader{
    width: 100%;
}
.other{
    height: 40px;
    width: 100%;
    /*border: 1px solid #146eb3;*/
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    background-color: #f6f6f6;
    margin-top: 10px;
}
.other_r{
    color: #999999;
    width: 70%;
}
.other_name{
    color: #146eb3;
}
/*-----------信访党建快捷导航--------------*/
.fast{
    display: flex;
    justify-content: space-around;
    margin-top: 36px;
}
.fast_c{
    width: 83.33%;
    height: 129px;
    display: flex;
    justify-content: space-between;
}
.fast_nei_1{
    width: 20%;
    height: 100%;
}
.jubao{
    height: 60px;
    background-color: #0378d4;
    margin-bottom: 9px;
    display: block;
    color: #FFFFFF;
}
.jiao_c{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mes{
    margin-right: 1.3rem;
}
.fast_nei_2{
    width: 25%;
    height: 100%;
}
.fast_nei_2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*------------中心-------------*/
.zxin{
     display: flex;
    justify-content: space-around;
}
.zxin_cen{
     width: 83.33%;
    display: flex;
    justify-content: space-between;
}
.zxin_a{
    width: 33.333%;
    height: 100%;
}
.zxin_b img{
    width: 100%;
}
.zxin_c{
    display: flex;
    align-items: center;
    color: #ffffff;
    height: 74px;
}
.zxin_c span{
    margin-left: 20px;
    margin-right: 14px;
}
.zxin_xia{
  /*    box-shadow: 0px 0px 4px 0px */
		/*rgba(0, 0, 0, 0.15);*/

}
.zxin_d{
  display: flex;
  justify-content:center;
  		border: 1px solid #eeeeee;
		box-sizing: border-box;
}
.zxin_d_a{
    width: 80%;
    margin-top: 40px;
    margin-bottom: 24px;
}
.zxin_e{
    text-align: center;
    min-height: 60px;
}
.zxin_f{
    display: flex;
    justify-content: center;
    margin-top: 26px;
}
.zxin_g{
    width: 139px;
	height: 50px;
	border-radius: 3px;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
}
/*-----------底部------------*/
.bottom{
    background-color: #0378d4;
    display: flex;
    justify-content: space-around;
    margin-top: 36px;
    background: url("../image/dibei.jpg");
}
.bottom_c{
    width: 83.33%;
    height: 436px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bot_1{
    height: 294px;
    width: 48%;
}
.bot_logo{
    margin-bottom: 20px;
}
.bot_mes{
    color: #FFFFFF;
    margin-bottom: 1rem;
}
.bot_mes span{
    margin-right: 1rem;
}
.bot_mes a{
    color: #FFFFFF;
}
.jishu{
    margin-right: 1rem;
    opacity: 0.5;
}
.bot_2{
    height: 294px;
    width: 30%;
}
.bot_2_c{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.lianjie{
    width: 48%;
    height: 47px;
    border-radius: 5px;
    border: solid 1px #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 21px;
    position: relative;
}

.otherlian{
    position: absolute;
    top: 47px;
    width: 100%;
    max-height: 161px;
    background-color: rgba(255,255,255,0.9);
    z-index: 10;
    border-radius: 6px;
    overflow-y: auto;
    visibility: hidden;
}
.otherlian a{
    display: block;
    height: 40px;
    border: 1px dotted #c5c5c5;
    width: 100%;
    text-align: center;
    line-height: 40px;
    color: #666666;
    border-radius: 6px;
}
.xuanz{
    position: absolute;
    top: 47px;
    width: 100%;
    max-height: 161px;
    background-color: rgba(255,255,255,0.9);
    z-index: 10;
    border-radius: 6px;
    overflow-y: auto;
    visibility: hidden;
}
.bot_3{
    height: 294px;
    width: 22%;
}
.guanzhu{
    width: 184px;
    float: right;
    text-align: center;
    margin-top: 1rem;
    color: #FFFFFF;
}
.police{
    margin-bottom: 39px;
    text-align: right;
}
.ma{
    text-align: right;
}
.police span{
    margin-left: 2rem;
}
/*----------简介页-------------*/
.top_banner{
    position: relative;
}
.top_banner img{
    width: 100%;
}
.top_ban{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-around;
}
.top_banner_c{
    width: 83.33%;
    height: 100%;
}
.page_name{
    text-align: right;
    height: 90px;
    margin-top: 100px;
    color: #ffffff;
}
.web_china{
    font-size: 50px;
    font-weight: bold;
    text-shadow:5px 2px 6px #0359b4;
    margin-right: 100px;
}
/*---------内容区-----------*/
.content{
    display: flex;
    justify-content: center;
    background-color: #f9f9f9;
    flex-wrap: wrap;
}
.content_c{
    width: 83.33%;
    min-height: 300px;
    margin-top: 20px;
    margin-bottom: 18px;
    display: flex;
    position: relative;
}
.content_nei{
    width:100%;
    height:100%;
    display: flex;
    justify-content: space-between;
    background-color: #FFFFFF;
    padding: 1.5rem;
}
.content_l{
    width:18%;
}
.caidan{
    width: 100%;
    height: 67px;
    background-color: #0359b4;
   display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 20px;
}
.house{
    margin-left: 2rem;
    margin-right: 1rem;
}
.cai_son{
    display: block;
    width:100%;
    height: 64px;
    background-color: #ffffff;
    border-bottom: 1px solid #ececec;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.caison_part{
    border: 1px solid #bfbfbf;
}
.cai_son_c{
    width: 233px;
    height: 64px;
    display: flex;
    align-items: center;
}
.caid{
    width: 206px;
    display: flex;
    align-items: center;
    color: #333333;
}
.sicai{
    margin-left: 2rem;
    display: flex;
    align-items: center;
}
.go{
    font-size: 18px;
    margin-right: 1rem;
    color: #5b5b5b;
}
.son_name{
    font-size: 16px;
}
.content_r{
    width:80%;
    height: 100%;
    display: flex;
    justify-content: space-around;
}
.neiqu{
    width:100%;
    height: 100%;
}
.dao{
    height: 63px;
    border-bottom: 1px solid #e5e5e5;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.dao_name{
    font-size: 20px;
    font-weight: bold;
}
.dao_name span{
    margin-right: 0.5rem;
}
.yemian{
    color: #999999;
    display: flex;
    align-items: center;
}
.yemian a{
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}
.loca{
    margin-right: 0.1rem;
}
.yemian a{
    color: #999999;
    margin-right: 0.5rem;
}
.yemian a:hover{
    color: #0359b4;
}
.really{
    margin-top: 26px;
    min-height: 300px;
    margin-bottom: 16px;
}
.hui{
    display: flex;
    justify-content: space-between;
    margin-bottom: 41px;
}
.last_wen{
    display: block;
    color: #ff5270;
    margin-bottom: 1rem;
}
.last_wen span{
    color: #666666;
}
.back_list{
    color: #666666;
}

/*---------详情---------*/
.news_page{
    width: 1142px;
    margin-bottom: 17px;
    margin-top: 17px;
}
.news_title{
    text-align: center;
    margin-bottom: 1rem;
    font-size: 24px;
}
.news_date{
    text-align: center;
    margin-bottom: 21px;
    font-size: 14px;
    color: #999999;
}
.dlll{
    margin-right: 20px;
}
.news_con{
    padding-bottom: 28px;
    border-bottom: 1px solid #e5e5e5;
}
.caozuo{
    margin-top: 2rem;
    height: 43px;
    display: flex;
    justify-content: space-between;
}
.last{
    margin-bottom: 0.5rem;
}
.caozuo_l a{
    font-size: 14px;
}
.caozuo_r{
    width: 112px;
    height: 36px;
    background-color: #0359b4;
    text-align: center;
    line-height: 36px;
}
.caozuo_r a{
    color: #FFFFFF;
}
.caozuo_r:hover a{
    color: #FFFFFF;
}
/*----------下载页面-----------*/
.intro_1{
    margin-top: -26px;
}
.list_2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 74px;
    border-bottom: 1px dotted #bfbfbf;
}
.list_2:hover .list_name_2{
    color: #0359b4;
}
.list_name_2 {
    font-size: 18px;
    color: #333333;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_date_2{
    font-size: 16px;
    color: #999999;
    margin-left: 1rem;
}
.fenye{
    height: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 4rem;
}
.fenye .curr {
    color: #0359b4;
    border: 1px solid #0359b4;
}
.hvr-underline-from-left{
    display: flex !important;
}
.hvr-underline-from-left:before{
    background: #0359b4 !important;
}
/*----------图文列表-----------*/
.hs_move{
    height: 188px;
    border-bottom: 1px dotted #dddddd;
    display: flex;
    align-items: center;
}
.hs_c{
    width: 100%;
    height: 153px;
    display: flex;
    justify-content: space-between;
}
.hs_pic{
    width: 204px;
    height: 153px;
    margin-right: 2rem;
    object-fit: cover;
}
.hs_title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1.6rem;
    color: #333333;
}
.hs_con{
    font-size: 14px;
    color: #797979;
    margin-bottom: 1.6rem;
    min-height: 58px;
    line-height: 27px;
    text-overflow:ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.hs_other{
    font-size: 14px;
    color: #999999;
}
.hs_date{
    margin-right: 3rem;
}
.hs_move:hover .hs_con{
    color: #0359b4 ;
}
.hs_move:hover .hvr-grow{
       transform: scale(1.2);
}
/*------文字列表---------*/
.hs_move_1 {
    height: 160px;
    border-bottom: 1px dotted #dddddd;
    display: flex;
    align-items: center;
}
.hs_c_1 {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-between;
}
.hs_title_1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.6rem;
}
.wen_title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.wen_date{
    font-size: 14px;
    color: #999999;
}
.wai_pic{
        width: 265px;
    height: 153px;
    margin-right: 2rem;
    overflow: hidden;
}

/*----------机构-------------*/
.list_3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 74px;
    border: solid 1px #dcdcdc;
    margin-bottom: 10px;
    padding: 1.5rem;
}
.list_3:hover{
    border: solid 1px #0378d4;
}
.list_3:hover .list_name_2{
    color: #0378d4;
}
.list_3:hover .list_date_4:after{
    border-top: 1.5px solid #0378d4;
    border-right: 1.5px solid #0378d4;
}
.list_date_4{
    font-size:2rem;
   text-decoration: none;
    color: gray;
}
.list_date_4:after{
    content: "";
     width: 1rem;
     height: 1rem;
    display: inline-block;
    border-top: 1.5px solid #b7b7b7;
     border-right: 1.5px solid #b7b7b7;
    transform: rotate(45deg);
}
/*---------网站导航----------*/
.content_r_1{
    width: 100%;
}
.guide{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.guide_you{
    width: 20%;
    display: block;
    margin-bottom: 4rem;
}
.guide_c{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.web_yuan{
    width: 195px;
    height: 195px;
    border: 2px solid #0359b4;
    border-radius: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.web_name{
    margin-top: 1rem;
    font-size: 18px;
}
.hvr-radial-in{
    display: flex !important;
    background: #0359b4 !important;
}
.hvr-radial-in:before{
    background: #FFFFFF !important;
}
/*-----------领导----------*/
.leaders{
    display: flex;
    flex-wrap: wrap;
}
.lead_k{
    width: 50%;
    display: flex;
    justify-content: space-around;
    margin-bottom: 3rem;
}
.leader{
    width: 96%;
    height: 205px;
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
    padding: 1rem;
    display: flex;
}
.leader_l{
    width: 120px;
    margin-right: 3rem;
}
.leader_l img{
    height: 100%;
}
.lead_name{
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    FONT-FAMILY: "楷体";
}
.short{
    width: 55px;
    height: 2px; 
    background-color: #0378d4;
    margin-bottom: 15px;
}
.zhiwei{
    margin-bottom: 15px;
}
.fuze{
    font-size: 14px;
    color: #999999;
}
/*--------举报-------*/
.attion{
    font-size: 14px;
    width: 70%;
    line-height: 26px;
}
.attion span{
    color: #b90e0e;
}
.biao{
    margin-top: 3rem;
}
.biao input{
    height: 50px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    margin-left: 1rem;
}
.biao input{
padding-left: 20px;
}
.biaoti{
    width: 85%;
}
.ming{
    width: 20%;
    margin-right: 2rem;
}
.shuru{
    margin-bottom: 2rem;
}
textarea{
    width: 85%;
    border: solid 1px #e5e5e5;
}
.yijian{
    display: flex;
}
.yi_biao{
    margin-right: 1rem;
}
.yan{
    margin-top: 3rem;
}
.ti{
    display: flex;
    justify-content: space-around;
    margin-top: 5rem;
}
.tijiao{
    width: 156px;
    height: 50px;
    background-color: #0359b4;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
}
.active_bar .go{
    color:  #0359b4;
}

.active_bar .son_name{
    color:  #0359b4;
}
.wu{
    text-align: center;
}
.wu img{
    width: 250px;
}
.first{
    margin-bottom: 0.5rem;
}
.hs_pa{
    width: 100%;
}
.wu1{
    text-align: center;
}
.wu1 img{
    width: 100px;
}
.yan img{
    height: 50px;
}
.new_x{
        width: 239px;
    height: 162px;
    overflow: hidden;
}
.news_xiang:hover .hvr-grow{
       transform: scale(1.2);
}

.news_xiang:hover .xiang_desc{
        color: #146eb3;
    }
    .our_duty_pic{
    height: 201px;
    width: 100%;
    overflow: hidden;
    }
    .leader:hover{
        border: 1px solid  #0359b4;
    }
    .leader:hover  .fuze{
        color:#0359b4 ;
    }
    .cai_son_c:hover .go{
        color: #0359b4;
    }
       .cai_son_c:hover .son_name{
        color: #0359b4;
    }
    .xianei{
        width: 100%;
    }
    .dao_name span{
        color: #0359b4;
    }
    .bot_mes span{
        margin-right: 1rem;
    }
    .wennei{
    padding-left: 20px;
    padding-top: 20px;
    }
    
    .bot_logo img{
        width: 50%;
    }
    
}