.innban{
	position: relative;
    /* margin-bottom: 20px; */
    top: -40px;
    z-index: -1;
}
.newsBanner_tit {
	width: 1110px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -550px;
    height: 80px;
    margin-top: -40px;
}

.newsBanner_tit>p {
	color: #fff;
	font-size: 30px;
	height: 40px;
	line-height: 40px;
}

.line {
	width: 95px;
	height: 2px;
	background: #fff;
	display: inline-block;
	margin-bottom: 7px;
}
.main{
    overflow: hidden;
    margin-bottom: 100px;
}
.channel_nav_wrap{
    width: 260px;
    font-size: 25px;
    border-top: 0;
}
.left_nav_tit{
    padding: 30px 30px 30px;
    height: 124px;
    border-bottom: none;
    background: url("../images/left_tit_bj.png") no-repeat right bottom;
    background-size: 100% auto;
    color: #fff;
    white-space: nowrap;
    
}
.left_nav{
    background:#eceef1;
}
.left_nav_li,.second_li{
    font-size: 24px;

}
.left_nav_a,.second_a{
    color: #565656;
    height: 60px;
    line-height: 60px;
    padding:0 10px;
    display: block;
}
.left_nav_a{
    color: #1e3090;
    min-height: 30px;
    height: auto;   
    line-height: 25px;
    padding:10px 20px;
    margin-bottom: 5px;
}
.second_a{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.left_nav_a:hover{    
    color: #1e3090;
    background: url("../images/left_nav_li.png") no-repeat left 10px;
    background-size: 2px 25px;
    background-color: #fff;
}
.second_a:hover{
    color: #002d81;
}
/* .nav_li_act{
   background-color: #fff;
    color: #1e3090;
} */
.second_li_act{
    color: #fff;
}
.nav_li_act .left_nav_a{
  
    color: #1e3090;
    background: url("../images/left_nav_li.png") no-repeat left 10px;
    background-size: 2px 25px;
     background-color: #fff;
   
}

.second_a{
    color: #4c4c4c;
    background: url("../images/li1.png?01") no-repeat 20px center;
    padding-left: 40px;
    font-size: 20px;
}
.second_li_act .second_a{
    color: #002d81;

}

.channel_content{
    width: calc(100% - 316px);
    float: right;
    /* background-color: #f7f7f7; */
}
.channel_cont_tit{
    padding: 0 20px;
    /* background: #568ef8; */
    /* background-color: #fff; */
    /* border-left: 4px solid #002d81; */
    /* height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold; */
    height:40px;
    line-height: 40px;
    color: #002d81;
}
.channel_cont_tit>a{
    color: #002d81;

}
.channel_cont{
    padding:40px;
    line-height: 30px;
    color: #5c5c5c;
    background-color: #f7f7f7;
}
.cont_info{
    text-align: center;
}
.cont_info_headImg img{
    width: 230px;
    height: auto;
    margin-bottom: 20px;
}
.cont_info_txt{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 35px;
}


.pagelist {
	height: 35px;
	line-height: 35px;
	border-top: none;
	text-align: center;
	font-size: 14px;
	margin-bottom: 100px;
    margin-top: 70px;
}

.pagelist a {
	padding: 3px 6px;
	background: #b3b3b3;
	color: #fff;
	text-decoration: none;
	margin-right: 12px;
}

.pagelist a:hover {
	color: #FFFFFF;
	background-color: #08308f;
}

.pagelist a.page_sel {
	color: #FFFFFF;
	cursor: default;
	/* border: 1px solid #e1e1e1; */
	background-color: #08308f;
}


@media screen and (max-width: 750px) {
    .main{
        margin-bottom: 20px;
    }
    .channel_nav_wrap{
        width: 30%;
    }
    .channel_content{
        width: 69%;
    }
    .left_nav_tit{
        width: calc(100% - 20px);
        white-space: unset;
        line-height: 24px;
        height: auto;
        padding: 10px;
    }
    .left_nav_a, .second_a{
        font-size: 14px;
    }
    .second_a {
        background: url(../images/li1.png) no-repeat 10px center;
        padding-left: 20px;
    }
    .cont_info_headImg img {
        width: 100%;
    }
    .channel_cont{
        padding: 10px;
        font-size: 14px;
    }
    .channel_cont p img{
        width: 100%;
        height: auto;
    }
    .channel_cont_tit{
        line-height: 24px;
        padding: 10px;
        height: auto;
        font-size: 14px;
    }

    .cont_info_txt {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .pagelist{
        margin: 20px 0;
    }
    .pagelist a{
        font-size: 12px;
    }

    .newsBanner_tit {
        width: 96%;
        margin: 0 auto;
        position: absolute;
        top: 10px;
        left: 2%;
        margin-left: 0px;
        height: auto;
        margin-top: 0;
    }
    .newsBanner_tit>p {
        color: #fff;
        font-size: 18px;
        height: 30px;
        line-height: 30px;
    }
    .line{
        width: 50px;
    }
}