* {
    padding: 0;
    margin: 0;
    list-style: none;
}

html, body{
    font-family: "Microsoft YaHei";
}

img {
    border: 0;
    vertical-align: top;
}

a {
    text-decoration: none;
    color: #000;
}

.pub-top {
    width: 1000px;
    margin: auto;
}

.header {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
}

.header > div {
    float: left;
}

.header a {
    color: #333;
}

.m-site, .app-download, .report {
    margin-right: 20px;
}

.m-site img, .app-download img {
    vertical-align: -4px;
    margin-right: 2px;
}

.search {
    margin-top: 3px;
}

.search__main {
    position: relative;
}

.search__main form {
    height: 24px;
}

.bdcs-search-form-input {
    width: 174px;
    height: 22px;
    line-height: 22px;
    background-color: #e8f2fb;
    border: 1px solid #c6d9e9;
    padding: 0 40px 0 10px;
    vertical-align: top;
}

.bdcs-search-form-input:focus {
    outline: none;
}

.bdcs-search-form-submit {
    width: 19px;
    height: 16px;
    background: url("../images/search-btn.png") no-repeat;
    position: absolute;
    right: 10px;
    top: 4px;
    border: 0;
    padding: 0;
    cursor: pointer;
}

input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

input:-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

.sites {
    float: right !important;
    font-size: 0;
}

.sites > a {
    font-size: 14px;
    margin-right: 20px;
}

.sites > a:last-child {
    margin-right: 0;
}


.content {
    overflow: hidden;
}

.logo {
    float: left;
    width: 135px;
    margin-right: 12px;
}

.time {
    width: 133px;
    float: left;
    margin-top: 5px;
}

.time {
    line-height: 22px;
    font-size: 12px;
    text-align: center;
    color: #000;
}

.time__date {
    color: #a72213;
}

.position-1 {
    width: 530px;
    height: 70px;
    margin-top: 5px;
    float: left;
}

.position-2 {
    width: 185px;
    height: 70px;
    margin-left: 5px;
    margin-top: 5px;
    float: left;
    overflow: hidden;
}

.gallery-2 {
    overflow: hidden;
    position: relative;
}

.gallery-2 .hd-2 {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 3;
}

.gallery-2 .hd-2 ul {
    overflow: hidden;
}

.gallery-2 .hd-2 li {
    float: left;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
}

.gallery-2 .hd-2 li.on {
    background-color: #be151b;
}

.gallery-2 .bd-2 ul {
    overflow: hidden;
}

.gallery-2 .bd-2 li {
    float: left;
}

.gallery-2 .bd-2 img {
    width: 185px;
    height: 70px;
}

.nav {
    background-color: #0968ba;
    padding: 8px 0 8px 32px;
}

.nav ul {
    overflow: hidden;
}

.nav li {
    float: left;
    margin-right: 18px;
    line-height: 28px;
    height: 28px;
}

.nav a {
    color: #fff;
    font-size: 16px;
}