@font-face {
    font-family: 'SourceHanSansCN';
    src: url("../fonts/SourceHanSansCN-Regular.otf");
}

@font-face {
    font-family: 'SourceHanSerifCN';
    src: url("../fonts/SourceHanSerifCN-Regular.otf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-width: 1300px;
    font-family: 'SourceHanSansCN', serif;
	font-size: 18px;
}

img {
    width: 100%;
    height: 100%;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.top {
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to bottom, #fff, #f5f5f5);
    position: sticky;
    top: 0;
}

.top .logo {
    width: 232px;
    height: 42px;
    margin-left: 30px;
    flex-shrink: 0;
}

.top .nav {
    flex: 0 1 50%;
    margin-right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.top .nav .link {
    height: 100%;
    line-height: 64px;
}

.top .nav .link>a {
    color: #aaa;
    font-size: 20px;
}

.top .nav a:hover {
    color: #000;
}

.top .nav a.current {
    color: #000;
}

.top .nav .search {
    position: relative;
}

.top .nav .search input {
    width: 246px;
    height: 28px;
    background: #FFFFFF;
    box-shadow: inset 0px 2px 3px 1px rgba(0,0,0,0.16);
    border-radius: 14px;
    border: 1px solid #707070;
    padding-left: 10px;
    padding-right: 40px;
}

.top .nav .search input:focus {
    outline: none;
}

.top .nav .search .search-icon {
    position: absolute;
    width: 40px;
    height: 28px;
    right: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    padding-top: 5px;
}

.top .nav .search .search-icon img {
    width: 14px;
    height: 14px;
}

.top .news-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 64px;
    display: none;
    background: #fff;
}

.top .news-nav a {
    margin: 0 100px;
    color: #acacac;
}

.top .news-nav a:hover {
    color: #000;
}

.top .news-nav a.current {
    color: #000;
    position: relative;
}

.top .news-nav a.current:before {
    content: '';
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -30px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url("../images/current-icon.png") no-repeat;
    background-size: 100% 100%;
}

.main {
    width: 100%;
    margin: 60px auto;
}

.wrapper {
    width: 1300px;
}

.main .main-title {
    margin: 35px 200px;
    font-size: 60px;
    font-weight: bold;
}

.main .news-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    height: 640px;
}

.main .news-list .news-item {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #F8F8F8;
    max-width: calc(50% - 10px);
    width: 766px;
    height: 150px;
    margin: 5px;
}

.main .news-list .news-item .news-img {
    width: 144px;
    height: 112px;
    flex-shrink: 0;
}

.main .news-list .news-item .news-date {
    width: 144px;
    min-width: 100px;
    height: 74px;
    border-right: 2px solid #fac8bd;
    color: #FF4315;
    text-align: center;
}

.main .news-list .news-item .news-date h1 {
    color: #FF4315;
    font-family: 'SourceHanSerifCN',serif;
}

.main .news-list .news-item .news-content {
    font-size: 18px;
    padding: 0 0 0 25px;
    width: 450px;
    line-height: 2em;
    overflow: hidden;
}

.main .news-list .news-item .news-content h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main .news-list .news-item .news-content p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #747474;
}

.main .news-list .policy-item {
    height: 70px;
    width: 600px;
    line-height: 70px;
    border-bottom: 2px solid #ededed;
}

.main .news-list .policy-item a{
    display: inline-block;
    width: 490px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail-content {
    margin: 40px auto ;
    border-top: 2px solid #ededed;
    padding: 20px 0;
}

.detail-content img{
	width: auto;
	height: auto;
}

.detail-content a{
	color: #0066cc;
}

.bottomBox{
    width: 100%;
    height: 893px;
    background: url("../images/footer-bg.png") no-repeat;
    background-size: 100% 100%;
    color:#fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 20px;
}

.bottom-nav {
    display: flex;
    flex: 0 0 45%;
    justify-content: space-between;
    text-align: center;
}

.bottom-nav dl {
    width: 112px;
    margin: 5px;
}

.bottom-nav dl dt {
    font-size: 28px;
}

.bottom-nav dl dd {
    margin-top: 30px;
}

.bottomBox .contact-us {
    flex: 0 0 35%;
}

.bottomBox .contact-us .logo {
    width: 497px;
    height: 90px;
    flex-shrink: 0;
}

.bottomBox .qr-code {
    width: 160px;
    margin-top: 56px;
    text-align: center;
    margin-bottom: 50px;
}

.bottomBox .qr-code img {
    height: 160px;
    margin-bottom: 35px;
}

.copyright {
    width: 100%;
    height: 88px;
    text-align: center;
    padding-top: 20px;
    color: #707070;
    font-family: 'SourceHanSerifCN',serif;
}

.copyright a:hover {
    color: #4cb4ff;
}

.page-box {
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 50px;
}


.page-box a {
    display: block;
    padding: 4px 20px;
    border: 1px #b5b6b8 solid;
    text-decoration: none;
    color: #313131;
    font-size: 14px;
    line-height: 30px;
    margin: 0px 2px;
}

.page-box a:hover {
    color: #065ecb;
}

.page-box a.current {
    border-color: #065ecb;
    background: #065ecb;
    color: #fff;
}

.page-box p {
    float: left;
    padding: 4px 16px;
    font-size: 14px;
    line-height: 30px;
    color: #bbb;
    border: 1px #b5b6b8 solid;
    margin: 0px 2px;
    cursor: not-allowed;
}