.header {
    width: 100%;
    position: relative;
}

.header-top {
    width: 100%;
    height: 70px;
    border-bottom: 2px solid #fff;
}

/* .header-top:hover {
    height: 570px;
    background-color: #fff;
    color: #000;
} */

.header-top:hover a {
    color: black;
}

.header-top .logo {
    width: 20%;
    height: 52px;
    float: left;
    background: url(../img/logo.svg) no-repeat;
    margin-top: 14px;
}

/* .header-top:hover .nav-item ul {
    display: block;
} */

.nav-banner {
    float: left;
    width: 80%;
    height: 70px;
}

.nav-banner .nav-item .a:hover {
    /* font-size: 16px; */
    color: #174698;
}

.nav-banner .nav-item ul {
    display: none;
}

.nav-banner .nav-item ul li {
    height: 40px;
}

.nav-banner a {
    color: black;
}

.nav-banner .nav-item .a {
    font-size: 14px;
    font-weight: 900;
}

.nav-banner .nav-item ul li:hover .b {
    font-size: 14px;
    color: #174698 !important;
}

#kefu {
	background-image: url(../img/kefu.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	text-align: right;
	margin-left: 42%;
	background-position: 0 25px;
}

#kefu a {
	display: inline-block;
	margin-left: 61%;
}

.tab-content {
    padding-top:70px;
}
.content-top{
    /* display: none; */
}
.news-img {
    float: left;
    width: 45%;
    height: 375px;
    overflow: hidden;
}

.news-img img {
    width: 100%;
    height: auto!important;
}

.news-content {
    position: relative;
    float: right;
    width: 50%;
    height: 375px;
    overflow: hidden;
}
.top-one {
    width: 100%;
	overflow: auto;
	padding-bottom: 13px;
    border-bottom: 1px solid #979797;
	margin-bottom: 13px;
}

.one {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding-bottom: 12px;
}

.two {
    font-size: 16px;
    font-weight: 600;
    color: #999;
    padding-bottom: 3px;
}

.three {
    font-size: 12px;
    color: #999;
    font-weight: 600;
}

.content-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 18px;
}

.content-footer ul li {
    float: left;
    display: block;
    margin-right: 3px;
    text-align: center;
    line-height: 34px;
    width: 8%;
    height: 34px;
    border: 1px solid #333;
    border-radius: 4px;
}

.current {
    background-color: skyblue;
}

.content-footer ul li:nth-child(6) {
    width: 12%;
}
.coco{
	height: 100%;
	width: 100%;
	overflow: auto;
}