body,h1,h2,h3,h4,h5,p,dl,dd,ol,ul,th,td,fieldset,
input,button,textarea,form,canvas,audio,
video,article,aside,details,figcaption,
figure,footer,header,hgroup,menu,nav,section{margin:0;
    padding:0px; outline: none;
    font-weight: normal;}

ol,ul{list-style:none}
img{border:0;-ms-interpolation-mode:bicubic}
li,img,label,input{vertical-align:middle}

a{ 
    text-decoration:none; 
    outline:none; cursor: 
    pointer;
    color:#333;
}




@font-face {
    font-family: "SourceHanSerifSC-B";
    src:url("../fonts/SourceHanSerifCN-Bold.otf"); 
}

@font-face {
    font-family: "SourceHanSerifSC-M";
    src:url("../fonts/SourceHanSerifCN-Medium.otf"); 
}



.pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.imgtp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-out 0s;
}
.imgtp a {
    display: block;
    height: 100%;
}

.slick-dots{
    position: absolute;
    bottom: 0px; left:0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    background: none;
}
.slick-dots li button{
    border-style: none;
    background: none;
    text-indent: -999em;
    }
    
.slick-prev,.slick-next{
    position:absolute;
    background-image: none; 
    background: none;
    border-style:none; 
    outline:medium; 
    text-indent: -999em;
    background-repeat: no-repeat;
    cursor: pointer;
}

.clear{ clear:both;}
.left{ float:left;}
.right{ float:right;}

    
img {
    max-width: 100%;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }

