/* 子页面header */
.header_box{
	position: relative!important;
}
/* main */
.main{
	width: 1200px;
	margin-bottom: 50px;
}
.main_l{
	width: 305px;
	background-image: url(../images/list/channel.png);
	background-position: left 175px;
	background-size: 2px 100%;
	background-repeat: no-repeat;
}
.channel_name{
	width: 100%;
	height: 140px;
	position: relative;
}
.channel_name img{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	border: none;
	width: 400px;
	height: 206px;
}
.channel_name span{
	position: absolute;
	left: 50%;
	top: 30%;
	transform: translate(-50%,-50%);
	color: #fff;
	font-size: 30px;
}
/* main_r */
.main_r{
	width: 800px;
	overflow: hidden;
}
.channel_now{
	width: 100%;
	height: 40px;
	overflow: hidden;
	margin: 25px 0;
	position: relative;
	text-align: center;
}
.channel_now p{
	width: 100%;
	height: 100%;
	line-height: 40px;
	font-size: 40px;
	color: #e6e6e6;
}
.channel_now span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	color: #1b45af;
	font-size: 24px;
}
/* news_show */
.news_show{
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}
.new_tit{
	width: 100%;
	line-height: 35px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	box-sizing: border-box;
	padding: 0 20px;
}
.new_date{
	text-align: center;
	font-size: 14px;
	color: #c7c7c7;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
}
.new_content{
	margin-top: 15px;
	width: 100%;
	overflow: hidden;
	padding-bottom: 80px;
	border-bottom: 1px solid #ddd;
}
/* pre_next */
.pre_next{
	padding-top: 10px;
	width: 100%;
	overflow: hidden;
}
.pre_next p{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 25px;
	color: #666;
}
.pre_next p a{
	color: #666;
}
.pre_next p a:hover{
	text-decoration: underline;
	color: #1b45af;
}
@media screen and (max-width: 1199px){
       .news_show .new_content p span{
            font-size: 34px !important;
      }
      .channel_now p{
            font-size: 38px !important;
     }
      .channel_now span{
            font-size: 38px !important;
     }
       .news_show .new_content p {
            line-height: 50px !important;
     }
    .new_content p{
          font-size: 34px !important;
   }
   .new_content span{
           line-height: 40px !important;
   }
}