/* 大图 */
.swp{
  /* height: 260px; */
  /*width: 100%;*/
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  margin-top: 10px;}
.swp img{
  width: 100%;}


/* center */
.center{
  background-color: #fff;
  width: 62%;
  min-width: 1200px;
  padding: 21px 0 61px;
  margin: 0 auto;
  color: #1B1B1B
;}
/* 面包屑 */
.crumbs{
  display: flex;
  align-items: center;
  font-size: 17px;
  margin-bottom: 20px;}
.crumbs img{
  width: 15px;
  height: 13px;
  margin: 0 6px;}
/* 内容 */
.info{
  /*display: flex;
  justify-content: space-between;*/
  font-weight: normal;}
.info .info_l{
  width: 274px;
  background: linear-gradient(#f0f0f0,#f0f0f0,#fff);
  float: left;}
.info .info_l .t1{
  height: 52px;
  line-height: 52px;
  font-size: 17px;
  position: relative;
  letter-spacing: 5px;
  text-align: left;
  padding:0 50px;
  border-bottom: 1px solid #B4B4B4;}
.info .info_l .t1 a{
  width: 100%;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;}
.info .info_l .t1:last-child{
  border-bottom:none
;}
.info .info_l .t2{
  background-color: #fff;}
.info .info_l .t2 a{
  /* text-align: center; */
  padding-left: 50px;
  display: block;
  height: 48px;
  line-height: 48px;
  width: 100%;
  border-bottom: 1px solid #B4B4B4;
  position: relative;}
.selected{
  width: 3px;
  height: 40px;
  background: #FF9600;
  position: absolute;
  left: -3px;
  top:4px;
  z-index:6;
  display: none;}
.info .info_l .t2 a img{
  display: inline-block;
  width: auto;
  height: 100%;
  vertical-align:middle;}
.info .info_l .t2 a span{
  vertical-align:middle;}
.info .info_l .active{
  color:#94070A;}
/* .info .info_l .active::before{
  content: url("../assets/image/jiantou_you_red.png");
  position: absolute;
  transform: translateX(calc(-100% - 11px));
  width: 12px;
  height: 17px;
} */
.info .info_l .t2 .active::before{
  content: '';}
.info_l_main{
  background-color: #94070A;
  padding-left: 10px;
  overflow: hidden;}
.t_m{
  background-color: #F7F7F7;}
.info .info_l .t{
  font-size: 22px;
  background-color: #94070A;
  color: #fff;
  height: 60px;
  line-height: 60px;
  padding-left: 50px;}



.info .info_r{
  margin-left: 20px;
  /* flex: 1; */
  /*width: 846px;*/
  width: 75%;
  float: right;}
.info_r_main{
  background: #fdfdfd;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);}
.info .info_r .header{
  width: 124px;
  height: 31px;
  background: url(../assets/image/title.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-left: 24px;
  line-height: 31px;
  color: #fff;
  font-size: 20px;}
.info_r .content{
  padding: 29px 41px 0;}
.info_r .content .title{
  text-align: center;
  line-height: 30px;
  font-size: 24px;}
.info_r .content .times{
  padding-top: 18px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  text-align: center;
  vertical-align: middle;}
.info_r .myimg1{
  width: 17px;
  height: 17px;
  margin-right: 5px;}
.info_r .myimg2{
  width: 21px;
  height: 13px;
  margin-right: 5px;
  margin-left: 39px;}
.info_r .content .times span,.info_r .content .times img{
  display: inline-block;
   vertical-align: middle;}
.info_r .line{
  border-bottom: 1px dashed #808080;
  margin: 30px 0;}
.info_r .textarea img{
  /*min-width: 100%;*/
  max-width: 100%;
}
.info .last-next span{
  color: #94070A;}
.last-next{
  padding-top: 50px;
  padding-bottom: 20px}
.last-next>p{
  margin-top: 5px;}
@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .swp{
    width: 88%;}
  .center{
    width: 88%;}
  .info .info_l{
    width: 320px;}
  .info .info_l .t1{
    height: 60px;
    line-height: 60px;
    font-size: 18px;}
  .info .info_l .t2 a{
    height: 60px;
    line-height: 60px;
    font-size: 15px;}
  .selected{
    height: 56px;
    top: 2px;}
}