body{font-family:"Microsoft YaHei";
color: #333;}


.ctbx {
    width: 1200px;
    margin: 0 auto;
  }
  
  @media (min-width: 600px) {
    .ctbx {
      width: 90%;
    }
  }

  
  @media (min-width: 1040px) {
    .ctbx {
      width: 1000px;
    }
  
  }

  @media (min-width: 1240px) {
    .ctbx {
      width: 1200px;
    }
  
  }


.topwk{
 width: 100%; 
 background: url(../images/top_bg.png) no-repeat 60% center;
 padding: 16px 0px 19px;
 overflow: hidden;
 border-top: #950340 4px solid;
}

.tlogo{ float:left; margin-top: 2px;}

.toprg{ 
    float:right;
    margin-top: 18px;
}




/* 搜索 */
.toprg .trsstc{
    float:right;
}
.trsstc{
width: 278px; height: 40px;
border:#950340 1px solid;
border-radius: 20px;
box-sizing: border-box;
}
.trss_nr{ 
    float:left; 
    width:210px; 
    margin-left: 16px;
    -webkit-appearance:none; appearance:none; background:none;
    border-style: none;
    font-size:14px; color:#333; 
    height:40px; line-height:40px; 
    }
.trss_btn{ 
    float:right; 
    width:50px; 
    height:40px;
    -webkit-appearance:none; appearance:none; 
    border-style: none;
    background:none;
    text-align:center; cursor:pointer;
}


.trss_nr::-ms-input-placeholder {
    color: #999;
    }
    
  .trss_nr::-moz-placeholder {
    color: #999;
   }
   .trss_nr::-webkit-input-placeholder {
      color: #999;
  }
 
/* 导航 */
.nav_box{
    background: #940940;
    border-bottom: #ffb400 3px solid;
}

.navbar {
    float: left;
    width: 100%;
 }
 
 .navbar .menu-bott {
   display: none;
 }
 
 .navbar .nav-button {
   display: none;
 }
 
 .navbar .navbar-nav {
   padding: 0;
   list-style: none;
 }
 
 .navbar .navbar-nav > li {
   position: relative;
   text-align: center;
   float: left;
   text-align: center;
   padding: 0px 2.6%;
 }
 
 .navbar .navbar-nav > li > a {
   color: #ffffff;
   display: block;
   line-height: 50px;
   position: relative;
   text-align: center;
   font-size: 18px;
 }
 
 
 .navbar .navbar-nav > li:hover{
   background: #ffb400;
 }
 
 .navbar .navbar-nav > li:hover > ul {
   opacity: 1;
   visibility: visible;
 }
 
 /*.navbar .hasChild:before {
   content: "";
   width: 2px;
   height: 15px;
   background: #9a0001;
   position: absolute;
   bottom: 0;
   left: 50%;
   transform: scaleY(0);
   transition: all 0.2s ease-out 0s;
 }
 
 .navbar .hasChild:hover:before {
   transform: scaleY(1);
 }*/

 .navbar .nav-child {
   width: 100%;
   overflow: hidden;
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 999999;
   opacity: 0;
   visibility: hidden;
   background: rgba(0, 0, 0, 0.5);
   transition: opacity 0.3s;
 }
 
 .navbar .nav-child li {
   padding: 12px;
 }
 
 .navbar .nav-child li a {
   display: block;
   font-size:16px;
   color: #fff;
   display: block;
   position: relative;
 }
 
 .navbar .nav-child li:hover {
   background: #881e41;
 }
 
 .navbar .nav-child li:hover a {
   font-weight: bold;
 }




.banner{ width:100%; margin:auto; overflow:hidden;
 
}
.ban_img{ width:100%; display: block !important;}
.ban_img img{ width:100%;}

.banner .slick-slide{ z-index:0!important;}

.banner .slick-dots{ 
    bottom: 25px;
}
.banner .slick-dots li {position: relative;  
    width: 140px;
    height: 4px;
    margin: 0 11px;
    background: #fff;
}

.banner .slick-dots li.slick-active{ 
    background:#ffb400;
}	 


.sydh{
  width: 100%;
  float: left;
}
.sydh h1{
    float: left;
    font-size: 26px; 
    color: #222;
    font-weight: normal;  
    font-family: "SourceHanSerifSC-B";
    color:#111;
    padding-left: 35px;
}

.sydh h1 span{
    color: #950340;
    font-size: 18px;
    margin-left: 10px;
}

.sydh a{
    margin-top: 11px;
}

a.icmore{
    float: right;
    font-size: 14px;
    color: #999;
}
a.icmore:hover{
    color: #950340;
}

.dhtpxw{
    background: url(../images/dh_tpxw.png) no-repeat left 10px;
}
.dhhqxw{
    background: url(../images/dh_hqxw.png) no-repeat left 10px;
}
.dhtzgg{
    background: url(../images/dh_tzgg.png) no-repeat left 10px;
}





/* 图片新闻 */
.cont1_box{
padding:53px 0px 75px; 
overflow: hidden;
}


.cont1_lf{
    width: 590px;
    float: left;
}
.cont1_rg{
    width: calc(100% - 635px);
    float: right;
}

.tpxw{
    position: relative;
    padding-bottom: 68px;
    margin-top: 31px;
}
.tpxw::before{
    content: "";
    position: absolute;
    right: 0px;
    bottom:0px;
    width: calc(100% - 50px);
    height: calc(100% - 85px);
    background: #f2f2f1;
}
.tpxwtp_wk{
    padding-right: 95px;
    overflow: hidden;
}
.tpxw_lb .tpxwtp{
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}
.tpxwtp .imgtp:hover {
    transform: scale(1.05);
}

.tpxw_lb .text{
    overflow: hidden;
    padding-right: 55px;
    margin-top: 16px;
}
.tpxw_lb .text span{
    float: left;
    width: 80px;
    padding:12px 0px 0px 20px;
    background: #881e41;
    position: relative;
    height: 53px;
    font-size: 16px;
    font-family: "Times";
    color: rgb(184, 146, 158);
}
.tpxw_lb .text span b{
    font-size: 22px;
    color: #fff;
    font-weight: normal;
}

.tpxw_lb .text span::before{
    content: "";
    position: absolute;
    top:16px;
    left: 8px;
    width: 1px;
    height: 35px;
    background: #fff;
}
.tpxw_lb .text .tit{
    width: calc(100% - 120px);
    float: right;
    margin-top: 5px;
}
.tpxw_lb .text .tit h2{
    font-size: 18px; 
    line-height: 30px; 
    height: 60px;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box; 
   -webkit-line-clamp:2; 
   -webkit-box-orient:vertical;
   transition: all 0.4s ease-out 0s;
}
.tpxw_lb .text:hover .tit h2{
    transform: translateX(5px);
    color: #950340;
}


.tpxw .slick-dots{ 
    bottom: 35px;
}
.tpxw .slick-dots li {position: relative;  
    width: 35px;
    height: 2px;
    margin: 0 4px;
    background: #fff;
}

.tpxw .slick-dots li.slick-active{ 
    background:#881e41;
    height: 4px;
}


/* 后勤新闻 */
.hqxw{
    margin-top: 35px;
    background: #f2f2f1;
    padding: 25px 45px 16px 35px;
    border-left: #881e41 1px solid;
    overflow: hidden;
}
.hqxw li{
    width: 100%;
    float: left;
    margin-bottom: 14px;
}

.hqxw li span{
    float: left;
    width: 55px;
    height: 43px;
    padding:7px 10px 0px 0px;
    line-height: 18px;
    background: #fff;
    font-size: 14px;
    font-family: "Times";
    color:#999;
    text-align: right;
}
.hqxw li b{
    font-size: 16px;
    font-weight: normal;
}
.hqxw li a{
    width: calc(100% - 90px);
    float: right;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hqxw li:hover span{
    background: #881e41;
    color: #fff;
}
.hqxw li:hover a{
    color: #881e41;
}



/* 通知公告 */
.cont2_bg{
  background: url(../images/cont_bg2.jpg) no-repeat;
  background-size: cover;
}
.cont2_box{
    padding: 48px 0px 32px;
    overflow: hidden;
}

.tzgg{
    margin: 40px -16px 0px;
    overflow: hidden;
}

.tzgg ul{
    width: 100%;
    float: left;
}

.tzgg li{
    width: 33.3%;
    float: left;
}
.tzgg li .tzgg_nr{
    border: #e4e4e3 1px solid;
    border-top: #950340 3px solid;
    overflow: hidden;
    margin: 0px 16px 39px;
    background: #fff;
    padding: 20px 20px 0px 0px;
    height: 98px;
    position: relative;
    transition:all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.tzgg li .tzgg_nr a{
    display: block;
}
.tzgg li .tzgg_nr::after{
    content: "";
    position: absolute;
    bottom:20px;
    right: 25px;
    width: 14px;
    height: 12px;
    background: url(../images/yjt.png) no-repeat;
}

.tzgg li:hover .tzgg_nr::after{
    bottom:-5px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: url(../images/yjt2.png) no-repeat;
}

.tzgg li .tzgg_nr span{
    width: 80px;
    padding-right: 20px;
    padding-top: 8px;
    float: left;
    line-height: 20px;
    font-size: 14px;
    font-family: "Times";
    color:#252836;
    text-align: right;
    position: relative;
}
.tzgg li .tzgg_nr span b{
    font-size: 24px;
    font-weight: normal;
    color: #666;
}

.tzgg li .tzgg_nr span::after{
    content: "";
    position: absolute;
    top:0px;
    right: 0px;
    width: 1px;
    height: 79px;
    background: #d3d4d7;
}

.tzgg li .tzgg_nr .text{
    width: calc(100% - 120px);
    float: right;
    font-size: 16px; 
    color: #252836;
    line-height: 26px; 
    height: 52px;
    overflow:hidden; 
    text-overflow:ellipsis; 
    display:-webkit-box; 
    -webkit-line-clamp:2; 
    -webkit-box-orient:vertical;
}


.tzgg li:hover .tzgg_nr{
    border-top: #ffb400 3px solid;
    background: #950340;
    background-image: -webkit-gradient(linear, left top, right top, from(#b42762), to(#950340)), -webkit-gradient( linear, left top, left bottom, from(#b42762), to(#950340));
    background-image: -webkit-linear-gradient(left, #b42762 0%, #950340 100%), -webkit-linear-gradient( #b42762, #950340);
    background-image: linear-gradient(90deg, #b42762 0%, #950340 100%), linear-gradient( #b42762, #950340);
    background-blend-mode: normal, normal;
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr='#b42762', endColorStr='#950340', gradientType='1');
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#b42762',endColorStr='#950340',gradientType='1')";
}

.tzgg li:hover .tzgg_nr span,
.tzgg li:hover .tzgg_nr span b,
.tzgg li:hover .tzgg_nr .text{
    color: #fff;
}
  
.tzgg li:hover .tzgg_nr span::after{
    background: rgba(255, 255, 255, 0.2);
}


/* 后勤风采 */
.slidehqfc{ 
    width:100%;
    margin: 53px 0px 90px;
    overflow: hidden;
    position: relative;
}
.slidehqfc .hd{ 
    float: left;
    width: 100%;
}
.slidehqfc .hd ul{
    float: left;
    padding-left: 35px;
    background: url(../images/dh_hqfc.png) no-repeat left 7px;
}
.slidehqfc .hd li{ 
    float:left; 
    font-size: 26px; 
    color: #222;
    font-weight: normal;  
    font-family: "SourceHanSerifSC-B";
    margin-right: 50px;
    color: #8e8e8e;
    position: relative;
    cursor: pointer;
 }
 .slidehqfc .hd li::after{
    content: "";
    position: absolute;
    right: -30px;
    top: 8px;
    width: 8px;
    height: 27px;
    background: url(../images/dh_xian.png) no-repeat;
 }
 .slidehqfc .hd li:nth-last-of-type(1)::after{
     display: none;
 }

 .slidehqfc .hd li span{
    color: #950340;
    font-size: 18px;
    margin-left: 10px;
    display: none;
 }
.slidehqfc .hd li.on{ 
    color:#111;
}
.slidehqfc .hd li.on span{
    display: inline-block;
}
.slidehqfc .bd ul{ 
    width: 100%;
    float: left;
    margin-top: 28px;
}
.slidehqfc .bd ul a.icmore{
    position: absolute;
    top:12px; right: 0px;
}

.slidehqfc .bd ul .hqfc{
    margin: 0px -16px;
    overflow: hidden;
}

.slidehqfc .bd ul .hqfc .hqfc_lb{
   width: 25%;
   float: left;
}

.slidehqfc .bd ul .hqfc .hqfc_lb .hqfc_lbwk{
    margin: 0px 16px;
    transition:all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.hqfc_lbwk .hqfctp{
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}
.hqfctp .imgtp:hover {
    transform: scale(1.05);
}

.hqfc_lbwk .text{
    overflow: hidden;
    padding: 19px 25px 17px;
    border: #e2e2e2 1px solid;
    border-top-style: none;
    position: relative;
}
.hqfc_lbwk .text::before,
.hqfc_lbwk .text::after{
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.hqfc_lbwk .text::before{
   width: 100%;
   height: 2px;
   background: #950340;
}
.hqfc_lbwk .text::after{
    width: 30px;
    height: 15px;
    background: url(../images/yjt3.png) no-repeat;
}

.hqfc_lbwk .text h2{
    font-size: 16px; 
    line-height: 26px; 
    height: 52px;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box; 
   -webkit-line-clamp:2; 
   -webkit-box-orient:vertical;
   transition: all 0.4s ease-out 0s;
}
.hqfc_lbwk .text h2 a{
    color: #252836;
}

.hqfc_lbwk:hover .text{
    background: #950340;
}
.hqfc_lbwk:hover .text h2 a{
    color: #fff;
}

.hqfc_lbwk:hover .text::before{
    background: #ffb400;
}
.hqfc_lbwk:hover .text::after{
    background: url(../images/yjt4.png) no-repeat;
}


/*底部*/
.dibu_bg{
    background: url(../images/db_bg.png) no-repeat;
    background-size: cover;
    padding: 28px 0px 58px;
}

.dblink{
    margin: 0px -20px;
}
.dblink_nr{
    width: 25%;
    float: left;
}
.dblink_wk{
    margin: 0px 20px;
    position: relative;
}
.dblink_wk h2{
   height: 40px;
   line-height: 40px;
   background: rgba(255, 255, 255, 0.2);
   padding: 0 20px;
   cursor: pointer;
   border-radius: 20px;
}

.dblink_wk h2 span{
    display: inherit;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    background: url(../images/sjx_xia.png) no-repeat right center;
}


.dblink_wk ul {
    display: none;
    position: absolute;
    z-index:5;
    bottom: 100%;
    width: 100%;
    background:#950340;
  }
  
.dblink_wk ul li {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #fff;
  }
.dblink_wk ul li a{
    color: #fff;
    display: block;
    padding: 8px 15px;
}
.dblink_wk:hover ul {
    display: block;
  }
  
.dblink_wk ul li:hover{
    background: #8c3559;
}
  
  
.dbbq{
    margin-top: 49px;
    overflow: hidden;
    text-align: center;
}
.dbbq p{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 30px;
}



.zuofd{
    width: 150px;
    position: fixed;
    z-index: 10;
    left: 55px;
    top:30%;
    padding: 10px;
    background: #881e41;
}
.zuofd span img{
    width: 150px;
    height: 150px;
}
.zuofd h2{
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    margin: 12px 0px 8px;
}

.youfd{
    position: fixed;
    z-index: 10;
    right: 15px;
    top:30%;
}

.youfd ul{
    width: 100%;
    float: left;
    position: relative;
}
.youfd li{
    width: 40px;
}
.youfd li h3{
    width: 40px;
    background: #881e41;
    border-bottom: #fff 1px solid;
    cursor: pointer;
}
.youfd li h3 a{
    display: block;
    text-align: center;
    padding: 10px 5px;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-family: "SourceHanSerifSC-M";
}
.youfd li:hover h3{
    background: #ffb400;
    border-bottom: #ffb400 1px solid;
    
}
.youfd li:hover h3 a{
    color: #950340;
}

.youfd li:nth-last-of-type(1) h3{
    border-bottom-style: none;
}

.youfd li .yfd_box{
    display: none;  
}
.youfd li:hover{
    width: 330px;
}
.youfd li:hover .yfd_box{
    display: block; 
    position: absolute;
    top:0px;
    left: 40px;
    height: 324px;
    padding: 0px 28px;
    width: 240px;
    box-shadow: 0px 3px 8.46px 0.54px rgba(149, 3, 64, 0.57);
    background: rgba(255, 255, 255, 0.8);
    border:#c49fb4 1px solid;
    border-left-style: none;
}

.yfd_box .yfd_jgzf{
   margin-top: 20px;
   height: 252px;
   overflow: hidden;
}
.yfd_box .yfd_jgzf p{
    font-size: 14px;
    color: #333;
    line-height: 36px;
}

.yfd_box .yfd_xq{
    float: right;
    font-size: 14px;
    margin-top: 10px;
}
.yfd_box .yfd_xq a{
    color: #950340;
}
.yfd_box .yfd_xq a:hover{
    font-weight: bold;
}



.yfd_box dl.yfd_zbxx{
    margin-top: 20px;
    display: block;
}
.yfd_box dl.yfd_zbxx dd{
    width: 100%;
    float: left;
    position: relative;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 12px;
    box-sizing: border-box;
}
.yfd_box dl.yfd_zbxx dd a{
    font-size: 14px;
    color: #333;
}
.yfd_box dl.yfd_zbxx dd a:hover{
    color: #881e41;
}
.yfd_box dl.yfd_zbxx dd::before{
    content: "";
    position: absolute;
    left: 0px;
    top:17px;
    width: 4px;
    height: 4px;
    background: #881e41;
    border-radius: 50%;
}


.yfd_box .yfd_bxfw{
    width: 140px;
    height: 140px;
    margin:94px auto 0px;
}
.yfd_box .yfd_bxfw img{
    width: 140px;
    height: 140px;
}








/*列表页*/
.list_ban{ width:100%; margin:auto; overflow:hidden;}
.list_ban img{ width:100%;}


.sjmenu{
    display: none;
}



.list_wk{
    padding-bottom: 45px;
}
.list_lf{ 
    width:274px; 
    float:left;
    margin-top: -70px;
}


.list_lf h1 {
    width: 216px;
    float: left;
    padding: 15px 18px 15px 40px;
    line-height: 40px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background: url(../images/ltyj_bg.png) no-repeat #950341;
}

.sideMenu {
    width: 268px;
    float: left;
    padding-top: 10px;
    padding-bottom:254px;
    border-right: #e0e0e0 1px solid;
    border-bottom: #e0e0e0 1px solid;
    border-left: #ffb400 5px solid;
    background: url(../images/ltlf_pic.jpg) no-repeat bottom #f2f2f2;
}

.sideMenu li {
    width: 100%;
    float: left;
    border-top: #e1e1e1 1px solid;
}
.sideMenu li:nth-of-type(1){
    border-top-style: none;
}
.sideMenu li a {
    display: block;
    width: 178px;
    padding: 10px 15px 10px 75px;
    background: url(../images/ltej.png) no-repeat 45px center;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    color: #111;
    line-height: 35px;
    float: left;
}

.sideMenu dl {
    width: 268px;
    float: left;
    display: none;
    background: #fff;
    padding: 12px 0px;
    border-left: #950341 5px solid;
    margin-left: -5px;
}

.sideMenu dl dd a {
    display: block;
    width: 160px;
    padding: 10px 0px 5px 95px;
    font-size: 16px;
    color: #666;
    line-height: 26px;
    cursor: pointer;
    font-weight: normal;
    background: none;
}

.sideMenu dl dd:hover a, 
.sideMenu dl dd.current a {
    font-weight: bold;
    color: #950340;
    background: url(../images/ltsanj2.png) no-repeat 75px 18px;
}

.sideMenu li.current > a, 
.sideMenu li:hover > a {
    color: #950340;
    font-weight: bold;
}

.sideMenu li.current dl {
    display: block !important;
}


.list_rg{
    width: calc(100% - 274px); 
    float: right;
    margin-top: -46px;
}

.ltdqwz{
    padding: 10px 20px 10px 40px;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    line-height: 26px;
}
.ltdqwz h1{
    font-size: 18px;
    color: #fff;
    float: left;
    font-weight: bold;
}
.ltdqwz span{
    float: right;
    padding-left: 20px;
    font-size:14px; 
    color:#fff; 
    line-height:24px;
    background:url(../images/ic_home.png) no-repeat left 6px; 
}
.ltdqwz span a{ color:#fff;}
.ltdqwz span a:hover,
.ltdqwz span a b{ 
    color:#ffba00;
    font-weight: normal;
}

.list_rgmar{
    padding-left: 40px;
}
.list_wz{ 
    min-height:500px; 
}
.list_wz ul{
    margin-top: 38px;
}
.list_wz li{
    width: 100%; 
    float: left;
    border: #e8e8e8 1px solid;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
    transition:all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.list_wz li a{
    display: block;
    overflow: hidden;
    padding: 20px 30px 20px 6px;
}
.list_wz li span{ 
    float: left;  
    width: 88px;
    text-align: center;
    font-size: 12px; 
    color: #950340;
    line-height: 16px;
    font-family:'Times New Roman', Times, serif;
    font-weight: bold;
    position: relative;
}
.list_wz li span b{ 
    font-size: 30px;
    display: inline-block;
    margin-top: 10px;
}
.list_wz li span::after{
    content: "";
    position: absolute;
    width:1px; 
    height: 50px;
    top:0px; 
    right: 0px;
    background: #ddd;
}

.list_wz li .ltwz_nr{
    width: calc(100% - 108px);
    float: right;
}
.list_wz li .ltwz_nr h2{
    width: calc(100% - 90px);
    float: left;
    font-size: 18px;
    color: #333;
    line-height: 50px; 
    height: 50px;
    overflow:hidden; 
    text-overflow:ellipsis; 
    white-space: nowrap;
}

.list_wz li .ltwz_nr p{
    width: 80px;
    float: right;
    background: url(../images/ltwz_yjt.png) no-repeat bottom;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #a5a5a5;
    text-align: center;
    margin-top: 9px;
}

.list_wz li:hover{
    background: #950340;
    background-image: -webkit-gradient(linear, left top, right top, from(#b42762), to(#950340)), -webkit-gradient( linear, left top, left bottom, from(#b42762), to(#950340));
    background-image: -webkit-linear-gradient(left, #b42762 0%, #950340 100%), -webkit-linear-gradient( #b42762, #950340);
    background-image: linear-gradient(90deg, #b42762 0%, #950340 100%), linear-gradient( #b42762, #950340);
    background-blend-mode: normal, normal;
    filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr='#b42762', endColorStr='#950340', gradientType='1');
    -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#b42762',endColorStr='#950340',gradientType='1')";
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.35);        
}    
.list_wz li:hover::after{
    content: "";
    position: absolute;
    width:100%; 
    height: 3px;
    bottom:0px; 
    left: 0px;
    background: #ffb400;
}

.list_wz li:hover span,
.list_wz li:hover .ltwz_nr h2,
.list_wz li:hover .ltwz_nr p{
    color: #fff;
}
.list_wz li:hover .ltwz_nr h2{
    font-weight: bold;
}

.list_wz li:hover .ltwz_nr p{
    background: url(../images/ltwz_yjt2.png) no-repeat bottom;
}

  


/*新闻列表图片*/
.list_xw{min-height:500px;}
.list_xw ul{
    margin-top: 20px;
}
.list_xw li{ 
    width:100%; 
    float:left;
    border-bottom: #d1d1d1 1px solid;
    padding: 33px 0px;
}
.list_xw li:nth-last-of-type(1){
    border-bottom-style: none;
}

.list_xw li .ltxw_sj{ 
    float: left; 
    width: 90px; 
    font-size: 26px; 
    color: #950340;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    position: relative;
  }

  .list_xw li .ltxw_sj::after{
    content: "";
    position: absolute;
    top:50px;
    left: 25px;
    width: 35px;
    height: 35px;
    background: url(../images/ltwz_yjt3.png) no-repeat center;
    border:#fff 1px solid;
    border-radius: 50%;
  }


.list_xw li .ltxw_tp{ 
    width: 183px; 
    float: left;
    margin-left: 15px; 
    margin-right: 20px;
    border:#fff 1px solid;
}

.ltxw_tp .ltxw_tpnr{
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}
.ltxw_tpnr .imgtp:hover {
    transform: scale(1.05);
}

.list_xw li .ltxw_nr{ 
    overflow: hidden;
}
.list_xw li .ltxw_nr h2{
    width: 100%; float: left;
    margin-bottom: 10px;
    font-size:18px; color:#111; 
    line-height:40px; height:40px; 
    font-weight: normal;
    overflow:hidden; 
    white-space:nowrap; 
    text-overflow:ellipsis;
    transition: all 0.2s ease-out 0s;
}

.list_xw li .ltxw_nr p{
    width: 100%; float: left;
    font-size:14px; color:#888; 
    line-height:26px;
    height: 52px;
    overflow:hidden; 
    text-overflow:ellipsis; 
    display:-webkit-box; 
    -webkit-line-clamp:2; 
    -webkit-box-orient:vertical;
    transition: all 0.2s ease-out 0s;
}


.list_xw li:hover{
    border-bottom:#940940 1px solid;
}
.list_xw li:nth-last-of-type(1):hover{
    border-bottom-style: none;
}
.list_xw li:hover .ltxw_sj::after{
    border:#950340 1px solid;
}
.list_xw li:hover .ltxw_tp{
    border:#950340 1px solid;
}
.list_xw li:hover .ltxw_nr h2,
.list_xw li:hover .ltxw_nr p{ 
    color: #950340;
    transform: translateX(5px);
}


/*内容页*/
.contt_box{  
    min-height:500px; 
    
}

.contt_tit{ 
    width:100%; 
    float:left; 
    text-align:center;
    margin-top: 45px;
}
.contt_tit h1{ 
    font-size:24px;
     color:#950340; 
     margin-bottom:17px; 
     font-weight: bold;
    }
.contt_tit h2{
     width:100%; 
    float:left; 
    font-size:18px; color:#333; 
    line-height:30px;
    font-weight:normal;
    margin-bottom:26px;
 }
.contt_tit h5{
    border-top:#d5d5d5 1px solid; 
    border-bottom:#d5d5d5 1px solid; 
    font-size:14px; color:#888; 
    padding: 5px 0px;
    line-height: 28px;
    overflow: hidden;
    margin-top: 28px;
}
.contt_zhwen{ width:100%; float:left;
     margin:30px 0px 45px; 
}
.contt_zhwen p{ 
  text-indent:2em;
  font-size:16px!important; 
    color:#111; line-height:32px!important;
}
.contt_zhwen p img{ max-width:80%; 
    text-indent:0em; height:auto !important; }
.contt_zhwen table td{ text-indent:0em!important;}
.contt_zhwen p iframe{max-width:80%;}



.contt_sxp{ width:100%; float:left; 
    border-top:#d5d5d5 1px solid; 
    padding-top:33px;
}
.contt_sxp li{ 
    width:100%; 
    float:left; 
    font-size:15px; 
    color:#950340; 
    line-height:25px;
    padding: 5px 0px;
    font-weight: bold;
}
.contt_sxp li a{ color:#454545; font-weight: normal;}
.contt_sxp li:hover a{ color:#950340;}	



/* 招标信息 */
.zbxx{
    margin: 40px 0px 16px;
    overflow: hidden;
}
.list_zbxx{
    min-height: 500px;  
}

.zbxx_lf{
    width: calc(100% - 98px);
    float: left;
}

.zbxx_sel select,
.zbxx_inp,
.zbxx_btn{
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none; 
    background:none;
    border-style: none;
    outline-style: none;
}

.zbxx_sel select::-ms-expand { display: none; }
.zbxx_sel select{
    width: 280px;
    float: left;
    height: 36px;
    padding-left: 14px;
    margin-right: 13px;
    border:#e8e8e8 1px solid;
    background: url(../images/sjx_xia2.png) no-repeat 255px center;
}

.zbxx_ser{
    width: 432px; 
    float: left;
}
.zbxx_inp{ 
    float:left; 
    width: calc(100% - 94px);
    padding-left: 10px;
    font-size:14px; 
    color:#333; 
    height:34px; 
    line-height:34px; 
    border:#e8e8e8 1px solid;
    border-right-style: none;
    }
.zbxx_btn{ 
    float:right; 
    width:83px; 
    height:36px;
    text-align:center; 
    cursor:pointer;
}

.fhjz_btn{
    float: right;
    width: 84px;
    height: 36px;
    line-height: 36px;
    background: #ffba00;
    font-size: 14px;
    color: #830a1a;
    text-align: center;
}
.fhjz_btn a{
    display: block;
    color: #830a1a;
}


.ltzbxx_tit{
    height: 42px;
    background: #f2f2f2;
    font-size: 14px;
    color: #90033f;
}
.ltzbxx_tit td{
    text-align: center;
    padding: 0px 5px;
}

.ltzbxx_nr{
    margin-top: 12px;
    border:#e8e8e8 1px solid;
}
.ltzbxx_nr td{
    font-size: 16px;
    color: #950340;
    text-align: center;
    line-height: 30px;
    padding: 18px 5px;
}

.ltzbxx_nr td.zbxx_bt{
    text-align: left;
}
.ltzbxx_nr td.zbxx_bt a{
    color: #950340;
}

.ltzbxx_nr td.zbxx_fj{
  background: url(../images/ic_fj.png) no-repeat center;
}
.ltzbxx_nr td.zbxx_dw{
  font-size: 14px;
  color: #888;
}
.ltzbxx_nr td.zbxx_dw{
    font-size: 14px;
    color: #888;
  }
.ltzbxx_nr td.zbxx_sj{
    font-size: 16px;
    color: #888; 
    font-family: 'Times New Roman', Times, serif;
}

.ltzbxx_nr:hover{
    background: #90033f;
}
.ltzbxx_nr:hover td{
    color: #ffba00;
}
.ltzbxx_nr:hover td.zbxx_bt a{
    color: #ffba00;
    font-weight: bold;
}

.ltzbxx_nr:hover td.zbxx_fj{
    background: url(../images/ic_fj2.png) no-repeat center;
}

.ltzbxx_nr:hover td.zbxx_dw,
.ltzbxx_nr:hover td.zbxx_sj{
    color: #fff;
}










   /* 搜索列表 */
   .ssjg{min-height:450px;}
.list_rsou{ width:100%;}
.list_rsou ul{ width:100%; float:left;}
.list_rsou ul li{ width:100%; float:left;border-bottom: #ccc 1px dashed;
position: relative;
}
.list_rsou ul li::before{
    content: "";
    position: absolute;
    left: 0px; top:25px;
    width: 5px; height: 5px;
    border-radius: 50%;
    background: #950340;
}
.list_rsou ul li a{ margin-left: 14px;
    font-size: 16px; color: #333; float: left;
     line-height: 55px; height: 55px;
     overflow:hidden; white-space:nowrap; text-overflow:ellipsis;
     width:-moz-calc(100% - 100px);
     width:-webkit-calc(100% - 120px);
     width:calc(100% - 100px);
transition:all 0.4s;
    -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;}    
.list_rsou ul li i{ float: right; 
    font-size: 14px; color: #666;
    line-height: 55px;
   font-style: normal;
}
.list_rsou ul li:hover a{ color: #950340; text-indent: 16px;
    transition:all 0.4s;}


.sspage{ width:100%; float:left; text-align:center; margin-top:25px;
font-size: 14px;
    color: #333;}
.sspage a{ color: #01548a;}

.qzssjg_no { width:600px; margin:50px auto 0px; overflow:hidden; font-size:14px; color:#333; line-height:25px;}

   
.pb_sys_style2 .p_no_d{
    border: 1px solid #950340!important;
    background-color: #950340!important;
}