html,body{
    margin: 0;
    padding: 0;
    list-style:none;
    font-family:"MicrosoftYaHei";
    font-size: 15px;
}
/*ul{
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
    padding: 0;
    margin: 0;
}
a:hover{
    text-decoration: none;
}*/

.header{
    width: 100%;
    height: 53px;
    background:rgba(182,0,0,1);
}
/*首页*/
/* 轮播图 */
.slidebanner{
    /* border: 1px solid red; */
    width: 98.4%;
    margin-left: 0.8%;
    height: 315px;
	/* margin:55px auto 35px; */
}
.swiper-slide img{
    width: 100%;
    overflow: hidden;
    height: 315px;
}
.slidebanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0px 5px
}
.slidebanner .swiper-pagination-bullet{
	background:#fff;
	opacity: 1;
}
.slidebanner .swiper-pagination-bullet-active{
	background:#FB6456;
}
.slidebanner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 24px;
}
.seletTab .selbox .selde{
    display: flex;
    height: 38px;
    align-items: flex-end;
}
.selde img{
    transition: all 0.5s;
}
.selde:hover img{
    margin-bottom: 3px; 
}
.selde a{
    color: white;
}
.selde a:hover{
    color: #ffa800;
}

/* 文章分布 */
.artBox{
    width: 1121px;
    height: 100%;
    margin-left: 0.8%;
    /* border: 1px solid purple; */
    margin-top:15px; 
    overflow: hidden;
    /* display: flex;
    flex-flow: wrap;
    justify-content: space-between; */
}
.artLeft{
    /* border: 1px solid red; */
    float: left;
    width: 67.8%;
    margin-top: 11px;
}
.in_ti{
    border-bottom: 1px solid rgba(170,170,170,1);
    font-size:16px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(0,0,0,1);
    margin: 4px 0;
    line-height: 32px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.indexline{
    border-bottom: 4px solid rgba(184,28,42,1);
    width: 90px;
}
.indexline1{
    border-bottom: 4px solid rgba(184,28,42,1);
    width: 60px;
}
.indexline2{
    border-bottom: 4px solid rgba(184,28,42,1);
    width: 110px;
}
.indexline3{
    border-bottom: 4px solid rgba(184,28,42,1);
    width: 75px;
}
.in_ti span{
    padding: 0 14px;
}
.line1{
    width: 310px;
    margin-left: 34%;
}
.artList{
    padding: 8px 0;
    height: 100%;
    min-height: 131px;
}
.at01{
    margin: 8px;
    border-bottom: 1px dashed #cdcdcd;
    padding-bottom: 20px;
}
.at01_le{
    width:30%;
    /* border: 1px solid purple; */
}
.at01_le img{
    width: 100%;
    overflow: hidden;
}
h3{
    font-size:16px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    margin: 0px;
    /* border: 1px solid red; */
}
h3 a{
    font-size:16px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(0,0,0,1);
    text-decoration: none;
}
* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}
h3 a:hover{
    font-size:16px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(184,28,42,1);
    text-decoration: none;
}
.at01_ri{
    width: 65%;
    /* border: 1px solid red; */
    margin-right: 3%;
}
.describe{
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width:100%;
    color:rgba(89,89,89,1);
    font-size:12px;
    margin-top: 0.5em;
}
.writer{
    font-size:12px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(171,171,171,1);
    line-height:19px;
}
.ff{
  display: inline-block;
  list-style: outside none none;
  /* margin:0 0 0 -10px; */
  /* border: 1px solid red; */
  text-align: left;
  padding: 0;
}
.ff>li{
    display: inline-block;
    background:rgba(160,160,160,1);
    /* border: 1px solid red; */
    padding: 0 0.08em;
}
/*li a{
    text-decoration: none;
    color: white;
    !* margin: 0.04em 0.04em; *!
    font-size: 12px;
}
li a:hover{
    text-decoration: none;
    color: white;
    !* margin: 0.04em 0.04em; *!
    font-size: 12px;
}*/
.artRight{
    float: right;
    width: 31%;
    /* border: 1px solid red; */
    padding-left: 40px;
}
.sliderBox1{
    position: relative;
    width:300px;
    background: white;
    overflow: hidden;
    text-align: right;
}
.sliderBox1 .hd{
    position: absolute;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
}
.hd>ul{
   display: inline-block;
   text-align: center;
   /* border: 1px solid red; */
   width:300px;
   padding: 0;
}
.sliderBox1 .bd{
    position: relative;
    height: 100%;
    z-index: 0;
    width: 295px;
    margin: 0 auto;
}
.bd ul{
    padding: 0;
    width:300px;
}
.bd li{
    margin: 5px 0;
    /* border: 1px solid red; */
    height:213px; 
    background: #f6f6f6;
}
.bd img{
    width:295px;
    margin-left: 5px;
    height:188px;
    margin-top: 6px;
}
.bd li a{
    margin: 0;
    padding: 0;
}
/* 右侧轮播图 */
.swiper-container-horizontal > .swiper-pagination-bullets, 
.swiper-container-horizonta2 > .swiper-pagination-bullets, 
.swiper-container-horizonta3 > .swiper-pagination-bullets {
    text-align: center
}
.swiper-container1 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0px 5px
}
.swiper-container1 .swiper-pagination-bullet{
	background:#fff;
	opacity: 1;
}

