.scaleBoxOut:hover .scaleBox img{
  transform: scale(1.2);
}
.scaleBoxOut .scaleBox {
  overflow: hidden;
  width: 100%;
}
.scaleBoxOut .scaleBox img{
  width: 100%;
}
.animation-underline {
  text-decoration: none;
  background-image: linear-gradient(#DC3035, #DC3035);
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background 0.25s ease-in-out;  
  padding-bottom: 7px;
}
.underlineBox:hover .animation-underline{
  background-size: 100% 2px;
}
.pageHeader{
  height: 120px;
  width: 100%;
  line-height: 120px;
}
.pageHeader .container{
  width: 95%;
  max-width: 1100px;
  margin: auto;
  display: flex;
}
.container{
  width: 95%;
  max-width: 1100px;
  margin: auto;
  display: flex;
}
.pageHeader .left{
  flex: 1;
}
.pageHeader .left img{
  height: 65px;
  vertical-align: middle;
}
.pageHeader .left span{
  color: #000;
  font-size: 30px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-left: 20px;  
  font-weight: bold;
}
.pageHeader .left span:before{
  display: inline-block;
  content: '';
  position: absolute;
  top: 50%;
  left: -0px;
  margin-top: -25px;
  border-left: 1px solid #D9D9D9;
  height: 50px;
}
.pageHeader .right{
  flex: 1;
  text-align: right;
}
.pageHeader .right .back{
  font-size: 16px;
  vertical-align: middle;
  margin-right: 20px;
  
}
.pageHeader .right .back img{
  vertical-align: middle;
}
.pageHeader .right .back span{
  vertical-align: middle;
}
.pageHeader input{
  border: none;
  width: 268px;
  height: 36px;
  background: #f1f1f1;
  border-radius: 6px 6px 6px 6px;  
  padding: 0 10px;
}
.pageHeader .right .search{
  position: relative;
  height: 36px;
}
.pageHeader .right .search .searchData{
  position: absolute;
  right: 13px;
  top: 1px;
  height: 24px;
  width: 24px;
  cursor: pointer;
}
.pageHeader .right .search  img{
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.pageHeader .right .language{
  display: inline-block;
  width: 38px;
height: 36px;
background: #CF2B2B;
border-radius: 6px;
color: #fff;
font-size: 16px;
font-weight: bold;
vertical-align: middle;
line-height: 36px;
text-align: center;
margin-left: 20px;
}

/* 导航 */
.menuBox{  
  background-color: #f7f7f7;
  display: none;
}
.menuBox ul{
  width: 100%;
  max-width: 1100px;
  margin: auto;
  font-size: 18px;
  font-weight: bold;
  
}
.menuBox ul li{
  padding: 10px 28px;
  display: inline-block;
}
.menuBox ul li:hover a{
  color: #DC3035;
}
.menuBox ul li a{
  width: 100%;
  display: inline-block;
}
.menuBox ul li.active{
  background-color: #BC1D1D;
  
}
.menuBox ul li.active a{
  color: #fff;
}
.navigation{
  background-color: #CF2B2B;  
  font-size: 16px;
  color: #fff;
  padding: 12px 0;
}
.navigation a{
  color: #fff;
  margin: 0 8px;
}
.navigation a:nth-child(1){
  margin-left: 0;
}


.banner img{
  width: 100%;
}
.pageTitle .lookmore{
  font-size: 16px;
  float: right;
  vertical-align: middle;
}
.homeNews {
  background: #FAFAFA;
  padding: 45px 0;
}
.tl{
  font-size: 18px;
  font-weight: 600;
}
.des{
  font-size: 16px;
  color: #666;
  line-height: 28px;
}
.time{
  font-size: 16px;
  color: #999;
}
.homeNews .container{
  width: 90%;
  max-width: 1100px;
  margin: auto;
}
.hytbtitle{
  cursor: pointer;
}
.homeNews .container .left .top.hytbMain1,.homeNews .container .left .bottom.hytbBotm1{
  display: none;
}
.bigTitle {
  font-size: 24px;
}
.bigTitle .active{
  color: #DC3035;
}
.bigTitle >span.point{
  position: relative;
  padding-right: 30px;
  margin-right: 30px;
}
.bigTitle >span.point::before{
  display: inline-block;
  content: '.';
  position: absolute;
  right: -7px;
  top: -8px;
  color: #000;
}
.bigTitle .lookmore{
  line-height: 40px;
}
.homeNews .container{
  display: flex;
}
.homeNews .container .left{
  flex:2;
}
.homeNews .container .left .bigTitle{
  margin-bottom: 20px;
  padding-right: 20px;
}
.homeNews .container .right{
  flex: 1;
}
.homeNews .container .left .top{
  display: flex;
  border-bottom: 1px solid #ececec;
}
.homeNews .container .left .top .nsbox{
  display: inline-block;
  flex: 1;
  padding-right: 20px;
  box-sizing: border-box;
  padding-bottom: 20px;
  
}
.homeNews .container .left .top .nsbox:hover .nsImg img{
  transform: scale(1.2);
  
}
.homeNews .container .left .top .nsbox .nsImg{
  width: 100%;   
  margin-bottom: 15px;
  border:  1px dashed #c1c1c1;
  overflow: hidden;
}
.homeNews .container .left .top .nsbox .nsImg img{  
  max-width: 100%;
}
.homeNews .container .left .top .nsbox .des{
  margin: 10px 0 5px;
}
.lineClamp1{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.lineClamp2{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.lineClamp4{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.homeNews .container .left .bottom{
  padding-top: 15px;
}
.homeNews .container .left .bottom >p{
  position: relative;
  padding: 10px 0;
  display: inline-block;
  width: 49%;
}
.homeNews .container .left .bottom .tl{  
  width: calc(100% - 70px);
  /* font-size: 18px; */
  font-weight: normal;
  padding-left: 50px;
}
.homeNews .container .left .bottom .time{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.homeNews .container .right .rightTitle {
  border-bottom: 1px dashed #c1c1c1;
  padding: 25px 25px 5px 25px;
}
.homeNews .container .right{
  position: relative;
}
.homeNews .container .right .contentBox{
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.05);
  top: -109px;
  border-bottom: 6px solid #DC3035;
  height: calc(100% + 109px);

}
.rightTitle .lookmore{
  /* line-height: 50px; */
}
.homeNews .container .right .contentBox .mainBox{
  padding: 0 25px;
  height: calc(100% - 110px);
}
.homeNews .container .right .contentBox .mainBox .box{
  display: flex;
  width: 100%;
  border-bottom: 1px solid #F1F1F1;
  padding: 9px 0;
}
.homeNews .container .right .contentBox .mainBox .box:hover .text{
  padding-left: 30px;
}
.homeNews .container .right .contentBox .mainBox .box:hover .text::before{
  width: 6px;
  background-color: #DC3035;
  transition: all 0.5s ease;
}
.homeNews .container .right .contentBox .mainBox .box .time{
  flex:0 0 50px;
  text-align: center;
  position: relative;
  padding-right: 25px;
}
.homeNews .container .right .contentBox .mainBox .box .text::before{
  position: absolute;
  display: inline-block;
  content: '';
  left: 0;
  top: 50%;
  width: 1px;
  height: 50px;
  transform: translateY(-50%);
  background-color: #f1f1f1;
}
.homeNews .container .right .contentBox .mainBox .box .text{
  flex: 1;
  vertical-align: middle;
  padding-left: 25px;
  display: flex; 
  align-items: center;
  line-height: 30px;
  /* font-size: 18px; */
  position: relative;
  
}
.homeNews .container .right .contentBox .mainBox .box .text .tl{
  font-weight: normal;
}
.homeNews .container .right .contentBox .bottomBox{  
  text-align: center;
  display: flex;
  align-items: center;
} 
.homeNews .container .right .contentBox .bottomBox button{
  flex: 1;
  background-color: transparent;
  border: none;
      margin-top: 8px;
}
.homeNews .container .right .contentBox .bottomBox span{
  flex: 1;
  /* cursor: pointer; */
  text-align: center;
  padding: 10px 0;
  transition: none;
}
.homeNews .container .right .contentBox .bottomBox span i{
  font-size: 25px;
  transition: none;
}
.homeNews .container .right .contentBox .bottomBox span.active i{
  color: #DC3035;
}
.shipinquyu{
  /* height: 700px; */
  background-image: url('../images/Group20.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
}
.shipinquyu .sqleft{
  background-image: url('../images/Rectangle5.png');
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 300px;
  background-position: top;
  flex:1;
  padding: 25px 25px;
  background-color: #fff;
}
.fontcommon .title{
  margin: 25px 0 15px;
  font-weight: 600;
  display: inline-block;
}
.fontcommon .txt{
  line-height: 28px;
  font-size: 16px;
  color: #666;
}
.shipinquyu .sqleft .bigTitle{
  color: #fff;
  margin-bottom: 20px;
}
.shipinquyu .sqleft .bigTitle a{
  color: #fff;
}
.fontcommon .sqleft .time{
  text-align: right;
  margin-top: 25px;
  position: relative;
}
.shipinquyu .sqleft .time::before{
  display: inline-block;
  content: '';
  position: absolute;
  border-bottom: 1px dashed #DC3035;
  width: calc(100% - 97px);
  left: 0;
  top: 11px;
  opacity: 0.3;
}
.shipinquyu .sqleft .box img{
  width: 100%;
}
.shipinquyu .sqright{
  flex: 2;
  padding-left: 20px;
}
.shipinquyu .sqright .rightbox{
  padding: 25px 25px;
  background-color: #fff;
  padding-right: 0;
}
.shipinquyu .sqright  .rightTitle{
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 5px;
  padding-right: 20px;
}
.shipinquyu .sqright  .rightTitle>span:nth-child(1){
  position: relative;
}
.shipinquyu .sqright  .rightTitle>span:nth-child(1)::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #DC3035;
  left: 0;
  bottom: -6.5px;
}
.shipinquyu .sqright  .time{
  margin-top:25px;
}
.shipinquyu .sqright  .rightbox .bbox{
  display: flex;
  width: 100%;
  
}
.shipinquyu .sqright .rightbox .bbox .title{
  margin: 25px 0 8px;
}
.shipinquyu .sqright  .rightbox .text{
  flex: 1;
  padding-right: 25px;
}
.bottombox{
  padding-right: 25px;
}
.bottombox a{
  width: calc(100% - 20px);
  padding:0 20px;
  position: relative;
  margin: 20px 0;    
}
.bottombox a::before{
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #DC3035;
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  transition: all 0.5s ease;
  margin-top: -1px;

}
.bottombox a:hover{
  padding-left: 40px;color: #DC3035;
}
.bottombox a:hover::before{
  width: 20px;
}
.bottombox a:hover img{
  left: 20px;
}
.bottombox a img{
  position: absolute;
  left: 0;
  top: 3px;
}
.huizhan{
  background-color: #fff;
  display: flex;
  padding: 40px 0 80px;
}
.huizhan .sqleft{
  flex: 3;
  background-image: none;
  padding: 0;
}
.huizhan .sqleft .bigTitle{
  padding-bottom: 25px;
}
.huizhan .sqleft .title{
  
}
.huizhan .sqright{
  flex: 1;
}
.huizhan .sqleft .box1{
  flex: 1; 
  border: 1px solid #E2E2E2;  
}
.huizhan .sqleft .box1 .text1{
  padding:0 25px 25px 25px;
}
.huizhan .sqleft .box1 .text1 .title{
  margin-bottom: 8px;
}
.huizhan .sqleft .box1 img{
  width: 100%;
}
.huizhan .sqleft .boxmiddle{
  border: 1px dashed #E2E2E2;
  margin-left: 20px;
  flex: 1;  
  border-top: 6px solid #DC3035;
  background-image: url(../images/Group22.png);
  background-size: cover;  
  box-sizing: border-box;
}
.huizhan .sqleft .boxmiddle .middlec{
  padding:25px 25px 0 25px;
}
.huizhan .sqleft .boxmiddle .box{
  display: flex;
  margin-bottom: 20px;
}
.huizhan .sqleft .boxmiddle .time{
  flex: 0 0 60px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #FFDDDD;
  text-align: center;
  overflow: hidden;
  margin: 0;
}
.huizhan .sqleft .boxmiddle .time .top{
  font-size: 30px;
  color: #333;
  line-height: 37px;
}
.huizhan .sqleft .boxmiddle .time .bto{
  font-size: 14px;
  background-color:#DC3035 ;
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 2px 0;
}
.huizhan .sqleft .boxmiddle .text{
  padding-left: 15px;
  padding-top: 5px;
  position: relative;  
}
.huizhan .sqleft .boxmiddle .text .title{
  font-size: 18px;
  margin: 0;
  font-weight: normal;
  display: -webkit-box;  
  
}
.huizhan .sqleft .boxmiddle .text::before{
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -2.5px;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 3px;
  background-color: #DC3035;
  opacity: 0;
  transition: all 0.5s ease;

}
.huizhan .sqleft .boxmiddle .text:hover{  
  padding-left: 30px;
}
.huizhan .sqleft .boxmiddle .text:hover .title{
  color: #DC3035;
  transition: all 0.1s ease;
}
.huizhan .sqleft .boxmiddle .text:hover::before{
  opacity: 1;
}
.huizhan .sqleft .boxmiddle .text:hover .txt{
  color: #333;
  transition: all 0.1s ease;
}
.huizhan .sqleft .boxmiddle .text .txt{
  font-size: 16px;
  color: #999;
}
.huizhan .sqright{
  display: flex;
  flex-direction: column;
  padding-top: 59px;
  padding-left: 20px;
}
.huizhan .sqright .box{
  flex: 1;
  color: #fff;
  font-size: 26px;
  text-align: center; 
  position: relative; 
}
.huizhan .sqright .box .boxout{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.huizhan .sqright .box img{
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  opacity: 0.8;
}
.huizhan .sqright .box:nth-child(1){
  margin-bottom: 20px;
}
.huizhan .sqright .box:hover img{
  transform: scale(1.5);
  opacity: 1;
}
.huizhan .sqright .box span{
  display: inline-block;
  width: 100%;
}
.footer{
  background-color: #333;
  color: #f9f9f9;
  padding: 30px 0;
  font-size: 14px;
}
.footer a{
  color: #fff;
}
.footer .text img{
  width: 15px;
  margin-right: 10px;
}
.footer .text p{
  padding: 5px 0;
}
.footer .text .phone{
  margin-right: 15px;
}
.footer .fimg{
  flex: 0 0 50px;
  margin-right: 20px;
  max-width: 50px;
}
.footer .text{
  flex: 1;
}
.footer .right{
  flex: 0 0 175px;
  text-align: right;
  display: flex;
  align-items: center;
}
.footer .right a{
  margin: 0 10px;
}

/* 行业动态 */
.newList{
  padding: 40px 0;
}
.newList .container> .leftBox{
  flex: 2;
  display: flex;
  margin-bottom: 30px;
}
.newList .container> .leftBox .menu{
  width: 190px; 
}
.newList .container> .leftBox .menu a{
  display: inline-block;
  width: 100%;
  padding: 25px 50px;
  font-size: 20px;
  position: relative;
  font-weight: 600;
}
.newList .container> .leftBox .menu a.active{
  color: #CF2B2B;
}
.newList .container>.leftBox .menu a.active::before{
  width: 65px;
  height: 24px;
  display: inline-block;
  content: '';
  background-image: url(../images/xc.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -17px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.newList .container>.leftBox .menu .main{
  border-left:4px solid #CF2B2B ;
}
.newList .container> .leftBox .list{
  flex: 2;
}
.newList .container>.leftBox .list .box{
  display: flex;
  box-shadow: 0px 2px 30px 0px rgba(192,192,192,0.25);
  margin-bottom: 20px;
}
.newList .container> .leftBox .list .box .scaleBox{
  width: 200px;
  max-height: 145px;
}
.newList .container>.leftBox .list .box .text{
  flex: 1;
  padding:15px 20px 10px;
}
.newList .container>.leftBox .list .box .text .des{
  margin: 0px 0 10px;
  color: #999;
}
.newList .container .leftBox .list .box .text .time{
  font-size: 14px;
}
.newList .container .news{
  flex:0 0 250px;
  padding-left: 30px;
}
.newList .container .news .newTitle{
  width: 100%;
  height: 56px;
  background-image: url('../images/ntbg.png');
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;  
  font-size: 24px;  
  color: #fff;
}
.newList .container .news .newTitle span{
  padding-left: 75px;
}
.newList .container .news .box{
  position: relative;
  padding-bottom: 30px;
  display: inline-block;
  padding-left: 20px;
  width: 100%;
  box-sizing: border-box;
}
.newList .container .news .text{
  padding-top: 30px;
}
.newList .container .news .box::before{
  display: inline-block;
  position: absolute;
  content: '';
  border: 1px solid #E7E7E7;
  width: 9px;
  height: 9px;
  top: 4px;
  left: -5px;
  border-radius: 9px;
  background-color: #fff;
  z-index: 99;
}
.newList .container .news .box::after{
  display: inline-block;
  position: absolute;
  content: '';
  border-left: 1px dashed #E7E7E7;
  width: 1px;  
  height: 100%;
  top: 4px;
  left: 0;   
}
.newList .container .news .box .time{
  font-size: 14px;
  color: #B38484;
  margin-bottom: 15px;
}
.newList .container .news .box .title{
  font-size: 18px;
  line-height: 28px;
}
.newList .container .news .box:last-child::after{
  height: calc(100% - 30px);
}
.newList .container .news .box:hover::before{
  border-color: #DC3035;
}
.newList .container .news .box:hover::after{
  opacity: 0;
  
}
.newList .container .news .box .point{
  display: inline-block;
  position: absolute;
  content: '';
  border-left: 1px dashed #CF2B2B;
  width: 1px;  
  height: 0;
  top: 4px;
  left: 0;
  transition: all 0.5s ease;  
}
.newList .container .news .box:hover .point{
  height: 100%;
}
.newList .container .news .box:last-child:hover .point{
  height: calc(100% - 30px);
}
.newList .container .news .box:hover .time{
  color: #333;
}
.newList .container .news .box:hover .title{
  color: #CF2B2B;
 
}
/* 页面 */
.pagination {
  text-align: center;
  margin-top: 30px;
}
.pagination p{
  vertical-align: middle;
}
.pagination a,.pagination input,.pagination button{
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 3px;
  color: #333;
  border: 1px solid #dcdcdc;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;  
}
.pagination a.active{
  background: #DC3035;
  color: #fff;
  border-color: #DC3035;
}
.pagination a.disabled{
  color: #c7c7c7;
}
.pagination a i{
  font-size: 24px;
}
.pagination button{
  height: 34px;
  width: 36px;
  background-color: #DC3035;
  color: #fff;
  border-color:#DC3035 ;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination input{
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* 详情 */
.details .leftBox .share{
  width: 45px;
  margin-right: 45px;
}
.details .leftBox .share .share_btn{
 width: 45px;
 height: 45px;
  margin-bottom: 20px;
  display: inline-block;
  cursor: pointer;
  background-color: #f8f8f8;
  border-radius: 100%;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}
.details .leftBox .share .share_btn i{
  color: #333;
  font-size: 26px;
}
.details .leftBox .share .share_btn:hover{
  background-color: #CF2B2B;
}
.details .leftBox .share .share_btn:hover i{
  color: #fff;
}
.details .leftBox .contentBox{
  flex: 1;
}
.details .leftBox .contentBox .title{
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
}
.details .leftBox .contentBox .timename{
  font-size: 16px;  
  padding: 15px 0 15px 15px;
  background-color: #FDF8F8;
}
.details .leftBox .contentBox .timename span{
  margin: 0 6px;
}
.details .leftBox .contentBox .timename li{
  display: inline-block;
  border-left: 1px solid #DCDCDC;
}
.details .leftBox .contentBox .timename .fontcolor{
  color: #CF2B2B;
  margin: 0 15px 0 0;
    display: inline-block;
  
}
.details .leftBox .contentBox .timename .fontSize{
  position: relative;
  width: 45px;
  text-align: center;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  color: #999999;
  font-size: 15px;
  cursor: pointer;
}
.details .leftBox .contentBox .timename .fontSize::before{
  display: inline-block;
  content: '';
  border-left: 1px solid #dcdcdc;
  height: 12px;
  width: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.details .leftBox .contentBox .timename .fontSize.active{
  color: #333;
}
.details .leftBox .contentBox .content{
  margin: 30px 0;
  line-height: 28px;
  transition: none;
}
.details .leftBox .contentBox .content img{
  margin: 20px 0;
  max-width: 100%;

}

/* 期刊订阅 */
.subscription{
  padding: 40px 0;
}
.subscription.top{
  background-color: #fff;
  font-size: 16px;
}
.subscription.top .bigtl{
  font-size: 20px;
  margin-bottom: 20px;
}

.subscription.top .leftBox{
  width: 350px;  
  background-image: url(../images/Group39.png);
  background-size: cover;
  color: #fff;
}
.subscription.top .leftBox .box{
  padding: 25px;
}
.subscription.top .leftBox .box .top p{
  margin-bottom: 15px;
}
.subscription.top .leftBox .box .bottom{
  border: 1px solid #DC3035;
  background: rgba(220,48,53,0.1);
  display: flex;
  align-items: center;
  padding: 12px 0;
  margin-top: 30px;
}
.subscription.top .leftBox .box .bottom>div{
  flex: 1;
  text-align: center;
}
.subscription.top .leftBox .box .bottom>div p{
  margin: 25px 0;
}
.subscription.top .leftBox .box .bottom .numout{
  position: relative;
  padding-left: 40px;
}
.subscription.top .leftBox .box .bottom .num{
  font-size: 33px;
  position: absolute;
  left: 0;
  bottom: -6px;
}
.subscription.top .rightBox{
  margin-left: 20px;
}
.subscription.top .rightBox .top{
  background-image: url(../images/Group42.png);
  padding: 25px;
  background-size: cover;
  
}
.subscription.top .rightBox .num{
  display: inline-block;
  background-color: #CF2B2B;
  color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  margin-right: 6px;

}
.subscription.top .rightBox  p{
  margin-bottom: 15px;

}
.subscription.top .rightBox .bottom{
  border: 1px solid #F2F2F2;
  background: #FFFFFF;
  padding: 25px;
  margin-top: 20px;
}
.subscription.top .rightBox .top p:last-child{
  margin: 0;
}
.subscription.top .rightBox .bottom p:last-child{
  margin: 0;
}
.subscription.bottom{
  background-color: #FAFAFA;
  padding: 40px 0;
}
.subscription.bottom .title{
  font-size: 26px;
  text-align: center;
}
.subscription.bottom form{
  background: #FFFFFF;
  padding: 40px;
  margin-top: 30px;
  width: 100%;
  box-sizing: border-box;
}
.subscription.bottom form p {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.subscription.bottom form p span.label{
  flex: 0 0 100px;
  text-align: right;
  padding-right: 20px;
}
.subscription.bottom form p span.label>span{
  color: #DC3035;
  margin-right: 5px;
}
.subscription.bottom form p .right{
  flex: 1;
}
.subscription.bottom form p input,select,textarea{
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 10px;
}
.subscription.bottom form p select{
  width: 217px;
}
.subscription.bottom form p textarea{
  min-height: 100px;
  font-size: 16px;
}
.subscription.bottom form p.error{
  margin-top: 10px;
}
.subscription.bottom form p.error span{
  padding-left: 120px;
  color: #666;
}
.subscription.bottom form p.btnp{
  margin-top: 40px;
}
.subscription.bottom form p button{
  width: 140px;
  height: 45px;
  background: #DC3035;
  border: none;
  color: #fff; 
  text-align: center;
  vertical-align: middle;
}
.subscription.bottom form p a{
  width: 140px;
  height: 45px;  
  background: #E8E8E8;
  border: 1px solid #E8E8E8;
  border: none;
  color: #666;
  text-align: center;
  line-height: 45px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
.uploadBox{
  display: inline-block;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.uploadImgBox{
  width: 100px;
  height: 100px;  
  overflow: hidden;
}
.uploadImgBox img{
  width: 100%;
}
.uploadImgBox{
  display: none;
  position: relative;
  background-color: #f1f1f1;
}
.uploadImgBox .remove{
  position: absolute;
  bottom:0;
  left: 0;
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 12px;
    padding: 2px 0;
    background-color: #eee;
    cursor: pointer;
}
.uploadBox i{
  font-size: 20px;
}
.uploadBox input[type='file']{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.subscriptionType{
  background-color: #fff;
  padding: 40px 0;
}.subscriptionType .container{
  display: block;
}
.subscriptionType .title{
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
}
.subscriptionType .content{
  line-height: 45px;
}
/* 人员查验 */
.inspection  {
  padding: 40px 0;
}
.inspection  .container{
  display: block;
}
.inspection .title{
  font-size:26px;
  text-align: center;
  margin-bottom: 30px;
}
.inspection .top{
  border-top: 4px solid #DC3035;
  background-color: #FAFAFA;
  padding: 30px;
}
.inspection .top .tl{
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 30px;
}
.inspection .top input{
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 10px;
  margin-left: 20px;
  width: 300px;
}
.inspection .top  button{
  width: 130px;
  height: 40px;
  background: #DC3035;
  border: none;
  color: #fff; 
  text-align: center;
  vertical-align: middle;
  margin-top: 30px;
  margin-left: 85px;
}
.inspection .top.bottom{
  border: none;
  margin-top: 20px;
}
.inspection .brief{
    width:100%;
    overflow: hidden;
}
.brief .left{
    width: 150px;
    min-height: 200px;
    float: left;
}
.brief .left .img{
    width: 150px;
}
.brief .right{
    width: calc(100% - 170px);
    float: left;
    margin-left: 20px;
}
.brief .right .hg5{
    margin-top: 5px;
}
.brief .right .hg10{
    margin-top: 10px;
}

/* 搜索 */
.searchPage{
  background: #ededed;
  padding: 40px 0;
}
.searchPage .container{
  display: block;
}
.pachnt{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 2%;
}
.pachnt .left{
	font-size: 24px;
}
.pachnt .left a{
	display: inline-block;
	margin-right: 40px;
	padding-bottom: 12px;
	position: relative;
}
.pachnt .left a.cur{
	color: #cf2b2b;
}
.pachnt .left a.cur::before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 3px;
	width: 30px;
	left: 50%;
	margin-left: -15px;
	background: #cf2b2b;
}
.pachnt .right{
	font-size: 18px;
}
.pachnt .right span{
	color: #cf2b2b;
	font-weight: bold;
}
.midlmf{
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.midlmf .c1{
	width: 580px;
	height:45px;
	background: #fff;
	padding: 0 10px;
	font-size: 16px;
	border: 1px solid #ddd;
	border-radius: 6px;
}
.midlmf .c2{
	width: 120px;
	height: 45px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	background: #cf2b2b;
	border-radius: 6px;
	margin-left: 15px;
}
.uecnba{
	margin-top: 3%;
}
.uecnba li{
	margin-bottom: 15px;
	transition: all 0.5s;
	
}
.uecnba li:hover{
  margin-left: -30px;
  box-shadow: 0 0 10px #eee;
}
.uecnba li:hover .d1{
  color: #DC3035!important;
}
.uecnba li a{
	display: block;	
	border-left: 5px solid #cf2b2b;
	background: #fff;
	transition: all 0.5s;
}

.uecnba li a .con{
	padding: 20px 20px;
	border-left: 1px solid #eee;
}
.uecnba li a .con .d1{
	font-size: 18px;

}
.uecnba li a .con .d2{
	color: #999;
	line-height: 25px;
	font-size: 16px;
	margin: 12px 0;
}
.uecnba li a .con .d3{
  color: #999;
  font-size: 14px;
}

.alert_box{
        display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 10px;
    border: 1px solid #d8d8d8;
    background: #fff;
    width: 210px;
    bottom: auto;
    z-index: 999;
}
.alert_box.on {
    display: block;
}
.alert_box .bottom{
    font-size: 14px;
    line-height: 25px;
}
.share_wechat .close{width: 24px;height: 24px;line-height: 24px;display: block;float: right;font-size: 16px;color: #333;}
.share_btn.share_wechat .close::before{content: 'x';}