﻿.top-pic{
    height: 400px;
    background: url(../images/cj-banner.png) no-repeat;
    background-size: 100% 100%;
}
.logo{
width: 1200px;
margin: 0 auto;
position: inherit;
}
.logo a{
display: block;

}
.logo img{
margin: 0 ;
margin-top: 20px;
}

.part-hd{
margin: 20px 0;
}

.main-wrap{
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    overflow: hidden;
}
.main-left{
    width: 320px;
    padding-right: 24px;
    float: left;
}
.main-left h1{
    background-color: #0e6fe0;
    color: #fff;
    text-align: center;
    line-height: 48px;
}
.main-left ul li a{
    display: block;
    line-height: 48px;
    color: #19528c;
    background: url(../images/li-arr.png) no-repeat 10px center #f5f5f5;
    /* background-color: #ddf0ff;  */
    background-size: 10px;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #6491b5;
}
.main-right{
    float: left;
    width: 856px;
}
.main-right .main-tit{
    border-bottom: 1px solid #6491b5;
}
.main-right .main-tit h2{
    display: block;
    line-height: 48px;
    font-size: 22px;
}
.main-right .main-tit h2::before{
    content: "";
    display: inline-block;
    width: 8px;
    height: 24px;
    margin-right: 16px;
    vertical-align: middle;
    background-color: #0e6fe0;
}
.main-cont a{
    display: block;
    padding: 10px 0;
    color: #444;
}
.main-cont a>span{
    display: block;
    font-size: 17px;
    line-height: 40px;
    font-weight: bold;
    padding: 8px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.main-cont .cont-more span{
    display: inline-block;
    min-width: 120px;
    color: #777;
    font-size: 14px;

}

.line {
    border: 1px solid #004080;
    margin-top: 40px;
}


.page_wrap>* {
	width: 35px;
	height: 35px;
	line-height: 35px;
    float: left;
    text-align: center;
	background: #f2f2f2;
	border: 1px solid #eee;
	display: block;
	margin-left: 5px;
	color: #888;
	font-size: 13px;
}
.page_wrap .on{
	background-color: #1E64AA !important;
	color: #fff !important;
}	
.page_wrap>*:hover{
	background-color: #1E64AA;
	color: #fff ;
}

.footer{padding-top: 30px;    width: 1200px;margin:0 auto; display: flex;}
.footer_middle{    flex: 1;text-align: center;}
.footl{width: 110px;margin-top: 30px; }
.footr{width: 110px;margin-top: 30px;}
.footc{margin-top: 10px;text-align: center;width: 980px; }
.footw{margin-bottom:10px;color:#333333;text-align: center; }