.swiper-container2 .swiper-pagination-bullet-active{
	background:rgba(184,28,42,1);
}
.swiper-container1 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 24px;
}
.swiper-container2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    
}
.swiper-container3 .swiper-pagination-bullet-active{
	background:rgba(184,28,42,1);
}
.swiper-container1 .swiper-pagination-bullet-active{
	background:rgba(184,28,42,1);
}
.swiper-container2 .swiper-container1-horizontal>.swiper-pagination1-bullets, .swiper-pagination1-custom, .swiper-pagination1-fraction{
	bottom: 10px;
}
.more{
     background:rgba(240,240,240,1);
     text-align: center;
}
.more:hover{
    background:whitesmoke;
    text-align: center;
}
.more a{
    font-size:12px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(103,103,103,1);
    text-decoration: none;
}
.mid{
    width: 1121px;
    /* border: 1px solid purple; */
    margin-left: 0.8%;
    
}
.mid img{
    width: 100%;
    margin-top: 10px;
}
/* 视频 */
.vidBox{
    width:1121px;
    margin-left: 0.8%;
    /* border: 1px solid palevioletred; */
    margin-top:5px; 
}
.vie{
    display: flex;
    flex-flow: wrap;
    margin-top: 30px;
}
.vie img{
    width: 40%;
    height: 225px;
}
.v-ri{
    margin-left: 10px;
    width: 55%;
    overflow: hidden;
    margin-top: 20px;
}
.v-ri a{  
    font-weight:bold;
    color:rgba(0,0,0,1);
}
.v-ri a:hover{  
    font-weight:bold;
    color:rgba(184,28,42,1);
}
.origin{
    margin-top: 10px;
    line-height: 26px;
}
.desc{
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width:100%;
    color:rgba(89,89,89,1);
    font-size:14px;
    margin-top: 1em;
}
.vidRight{
    float: right;
    width: 31%; 
    overflow: hidden;
    margin-top: 15px;
}
.in_ti1{
    border-bottom: 1px solid rgba(170,170,170,1);
    font-size:16px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(0,0,0,1);
    margin-top: 4px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.in_ti1 span{
    border-bottom: 4px solid rgba(184,28,42,1);
    padding: 0 8px;
}
.pd{
    background: #f6f6f6;
    margin: 4px 0;
}
.pd img{
    margin: 6px 0;
    width: 210px;
    height: 260px;
    margin-left: 70px;
}
.foot{
    width: 100%;
}
.swiper-container-horizontal,
.swiper-container-horizonta2,
.swiper-container-horizonta3{
    position: relative;
}
.swiper-button-prev{
    /* border: 1px solid red; */
    width: 25px;
    height: 25px;
    left: 16px;
    background-image:url('../images/left.png');
}
.swiper-button-prev:hover{
    background-image:url('../images/left-1.png');
}
.swiper-button-next{
    width: 24px;
    height: 25px;
    background-image:url('../images/right.png');
}
.swiper-button-next:hover{
    background-image:url('../images/right-1.png');
}
.fr{
    font-weight:bold;
    color:rgba(79,67,81,1);
    text-decoration: none;
    font-size: 12px;
}
.fr:hover{
    text-decoration: none;
    color:rgba(79,67,81,1);
}
p a{
    background:rgba(240,240,240,1);
    border-radius:6px 6px 6px 6px;
    font-size:14px;
    font-family:'MicrosoftYaHei';
    color:rgba(0,0,0,1);
    padding: 6px 6px;
    text-decoration: none;
}
p a:hover{
    text-decoration: none;
    background:rgba(184,28,42,1);
    border-radius:6px 6px 6px 6px;
    padding: 6px 6px;
    font-size:14px;
    font-family:'MicrosoftYaHei';
    color: white;
}
/* 下载 */
.download{
    /* border: 1px solid red; */
    padding-top: 40px;
}
.dlLeft{
    display: flex;
    flex-flow: column;
}
.dt{
    display: flex;
    flex-flow: wrap;
}
.dt img{
    width: 40%;
    height: 215px;
}
.d-ri{
    display: flex;
    flex-flow: column; 
    margin: 30px 0 0 30px;
  
}
.d-ri a{
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:22px;
}
.d-ri a:hover{
    color:#B81C2A;
    line-height:22px;
    text-decoration: none;
}
.db{
    margin-top: 10px;
}
.v-ri1{
    color:rgba(0,0,0,1);
    font-weight: bold;
}
.v-ri1 a{
  
    color: #000000;
    font-weight: bold;
}
.v-ri1 a:hover{
    margin-top: 10px;
    color: #000000;
    font-weight: bold;
}
.desc1{
    color: #666666;
    font-size: 12px;
    font-weight: 400;
}
.doRight{
    float: right;
    width: 31%; 
    overflow: hidden;
    margin-top: 10px;
}
.pd1{
    background:rgba(246,246,246,1);
    height:373px;
    overflow: hidden;
}
.swiper-container6 .swiper-slide img{
    width:207px;
    height:107px;
}
.swiper-container6>.swiper-wrapper{
    transition-timing-function: linear;
    text-align: center;
    /* border: 1px solid red; */
}
.swiper-container6 .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-container6{
    height:373px;
}

/* 新媒体 */
.newMedia{
    width: 98.4%;
    margin-left: 0.8%;
    margin-top:5px; 
    margin-bottom: 20px;
    /* border: 1px solid red; */
}
.doRight1{
    float: right;
    width: 31%; 
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
}
.swiper-container7{
    height:373px;
}
.swiper-container7 .swiper-slide img{
    width:124px;
    height:124px;
}
.swiper-container7 .swiper-slide{
    /* border: 1px solid red; */
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    line-height: 43px;
}
/* 文章列表页 */
.artbox{
    /* border: 1px solid red; */
    width: 1121px;
    margin-left: 0.8%;
    margin-top:15px; 
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    
}
.aLl{
    width: 69%;
    /* border: 1px solid red; */
}
.atop{
    border-bottom: 1px solid rgba(170,170,170,1);
    width: 100%;
    margin-top: 11px;
    line-height: 18px; 
}
.atop span{
    font-size: 13px;
    padding: 0 8px;
    line-height: 32px; 
}
.boline{
    border-bottom: 4px solid rgba(184,28,42,1);
    width: 150px;
    /* width: 20%; */
}
.atop strong{
    font-size: 15px;
}
.abot ul{
    padding: 0;
    /* border: 1px solid red; */
}
.abot ul li{
    list-style:none;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(117,117,117,1);
    /* border: 1px solid red; */
}
.ale{
    display: flex;
    flex-flow: wrap;
}
.alDetail{
    /* border: 1px solid red; */
    width: 50%;
    margin-left: 18px;
}
.yx{
    text-align: center;
    width:42px;
    height:22px;
    line-height: 22px;
    background:rgba(182,0,0,1);
    border-radius:3px 3px 3px 3px;
    color: white;
}
.bt{
    font-size:20px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(0,0,0,1);
    line-height:53px;
}
.bt:hover{
    font-size:20px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(182,0,0,1);
    line-height:53px;
}
.js{
    font-size:11px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(89,89,89,1);
    line-height:19px;
}
.bq{
    margin-top: 22px;
    display: flex;
}
.bq span{
    background:#a0a0a0;
    color: white;
    height:22px;
    line-height: 16px;
    padding: 3px 5px;
    font-size:10px;
    font-weight:400;
    margin: 0 4px;
}
.zz{
    font-size:11px;
    font-weight:bold;
    color:rgba(171,171,171,1);
    line-height:19px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 12px;
}
/* 分页 */
.paging{
    border: 1px solid red;
    display: flex;
    flex-flow: wrap;
    margin-top: 31px;
    justify-content: center;
    align-items: center;
}

.paging div{
    width: 27px;
    height: 27px;
    background:linear-gradient(0deg,rgba(0,0,0,0.5),rgba(255,255,255,0.5));
    border-radius:2px;
    box-shadow:0px 1px 2px 0px rgba(0,0,0,0.06);
    margin-right: 12px;
    font-size:12px;
}
.firstPage{
    width:58px;
    height:27px;
    font-size:12px;
    background:linear-gradient(0deg,rgba(0,0,0,0.5),rgba(255,255,255,0.5));
    border-radius:2px;
    box-shadow:0px 1px 2px 0px rgba(0,0,0,0.06);
    margin-right: 12px;
    text-align: center;
}
.aLr{
    width: 28%;
   /* border: 1px solid purple;  */
   margin-top: 11px;
   font-weight:bold;
   color:rgba(182,0,0,1);
   line-height:24px;
   margin-left: 15px;
}
.aLr1{
    width: 26%;
   /* border: 1px solid purple;  */
   margin-top: 11px;
   font-weight:bold;
   color:rgba(182,0,0,1);
   line-height:24px;
   /* margin-left: 25px; */
}
.wBox{
    width: 98%;
    height:44px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    background:rgba(229,229,229,1);
    border-radius:9px 9px 9px 9px;
    align-items: center;
    margin-bottom: 6px;
    /* padding: 5px 0 6px; */
}
.inBox{
    position: relative;
    width: 68%;
    border: 1px solid #b9b9b9;
    background:rgba(255,255,255,1);
    margin-left: 10px;
    border-radius: 4px 4px 4px 4px;
}
.inBox input{
    width: 160px;
    height:37px;
    line-height: 37px;
    margin-left: 20px;
    background:rgba(255,255,255,1);
    border: 0;
    outline: none;
    /* border-radius:2px; */
}

.inBox img{
    position: absolute;
    top: 10px;
    left: 5px;
    width: 15px;
    height: 15px;
}
/* 通用 */
::-webkit-input-placeholder { color:rgba(135,135,135,1);line-height:37px;font-size:12px;padding-left: 2px; }
::-moz-placeholder {color:rgba(135,135,135,1);line-height:37px;font-size:12px;padding-left: 2px;} /* firefox 19+ */
:-ms-input-placeholder { color:rgba(135,135,135,1);line-height:37px;font-size:12px;padding-left: 2px;} /* ie */
input:-moz-placeholder { color:rgba(135,135,135,1);line-height:37px; font-size:12px;padding-left: 2px;}
.doSearch{
    width:75px;
    height:35px;
    line-height: 35px;
    background:rgba(182,0,0,1);
    /* margin-left: 10px; */
    margin-right: 6px;
    color: white;
    text-align: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.arbot{
    /* border: 1px solid white; */
    padding-top: 20px;
}
.arbotDteail{
   display: flex;
   flex-flow: column;
}
.arbotDteail a{
    text-decoration: none;
    color: #000000;
    height: 100px;
    border-bottom: 1px dashed #cdcdcd;
}
.artitle{
    margin-top: 20px;
}
.date{
    float: right;
    color:rgba(171,171,171,1);
    font-size: 12px;
}
/* 文章详情 */
.artDetail{
    width: 1121px;
    margin-left:0.8%;
    margin-top:15px; 
    overflow: hidden;
    /* border: 1px solid red; */
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.ardeimg{
    margin-top: 30px;
    margin-bottom: 28px;
}
.ardeimg img{
   width: 100%;
}
.artdeitle{
    text-align: center;
    margin-bottom: 54px;
}
.artdate{
    /* line-height: 30px; */
    color:rgba(87,87,87,1);
    font-size:15px;
    margin-top: 28px;
}
.textbox p{
   font-size: 15px;
   font-weight:bold;
}
.question{
    color: #B60000;
    font-size: 15px;
    font-weight:bold;
}
.miimg{
    width: 90%;
    margin-left: 5%;
    overflow: hidden;
}
.miimg img{
    width: 100%;

}
.zhbox{
  display: flex;
  justify-content: flex-end;
  margin-top: 33px;
}
.zm{
    font-size: 12px;
    color: #898989;
    /* border: 1px solid red; */
    margin: 0 10px;
}
.zm img{
    margin-right: 3px;
}
.zleft span{
    background:rgba(161,161,161,1);
    color: white;
    padding: 3px 5px;
    font-size:12px;
}
.hd1{
   display: flex;
   flex-flow: wrap;
   justify-content: space-between;
   /* border: 1px solid red; */
   align-items: center;
   border-bottom: 1px solid rgba(170,170,170,1);
   margin-top: 31px;
}
.showTop{
    position: fixed;
    top: 0;
    left: 0;
    background: #B81C2A;
    width: 100%;
    height: 42px;
}
/* 评论 */
.comment{
    margin-top: 32px;
    display: flex;
    flex-flow: column;
}
.comment textarea{
   height: 132px;
}
.natitle{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 3px 3px;
    border:1px solid rgba(204,204,204,1);
    border-top: none;
}
.headPimg{
    width: 41px;
    height: 41px;
    border-radius: 50%;
}
.fb{
    width: 80px;
    height: 34px;
    background: rgba(182,0,0,1);
    color: white;
    padding: 3px 5px;
    font-size: 12px;
    border: none;
}
.allComment{
    margin-top: 31px;
}
.ctop{
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(137,137,137,1);
    border-bottom: 1px solid rgba(170,170,170,1);
}
.allcDetail{
    display: flex;
    flex-flow: wrap;
    border-bottom: 1px solid rgba(170,170,170,1);
    padding: 20px 0;
}
.adRig{
    margin-left: 10px;
    margin-top: -12px;
}
.adbot{
    display: flex;
    flex-flow: wrap;
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(137,137,137,1);
}
.name{
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(132,71,0,1);
}
.pz{
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(0,0,0,1);
}
.adbot>div{
    margin-right: 25px;
}
.jbot{
    margin-bottom: 32px;
}
.jbot ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
/* 文章详情右边 */
.kp{
    margin-top: 20px;
}
.kbo{
    background:rgba(247,247,247,1);
    box-shadow:2px 0px 1px rgba(0,0,0,0.08);
    text-align: center;
    margin-top: 5px;
}
.kbo img{
    width: 175px;
    height: 175px;
    background: white;
    margin-top: 3px;
}
.kkp{
    text-align: center;
    /* border: 1px solid red; */
    margin: 20px 0px 22px 0;
}
.kbo p{
    /* border: 1px solid red; */
    color:rgba(0,0,0,1);
    margin: 0;
    /* width: 175px; */
}
.ablink ul{
   list-style: none;
   margin: 0;
   padding: 0;
  
}
.ablink a{
    text-decoration: none;
}
.ab-li{
    height: 60px;
    border-bottom: 1px solid rgba(170,170,170,1);
}
.ab-title{
    /* border: 1px solid red; */
    margin-top: 15px;
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:600;
    color:#000000;
}
.ab-date{
    /* border: 1px solid red; */
    text-align: right;
    font-size:13px;
    font-family:MicrosoftYaHei;
    font-weight:500;
    color:rgba(152,152,152,1);
    padding-top: 10px;
}
.seleBox{
    width: 75px;
    height: 35px;
    border-radius:2px;
    margin-right: 3px;
    border: 1px solid #b9b9b9;
    color: #878787;
    background: url("../images/hjt.png") no-repeat 50px center #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    font-size: 12px;
    border-radius: 4px;
    padding-left: 2px;
}
/* 搜索页面 */
.searchBox{
    width: 965px;
    margin-left: 7.8%;
    margin-top:15px; 
    overflow: hidden;
    /* border: 1px solid red; */
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.searchLe{
    /* border: 1px solid purple; */
    /* width: 242px; */
    width: 25%;
}
.setop{
    display: flex;
    align-items: center;
}
.leftLine{
    border-left: 3px solid #B60000;
    height: 26px;
    width: 3px;
}
.mSearch{
    margin-left: 5px;
    font-size:18px;
    font-family:MicrosoftYaHei-Bold;
    font-weight:bold;
    color:rgba(63,63,63,1);
    line-height:42px;
}
.seRinght{
    border-bottom: 2px solid rgba(170,170,170,1);
    width:140px;
    margin-left: 11px;
    /* height: 1px; */
}
.sebot{
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 10px;
  border:1px solid rgba(204,204,204,1);
}
.sebot select{
    width: 72px;
    height: 40px;
    margin:  20px 0 0px 0;
    background: url("../images/hjt.png") no-repeat 45px center #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    font-size: 12px;
    border-radius: 4px;
    padding-left: 2px;
}
.sebot input{
    width: 160px;
    height: 40px;
    outline: none;
    /* border-radius: 2px; */
}
.doSearchb{
    width: 222px;
    height: 40px;
    line-height: 40px;
    margin:  20px 0 20px 0;
    background: #B60000;
    color: white;
    text-align: center;
}
.seRinght2{
  width: 72%;
  /* border: 1px solid red; */
}
.setop1{
    display: flex;
    align-items: center;
}
.seRinght1{
    border-bottom: 2px solid rgba(170,170,170,1);
    width:460px;
    margin-left: 11px;
    margin-right: 10px;
}
.dateX{
    font-size:12px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(63,63,63,1);
    display: flex;
}
.arContent{
    display: flex;
    flex-flow: column;
}
.arContent ul{
    margin: 0;
    list-style: none;
    width: 100%;
    padding: 0;
}
.arContent ul li{
    border-bottom: 1px dashed #cdcdcd;
    width: 100%;
    height: 163px;
}
.arCon1{
    display: flex;
    flex-flow: wrap;
    /* border: 1px solid purple; */
    margin: 35px 2px 18px 0;
}
.arCon1 img{
    width: 229px;
    height: 131px;
}
.arConr{
    width: 63%;
    margin-left: 20px;
    /* border: 1px solid red; */
    overflow: hidden;
}
.js1{
    margin: 15px 0;
    color: #595959;
    font-size:12px;
    font-weight:bold;
}
.zzh span{
    font-size:12px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(171,171,171,1);
}
.sbq{
    margin-top: 8px;
}
.sbq span{
    background:rgba(160,160,160,1);
    padding: 3px 6px;
    font-size:10px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.svideo{
    margin-top: 30px;
}
.svul{
    margin: 25px 0;
    display: flex;
    flex-flow: wrap;
}
.svli{
   margin-right: 5px;
}
.svvideo{
    width: 224px;
}
.svtitle{
    font-size:15px;
    font-weight:400;
    color:rgba(0,0,0,1);
    margin-top: 10px;
}
.svp{
    font-size:12px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(137,137,137,1);
    line-height:24px;
}
.seRinght4{
    border-bottom: 2px solid rgba(170,170,170,1);
    width:400px;
    margin-left: 11px;
    margin-right: 10px;
}
.seActives{
    /* border: 1px solid purple; */
    margin-bottom: 25px;
}
.setop2{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
/* 搜索无果 */
.seNrespond{
    width: 965px;
    margin-left: 7.8%;
    margin-top:15px; 
    text-align: center;
    height: 300px;
}

.norebox{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top:110px; 
}
.noRecent{
    /* border: 1px solid red; */
    text-align: left;
    margin-left: 40px;
}
.nog{
    font-size: 16px;
    color: #ffa800;
}
.nogd{
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 35px;
}
.goback{
   /* border: 1px solid red; */
   margin-top: 100px;
   font-size: 14px;
    color: #000;
    font-weight: 600;
}
/* 登录页面 */
.loginBox{
    width: 1121px;
    margin-left: 0.8%;
    margin-top:30px; 
    overflow: hidden;
    /* border: 1px solid red; */
    position: relative;
}
.loconBox{
    position: absolute;
    right: 21px;
    top: 83px;
    width:394px;
    height:434px;
    background:rgba(255,255,255,1);  
}
.lotop{
    display: flex;
    justify-content: space-between;
    padding: 35px 80px 0px 80px;
    border-bottom: 1px solid rgba(210,210,210,1);
}

.locon1{
   margin: 20px 0px;
   display: flex;
   flex-flow: wrap;
   /* text-align: center; */
}
.yname{
    /* border: 1px solid red; */
    width: 58px;
    margin-left: 32px;
    margin-right: 33px;
    text-align: right;
    /* height: 35px; */
    line-height: 35px;
    font-size:16px;
    font-family:MicrosoftYaHeiLight;
    font-weight:500;
    color:rgba(0,0,0,1);
}
.locon1 .yname1{
    width: 238px;
    height: 35px;
    border: 2px solid #e7e7e7;
    border-radius: 2px;
    outline: none;
    /* border-radius:2px; */
}
.yaz1{
    width:101px;
    height:38px;
    border: 2px solid #e7e7e7;
    border-radius: 2px;
    outline: none;
}
.yazimg{
    width:75px;
    height:38px;
    margin-left: 10px;
}
.changeAn{
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(182,0,0,1);
    line-height: 38px;
    margin-left: 8px;
}
.locon2{
    margin: 20px 30px 20px 40px;
    /* margin-left: 40px; */
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    height: 18px;
    line-height: 18px;
}
.remb{
    height: 18px;
    line-height: 21px;
    font-size:12px;
    font-family:MicrosoftYaHei;
    font-weight:600;
    color:rgba(0,0,0,1);
}
#checkbox{
    width:18px;
    height:18px;
    /* background:linear-gradient(0deg,rgba(0,0,0,1),rgba(255,255,255,1)); */
    border-radius:4px 4px 4px 4px;
}
.forgetP a{
    font-size:12px;
    font-family:MicrosoftYaHei;
    font-weight:600;
    color:rgba(182,0,0,1);
}
.lobtn{
    width:291px;
    height:39px;
    line-height: 39px;
    background:rgba(255,168,0,1);
    border-radius:2px;
    margin-left: 54.5px;
    color: white;
    font-size:17px;
    text-align: center;
    margin-top: 22px;
}
.lobtn1{
    width:291px;
    height:39px;
    line-height: 39px;
    background:white;
    border-radius:2px;
    margin-left: 54.5px;
    color:rgba(204,204,204,1);
    font-size:14px;
    text-align: center;
    margin-top: 22px;
    border:1px solid rgba(204,204,204,1);
    border-radius:2px;
}
/* 注册页面 */

/* 杂志列表页 */
.zazhiBox{
    /* border: 1px solid red; */
    width: 1121px;
    margin-left: 0.8%;
    margin-top:15px; 
}
.zatitle{
    font-size:18px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(182,0,0,1);
    border-bottom: 1px solid rgba(204,204,204,1);
}
.zatitle span{
    border-bottom: 5px solid rgba(184,28,42,1);
    line-height:36px;
    padding: 3px 9px;
}
.singleZazhi{
   /* border: 1px solid red; */
   padding: 30px 0 30px 0;
   border-bottom: 3px solid rgba(184,28,42,1);
   position: relative;
}
.singleBox{
    /* border: 1px solid purple; */
    display: flex;
    flex-flow: wrap;
    margin: 0 56px;
}
/* .sinImg{
    width:325px;
    height:430px;
    line-height: 425px;
    background: whitesmoke;
    text-align: center;
} */
.sizc{
    display: flex;
    flex-flow: column;
    /* border: 1px solid red; */
    margin-left: 30px;
    width: 495px;
    margin-top: 17px;
}
.singleDate{
    width:105px;
    height:36px;
    line-height: 36px;
    background:rgba(182,0,0,1);
    border-radius:3px;
    color: white;
    font-size:14px;
    text-align: center;
}
.siname{
    line-height:53px;
    font-size:25px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(0,0,0,1);
}
.dianz{
    /* border: 1px solid red; */
    margin-left: 230px;
    margin-top: 20px;
}
.zaiyao{
    font-size:12px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:#636363;
    line-height:32px;
}
.singleBiaoqian{
    /* border: 1px solid red; */
    width: 435px;
    display: flex;
    flex-flow: column;
}
.sbq01{
    display: flex;
    justify-content: space-between;
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(0,0,0,1);
    line-height:38px;
}
.sbq001{
    display: flex;
    align-items: center;
    width: 50%;
    overflow: hidden;
    /* border: 1px solid red; */
}
.sbq001 div{
    width:11px;
    height:11px;
    background:rgba(182,0,0,1);
    margin-right: 6px;
}
.option{
    margin-top: 48px;
    display: flex;
}
.option a{
    width:138px;
    height:44px; 
    line-height: 44px;
    display: block;
    text-align: center;
    margin-right: 25px;
}
.option a:hover{
    color: #000;
    background: white;
}
.reZ{
    background:rgba(182,0,0,1);
    font-size:16px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:32px;
    border: 1px solid rgba(182,0,0,1);
}
.rez:hover{
    font-size:16px;
    background: white;
    color: #000;
    font-weight:bold;
    line-height:32px;
}
.orZ{
    background:rgba(240,240,240,1);
    font-size:16px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(63,63,63,1);
    border: 1px solid rgba(240,240,240,1);
}
.zzList{
    width: 100%;
    /* border: 1px solid red; */
    background: white;
}
.zzltop{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    /* border: 1px solid red; */
    margin-top: 30px;
}
.qsb {
    width: 700px;
    height: 120px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
   /* align-items: center;*/
    background-color: white;
    overflow: hidden;
    border-radius: 5px;
    /*padding-top: 30px;*/
}

.qsb_center {
    width: 600px;
    height: 35px;
    z-index: 6;
}

.qsb_center_content {
    position: relative;
    /*height: 35px;*/
    display: flex;
    align-items: center;
}

.qsb_center_content li {
    min-width: 100px;
    height: 120px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    /*align-items: center;*/
}

.qsb_center_content li p {
    width: 90px;
    height: 35px;
    text-decoration: none;
    background-color: red;
    color: white;
    transform: skew(30deg, 0deg); /*这是倾斜30度*/
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.qsb_center_content li p span {
    transform: skew(-30deg, 0deg);/*因为父元素倾斜 里面的 文字也会倾斜 所以要 反向 倾斜过来*/
}

.qsb_left,
.qsb_right {
    width: 30px;
    height: 35px;
    background-color: #eee;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #ffcc00;
    z-index: 7;
}

.qsb_left {
    justify-content: flex-end;
    border-radius: 5px;
    border-bottom-right-radius: 0px;
}

.qsb_right {
    justify-content: flex-start;
    border-radius: 5px;
    border-top-left-radius: 0px;
}

.qsb_left i { /*这是制作方向箭头*/
    width: 6px;
    height: 6px;
    border: 4px solid white;
    border-top: 4px solid #ffcc00;
    border-right: 4px solid #ffcc00;
    border-radius: 2px;
    transform: rotate(45deg);
    z-index: 9;
}

.qsb_right i { /*这是制作方向箭头*/
    width: 6px;
    height: 6px;
    border: 4px solid white;
    border-bottom: 4px solid #ffcc00;
    border-left: 4px solid #ffcc00;
    border-radius: 2px;
    transform: rotate(45deg);
    z-index: 9;
}

.qsb_left span {
    width: 25px;
    height: 35px;
    transform: skew(30deg, 0deg);
    background-color: #ffcc00; 
    position: absolute;
    right: -15px;
    z-index: 8;
    border-top-right-radius:5px; 
    border-bottom-right-radius: 5px;
}

.qsb_right span {
    width: 25px;
    height: 35px;
    transform: skew(30deg, 0deg);
    background-color: #ffcc00; 
    position: absolute;
    left: -15px;
    z-index: 8;
    border-top-left-radius:5px; 
    border-bottom-left-radius: 5px;
}
.zzlcon{
    display: flex;
    flex-flow: wrap;
}
.zzlcon div{
    /* border: 1px solid red; */
    width: 128px;
    height: 36px;
}
.zzLi{
    width: 100%;
    border: 1px solid white;
    background: #EEEEEE;
    margin: 20px 0;
    padding-bottom: 10px;
    padding: 0 30px 10px 30px;
}
.zzlili{
    display: flex;
    flex-flow: wrap;
}
.zzlibox{
    width: 192px;
    overflow: hidden;
    /* border: 1px solid coral; */
    margin: 25px 0 10px 55px;
}
.zzdate{
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(57,57,57,1);
    line-height:28px;
}
.zzlibox p{
    font-size:12px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(57,57,57,1);
    line-height:17px;
}
dl{
    margin: 0;
}
.zzlibox a{
    display: block;
    width:83px;
    height:31px;
    background:rgba(182,0,0,1);
    text-align: center;
    line-height: 31px;
    font-size:15px;
}
/* 杂志详情页01 */
.zatitle1{
    font-size:12px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:#757575;
    border-bottom: 1px solid rgba(204,204,204,1);
}
.zatitle1 span{
    border-bottom: 5px solid rgba(184,28,42,1);
    line-height:36px;
    padding: 7px 9px;
}
.sizc1{
    display: flex;
    flex-flow: column;
    /* border: 1px solid red; */
    margin-left: 30px;
    width: 495px;
    margin-top: 57px;
}
.singleDate1{
    font-size:25px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(182,0,0,1);
    line-height:53px;
}
.siname1{
    line-height:53px;
    font-size:17px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(0,0,0,1);
}
.siname1 span{
    font-size: 15px;
}
.sinsanjiao{
    position: absolute;
    left: 140px;
    bottom: -36px;
    width:0;
    height:0;
    border:18px solid #B60000;
    border-color:#B60000 transparent transparent transparent;
}
.zzAriBox{
   margin-top: 30px;
   background:rgba(238,238,238,1);
   width: 100%;
   margin-bottom: 30px;
}
.zzAb01{
    margin-left: 39px;
}
.zatitle2{
    font-size:20px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(182,0,0,1);
    border-bottom: 1px solid rgba(204,204,204,1);
    padding-top: 37px;
}
.zatitle2 span{
    border-bottom: 5px solid rgba(184,28,42,1);
    line-height:36px;
    padding: 3px 9px;
}
.zzAb01 ul{
   display: flex;
   margin: 0;
}
.zzwli{
    margin-top: 26px;
    padding-bottom: 30px;
    width: 46%;
    overflow: hidden;
    /* border: 1px solid red; */
    margin-right: 40px;
}
.zzwzcon{
    /* width: 450px; */
    overflow: hidden;
}
.zzwzcon img{
    width: 100%;
}
.zzwctitle{
    display: flex;
}
.zzwctitle span{
    display: block;
    width:106px;
    height:38px;
    line-height: 36px;
    background:rgba(255,168,0,1);
    border-radius:6px;
    color: white;
    text-align: center;
    font-size:20px;
}
.zzwctitle a,.zzwctitle a:hover{
    font-size:23px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(1,1,1,1);
    line-height:45px;
    margin-left: 10px;
}
.zzwzcon p{
    font-size:12px;
    font-weight:bold;
    color:rgba(100,100,100,1);
    line-height:20px;
    margin-top: 10px;
}
.specialReport{
   width: 100%;
   display: flex;
   justify-content: space-between;
}
.zzALe{
   width: 65%;
   overflow: hidden;
}
.zzArig{
    width: 34%;
}
.zatitle3{
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: rgba(182,0,0,1);
    border-bottom: 1px solid rgba(204,204,204,1);
}
.zatitle3 span{
    border-bottom: 5px solid rgba(184,28,42,1);
    line-height:36px;
    padding: 3px 9px;
}
.spebox{
    display: flex;
    flex-flow: wrap;
    overflow: hidden;
    justify-content: space-between;
}
.speLe{
   width: 45%;
   overflow: hidden;
} 
.speRe{
    width: 50%;
    overflow: hidden;
}
.speRe img{
    width: 100%;
    height: 100%;
}
.zzAb02{
    margin-left: 39px;
}
.speLi{
    margin: 30px 0;
    border-bottom: 1px dashed rgba(204,204,204,1);
    padding-bottom: 30px;
}
.seLine{
    border: 4px solid rgba(255,168,0,1);
}
.speName,.speName:hover{
    font-size:15px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(0,0,0,1);
    line-height:31px;
    margin-left: 10px;
}
.speCont{
    font-size:12px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(107,107,107,1);
    line-height:22px;
    margin-top: 18px;
}
.zzArigBox{
    margin-top: 25px;
}
.zzArigul{
    display: flex;
    flex-flow: column;
    
}
.zzArigul li{
    line-height:38px;
}
.rePeo{
    margin-top: 20px;
}
.speLi1{
    margin: 30px 0;
    /* border-bottom: 1px dashed rgba(204,204,204,1); */
    padding-bottom: 30px;
}
/* 杂志模板2 */
.seLine1{
    border: 2px solid rgba(255,168,0,1);
}
.speName1,.speName1:hover{
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(0,0,0,1);
    line-height:31px;
    margin-left: 10px;
}
.speNajj{
    font-size: 12px;
}
/* 视频详情页 */
.videoDetailbox{
    /* border: 1px solid red; */
    width: 1121px;
    margin-left: 0.8%;
    margin-top:15px; 
}
.videoDetailbox video{
    margin-left: 8%;
}
.vicontrol{
   display: flex;
   flex-flow: wrap;
   height: 55px;
   line-height: 55px;;
}
.videoName{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin:29px 0 62px 20px;
}
.vidbq span{
    border:1px solid rgba(137,137,137,1);
    border-radius:6px;
    font-size:12px;
    font-family:MicrosoftYaHei-Bold;
    font-weight:bold;
    color:rgba(137,137,137,1);
    line-height:30px;
    padding: 2px 4px;
}
.gyl{
    height:49px;
    line-height: 49px;
    background:rgba(137,137,137,1);
    font-size:20px;
    /* font-family:MicrosoftYaHei-Bold; */
    font-weight:bold;
    color:rgba(255,255,255,1);
    padding-left: 20px;
    /* line-height:34px; */
}
.ylbq{
    height:113px;
    background:rgba(240,240,240,1);
    display: flex;
    flex-flow: wrap;
    align-content: center;
    /* justify-content: space-between; */
}
.ylbox{
    width: 65%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-flow: wrap;
    align-content: flex-start;
}
.gylLine{
    border-right: 1px solid rgba(194,194,194,1);
    margin: 18px 0;
    height:83px;
}
.ylbox a{
    /* border: 1px solid red; */
    /* height: 30px; */
    margin: 20px 0px 0px 30px;
    color: #3F3F3F;
    font-size: 14px;
    font-weight:bold;
}
.ylbox a:hover{
    /* border: 1px solid red; */
    /* height: 30px; */
    margin: 20px 0px 0px 30px;
    color: #B60000;
    font-size: 14px;
    font-weight:bold;
}
.ylsech{
  width: 30%;
  overflow: hidden;
  /* text-align: center; */
}
.ylb{
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(182,0,0,1);
    line-height:24px;
    margin: 22px 0 6px 20px;
}
.wbx{
   margin-left: 20px;
   width: 90%;
   height:44px;
   display: flex;
   flex-flow: wrap;
   justify-content: space-between;
   background:rgba(229,229,229,1);
   border-radius:9px 9px 9px 9px;
   align-items: center;
   margin-bottom: 6px;
}
/* .wbx .inBox{
    width: 100%;
} */
.wbx input{
    width: 160px;
    outline: none;
}
.doSearch1{
    width:65px;
    height:35px;
    line-height: 35px;
    background:rgba(182,0,0,1);
    margin-left: 10px;
    margin-right: 6px;
    color: white;
    text-align: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.relvide{
    /* border: 1px solid red; */
    margin: 20px 0;
    width: 1121px;
}
.relvide ul{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}
.revide{
    /* border: 1px solid rebeccapurple; */
    width: 31%;
    overflow: hidden;
}
.revide li img{
    width: 100%;
    height: 100%;
}
.vicon{
    /* border: 1px solid red; */
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}
.vicon div{
    font-size:16px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:34px;
}
.videsc{
    font-size:16px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(137,137,137,1);
    line-height:34px;
}
/* 视屏列表页 */
.videoBox{
    width: 1121px;
    margin-left: 0.8%;
    /* border: 1px solid purple; */
    margin-top:15px; 
    overflow: hidden;
}
.slidebanner5{
    margin: 0;
    width: 100%;
}
.swiper-container .swiper-wrapper .swiper-slide a{
    display: block;
}
.swiper-container .swiper-wrapper .swiper-slide  img{
    width: 100%;
}

.reportBox{
    position: absolute;
    top: 20px;
    right: 24px;
    z-index: 999;
}
.bk{
    width:285px;
    height:49px;
    line-height: 49px;
    background:rgba(63,63,63,1);
    opacity:0.7;
    margin: 4px 0;
    padding-left: 15px;
    color: white;
}
.bk:hover{
    width:285px;
    height:49px;
    line-height: 49px;
    background:rgba(182,0,0,1);
    opacity:0.7;
    margin: 4px 0;
    padding-left: 15px;
    color: white;
}
.bk a{
    color: white;
    font-size:15px;
}
.tjBox{
    width: 100%;
    height:142px;
    background:rgba(182,0,0,1);
    display: flex;
    flex-flow: wrap;
    margin-top: 25px;
    align-items: center;
}
.tjd{
   /* border: 1px solid rebeccapurple; */
   display: flex;
   flex-flow: column;
   width: 16%;
   text-align: center;
  
}
.tjd a{
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:30px;
   
}
.tjd a:hover{
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:30px;
}

.doSearch2{
    width:65px;
    height:35px;
    line-height: 35px;
    background:rgba(182,0,0,1);
    margin-left: 10px;
    margin-right: 6px;
    color: white;
    text-align: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.rline{
    padding: 0px  20px 0px 0px;
    border-right: 1px solid white;
    width:1px;
    height:67px
}

.svid{
    font-size:15px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:24px;
}
.wBox1{
    width: 290px;
    height:44px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    background:rgba(229,229,229,1);
    border-radius:9px 9px 9px 9px;
    align-items: center;
    margin-bottom: 6px;
    margin-top: 10px;
}
.relvidbox{
    margin: 30px 0;
    width: 100%;
}
.seRinght3{
    border-bottom: 2px solid rgba(170,170,170,1);
    width:875px;
    margin-left: 11px;
}
.svli1 {
    /* border: 1px solid red; */
    width: 25%;
    overflow: hidden;
    /* margin-right: 8px; */
}
.svli1 img{
    width:228px;
    height:155px;
}
.svli1 a{
    margin: 0;
    padding: 0;
}
.svli1 a:hover{
    margin: 0;
    padding: 0;
}
/* 调研 */
.reListBox{
    width: 1121px;
    margin-left: 0.8%;
    margin-top:15px; 
    display: flex;
    justify-content: space-between;
}
.inBox1{
    position: relative;
    width: 94%;
    border: 1px solid #b9b9b9;
    background:rgba(255,255,255,1);
    margin-left: 10px;
    border-radius: 4px 4px 4px 4px;
}
.inBox1 input{
    width: 92%;
    height:35px;
    margin-left: 8px;
    background:rgba(255,255,255,1);
    border: 0;
    margin-left: 20px;
    border: #fff;
    outline: none;
    /* border-radius:2px; */
}
.inBox1 img{
    position: absolute;
    top: 10px;
    left: 5px;
    width: 15px;
    height: 15px;
}
.sebox{
    display: flex;
    flex-flow: wrap;
    /* border: 1px solid red; */
    background:rgba(229,229,229,1);
    border-radius:9px 9px 9px 9px;
    align-items: center;
    margin-bottom: 6px;
    height:44px;
    margin-top: 10px;
    width: 98%;
    color: #878787;
}
.sebox .select{
    width: 92px;
    height: 40px;
    margin:  5px 0 0px 15px;
    outline: none;
    font-size: 12px;
}
.seleBox1{
    width: 90px;
    height: 35px;
    border-radius:2px;
    margin-right: 3px;
    border: 1px solid #b9b9b9;
    color: #878787;
    background: url("../images/hjt.png") no-repeat 65px center #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    font-size: 12px;
    border-radius: 4px;
    padding-left: 2px;
    /* outline: none; */
}
.seh{
    margin-left:15px;
    width: 70px;
    text-align: center;
    color: white;
    height: 35px;
    line-height: 33px;
    background: rgba(182,0,0,1);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-left: 2px;
}
.seBop{
    color: #757575;
    margin-left: 2px;
}
.boline1{
    border-bottom: 4px solid rgba(184,28,42,1);
    width: 90px;
    /* width: 20%; */
}
.artitle1{
    height: 274px;
    margin-top: 20px;
    /* height: 100%; */
    border: 1px dashed #cdcccd;
    display: block;
}
.artitle1 img{
    width: 100%;
    height: 178px;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 2.2%;
}
.date1{
    color: #15324f;
    font-size: 15px;
    margin: 15px 6px;
    text-align: center;
    line-height: 25px;
}

.reDe{
    width: 86px;
    height: 33px;
    line-height: 33px;
    background: #B81C2A;
    border-radius: 6px;
    float: right;
    text-align: center;
}
/* 报告详情页 */
.repoDeBox{
    width: 1121px;
    margin-left: 0.8%;
    margin-top:15px; 
    display: flex;
    margin-bottom: 20px;
}
/* 供应商列表开始 */
.supplierBox{
    width: 1121px;
    margin-left: 0.8%;
    margin-top:15px; 
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.supbg{
    width:230px;
    height:133px;
    line-height: 133px;
    text-align: center;
    background:rgba(240,240,240,1);
}
.ale-img{
    width:179px;
    height:84px;
    overflow: hidden;
}
.bt1{
    font-size:16px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(0,0,0,1);
    line-height:33px;
}
.bt1:hover{
    font-size:16px;
    font-family:MicrosoftYaHei;
    font-weight:bold;
    color:rgba(182,0,0,1);
    line-height:33px;
}
.bq1 p{
    font-size:12px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(0,0,0,1);
    line-height:25px;
}
.bq1{
    margin-top: 22px;
    display: flex;
}
.bq1 span{
    background:rgba(182,0,0,1);
    color: white;
    height:22px;
    line-height: 16px;
    padding: 3px 5px;
    font-size:10px;
    font-weight:400;
    margin: 0 4px;
}
.goodAt{
    /* border: 1px solid red; */
    margin-top: 24px;
    overflow: hidden;
}
.gocen{
    width:100%;
    height:249px;
    border:1px solid rgba(240,240,240,1);
   
}
.gocb{
    margin-top:24px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    align-content: flex-start;
    /* justi