html,
body {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 0;
    margin: 0;
}

::-webkit-input-placeholder {
    color: #E0E0E0;
}

::-moz-placeholder {
    color: #E0E0E0;
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: #E0E0E0;
}

/* ie */
input:-moz-placeholder {
    color: #E0E0E0;
}

.header {
    position: fixed;
    width: 100%;
    height: 70px;
    background-image: url(../images/header.png);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    z-index: 999;
}

.header>img {
    width: 686px;
    margin-top: 16px;
}

.main {
    position: absolute;
    /* top: 70px; */
    left: 50%;
    margin-left: -663px;
    padding-bottom: 20px;
    width: 1326px;
}

.main>.page-nav {
    margin-top: 8px;
    width: 100%;
    overflow: hidden;
}

.main>.page-nav>ul {
    list-style: none;
    font-size: 14px;
    color: #999999;
}

.main>.page-nav>ul>li {
    float: left;
}

.main>.page-nav>ul>li:not(:last-child)::after {
    content: ">";
    margin: 0 5px;
}

.main>.search-bar {
    position: relative;
    padding-top: 15px;
    width: 100%;
    height: 114px;
    /* background-color: blueviolet; */
    z-index: 1;
}

.search-bar>.search-switch {
    position: absolute;
    left: 50%;
    margin-left: -280px;
    width: 600px;
    height: 35px;
}

.search-bar>.search-switch>.option {
    display: inline-block;
    margin-right: 10px;
    width: 80px;
    height: 35px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
}

.search-bar>.search-switch>.option.active {
    color: #FFFFFF;
    background-image: url(../images/tooltip@2x.png);
    background-repeat: no-repeat;
    /* background-size: cover; */
}

.search-bar>.search-box {
    position: absolute;
    left: 50%;
    margin-left: -300px;
    margin-top: 40px;
    width: 600px;
    height: 40px;
    background: #FFFFFF;
}

.search-bar>.search-box>.search-type {
    float: left;
    margin: 0;
    width: 120px;
    height: 40px;
    /* border: 1px solid #D8D8D8;
    border-right: 0;
    border-radius: 4px 0px 0px 4px; */
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    text-align: center;
    line-height: 38px;
}

.search-bar>.search-box>.search-type>.result {
    padding: 0 8px;
    width: 120px;
    height: 40px;
    border: 1px solid #D8D8D8;
    border-right: 0;
    border-radius: 4px 0px 0px 4px;
}

.search-bar>.search-box>.search-type>.result::after {
    float: right;
    margin-top: 17px;
    width: 11px;
    height: 5px;
    content: "";
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.search-bar>.search-box>.search-type>.result:hover {
    border: 1px solid #1c8de0;
}

.search-bar>.search-box>.search-type>.option {
    display: none;
    margin-top: 0px;
    border: 1px solid #D8D8D8;
    background: #FFFFFF;
}

.search-bar>.search-box>.search-type:hover>.option {
    display: block;
}

.search-bar>.search-box>.search-type:hover>.result::after {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
}

.search-bar>.search-box>.search-type>.option>ul>li:hover {
    background-color: rgb(41, 74, 117);
    color: #fff;
}

.search-bar>.search-box>.search-input {
    float: left;
    margin: 0;
    width: 400px;
    height: 40px;
}

.search-bar>.search-box>.search-input>input {
    width: 400px;
    height: 40px;
    border: 1px solid #D8D8D8;
    text-indent: 11px;
}

.search-bar>.search-box>.search-input>input:hover,
.search-bar>.search-box>.search-input>input:focus {
    border: 1px solid #1c8de0;
}

.search-bar>.search-box>.search-btn {
    float: left;
    margin: 0;
    width: 80px;
    height: 40px;
    background: #274A76;
    border-radius: 0px 4px 4px 0px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}

.search-bar>.search-box>.search-btn:hover {
    background: rgba(39, 74, 118, 0.9);
}

.main>div {
    width: 100%;
    overflow: hidden;
}

.main>.footer {
    width: 100%;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #888888;
    line-height: 50px;
    text-align: center;
    border-top: 1px solid #D3D3D3;
}

.label-box {
    position: relative;
    margin-bottom: 60px;
    overflow: hidden;
}

.label-box>.label {
    /* margin-top: 10px; */
    /* margin-bottom: 34px;
    width: 400px;
    height: 55px;
    background-image: url("../images/label.png");
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 26px;
    font-weight: 400;
    color: #FFFFFF;
    text-indent: 80px;
    line-height: 45px; */

    
    /* margin-top: 10px; */
    margin-bottom: 34px;
    width: 170px;
    height: 44px;
    background-image: url(../images/标题图标@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 26px;
    font-weight: bold;
    color: #C11422;
    text-indent: 35px;
    line-height: 45px;
}

.label-box>.label>a {
    float: right;
    margin-right: -922px;
    font-size: 16px;
    font-weight: 400;
    color: #274A76;
}

.label-box::after {
    /* position: absolute;
    display: block;
    top: 48px;
    content: "";
    width: 100%;
    height: 2px;
    border-top: 1px solid #bf1828; */
}

.label-box>.item {
    position: relative;
    float: left;
    margin-bottom: 28px;
    width: 640px;
    height: 360px;
    background: #F8F8F8;
    border-radius: 4px;
}

.label-box>.item.right {
    margin-left: 43px;
}

.label-box>.item.full {
    width: 100%;
}

.label-box>.item>.caption {
    position: absolute;
    margin-left: 20px;
    margin-top: 17px;
    font-size: 16px;
    font-weight: 400;
    color: #C11422;
    border-left: 6px solid #BE1717;
    line-height: 30px;
    text-indent: 12px;
}

.label-box>.item>.graphic {
    /* padding: 0 10px;
    margin-top: 20px; */
    width: 100%;
    height: 100%;
}

.label-box>.item>.graphic+.slt-year {
    position: absolute;
    padding: 0 10px;
    top: 20px;
    right: 20px;
    width: 120px;
    height: 40px;
    background: #F8F8F8;
    border: 1px solid #D8D8D8;
    border-radius: 4px 0px 0px 4px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.h-600 {
    height: 800px !important;
}

/* -页面其他辅助元素 begin */
.dock-nav {
    display: none;
    position: fixed;
    right: 10px;
    top: 170px;
    width: 272px;
    height: 242px;
    background-image: url(../images/dh@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.dock-nav>ul {
    float: right;
    margin-right: 48px;
    margin-top: 83px;
    font-size: 16px;
    font-weight: 400;
    color: #274A76;
    line-height: 31px;
}

.dock-nav>ul a:hover {
    color: #C11422;
}

/* -页面其他辅助元素 end */