html{
    overflow-y: scroll;
    overflow-x: auto;
}
html,body,* {
    margin: 0;
    padding: 0;
    line-height: 100%;
    list-style: none;
}
@media screen and (min-width: 1270px) {
    html{
        overflow-x: hidden !important;
    }
}
body{
    background-color: #f9f9f9;
    font-size:14px;
    color:#333;
    letter-spacing: 2px;
    min-width: 1200px;
    width: 100vw;
    font-family: "Microsoft YaHei",Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC",  "WenQuanYi Micro Hei";
}
:root {
    overflow-y: auto;
    overflow-x: auto;
  }
  :root body {
    position: absolute;
  }
ol,ul {list-style:none;}
li{list-style-type:none;}
a:link,a:visited
{
    color:#333;
    text-decoration: none;
}
input
{
    outline: 0;
    outline: none;
}
.base-width{
    width: 1200px;
    margin: auto;
    position: relative;
}
.min-height{
    min-height: 400px;
}
.panel{
    border: 1px solid #e7e7e7;
    background-color: #fff;
    box-shadow: 0 0 4px #e7e7e7;
    border-radius: 5px;
}
.panel-header{
    padding-left: 20px;
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #e7e7e7;
    color:#b72222;
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 600;
}
.panel-header-tab{
    cursor: pointer;
    line-height: 56px;
    display: inline-block;
    margin-right: 50px;
    position: relative;
    color:#333;
    font-weight: 400;
}
.panel-header-tab.on,.panel-header-tab:hover{
    color:#b72222;
    font-weight: 600;
}
.panel-header-tab.on >.panel-header-tab-indicator{
    display: block;
}
.panel-header-tab-indicator{
    position: absolute;
    bottom: 0px;
    left:50%;
    margin-left: -25%;
    display: none;
    width:40px;
    height: 3px;
    border: none;
    background-color: #b72222;
}
.panel-body-tab{
    display: none;
}
.panel-body-tab.on{
    display: block;
}

/**header start**/
.header{
    width: 100%;
    margin-bottom: 30px;
    background-color: #fff;
}
.header-panel{
    position: relative;
    height: 100px;
}
.header-logo{
    position: absolute;
    top:20px;
    left: 0px;
    display: block;
    height: 60px;
    width: 370px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-image: url('/img/logo.png');
    cursor: pointer;

}
.header-seach-panel{
    border-width: 0;
    position: absolute;
    top:33px;
    right: 0px;
}
.header-seach-input{
    width:220px;
    height: 34px;
    border-radius: 17px;
    outline:none;
    border-width: 0;
    padding-left: 15px;
    padding-right: 46px;
    background-color: #f9f9f9;
    box-shadow: 0 0 2px #cccc;
}
.header-seach-icon{
    cursor: pointer;
    position: absolute;
    right: 16px;
    top:6px;
    width: 18px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size:  100%;
    background-image: url('/img/组124.png');
}
.header-seach-icon:active{
    transform: scale(0.9);
}
.header-nav-panel{
    background-color: #b72222;
}
.header-nav-list{
    height: 48px;
    display: flex;
    justify-content:space-between;
}

.header-nav-panel a{
    flex: auto;
    padding: 0 40px;
    height: 48px;
    line-height: 48px;
    text-align:center;
    font-size: 16px;
    letter-spacing: 3px;
    color:#fff;
}
.header-nav-panel a:hover{
    background-color: #fff !important;
    color:#b72222 !important;
    font-weight: 600 !important;
}
.header-nav-panel a.on{
    background-color: #fff;
    color:#b72222;
    font-weight: 600;
}
.header-nav-list:hover >a{
    background-color: #b72222;
    color:#fff;
    font-weight: 400;
}
/**header end**/
/**footer start**/
.footer-fix{
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -50%;
    width: 100%;
}
.footer{
    width: 100%;
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 0 -2px 4px #f1f0f0;
    font-family: "Microsoft YaHei Light",Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC",  "WenQuanYi Micro Hei";
}
.footer-panel{
    position: relative;
    padding-bottom: 40px;
}
.footer-column{
    padding-top: 20px;
    text-align: center;
}
.footer-column:first-child{
    padding-top: 40px;
}
.footer-item{
    display: inline-block;
}
.footer-title{
    display: inline-block;
    font-size: 12px;
    color:#b72222;
}
.footer-text{
    display: inline-block;
    font-size: 12px;
    color:#333;
}
.footer-text a:hover{
    color:#b72222;
}
.footer-codes-panel{
    text-align: center;
}
.footer-codes-item{
    margin-top: 20px;
    display: inline-block;
}
.footer-codes-item-title{
    margin-top: 8px;
    font-size: 12px;
    text-align: center;
}
.footer-codes-item-img{
    width: 80px;
    height: 80px;
}
.copy-right{
    text-align: center;
    color:#333;
    letter-spacing: 3px;
    font-size: 12px;
}
.copy-right span{
    display: inline-block;
    margin-top: 20px;
}
.footer-bottom{
    height: 40px;
    width: 100%;
    background-color:#282828;
}
/**footer end**/
/**common start **/
.body{
    min-height: calc(100vh - 434px);
    background-repeat: no-repeat;
    background-position: center;
}
.no-data{
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 50%;
    background-image: url('/img/no-data.png');
}
.content-title{
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 34px;
    text-align: center;
    font-size: 26px;
    line-height: 50px;
    color:#333;
    font-weight: 500;
    letter-spacing: 6px;
}
.content-body{
    margin-left: 80px;
    margin-right: 80px;
    padding-top: 20px;
    padding-bottom: 46px;
    border-top: 1px dashed #e7e7e7;
    text-align: justify;
}
.content-body p{
    margin-top: 30px;
    line-height:28px;
    font-size: 14px;
    letter-spacing: 2px;
    color:#333;
    font-family: "Microsoft YaHei Light",Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC",  "WenQuanYi Micro Hei";
}
.page-nav-title{

}
#subNavListTitle{
    padding-left: 40px;
}
.page-nav-list{
    padding-bottom: 20px;
}
.page-nav-list-item{
    cursor: pointer;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    margin-top: 20px;
    width: 160px;
    font-size: 14px;
    color:#333;
}
.page-nav-list-item-indicator{
    position: absolute;
    right: 0;
    top:8px;
    height: 24px;
    width: 0px;
    background-color: #b72222;

}
.page-nav-list-item:hover,.page-nav-list-item.on{
    color:#b72222;
    font-weight: 600;
    background-color: rgba(0,0,0,0.04);
}
.page-nav-list-item:hover >.page-nav-list-item-indicator,.page-nav-list-item.on >.page-nav-list-item-indicator{
    width: 4px;
}
/**common end **/
/**index start**/
.banner-news{
    position: relative;
}
.banner-news-img{
    width: 100%;
    height: 600px;
    border-radius: 4px;
    background-image: url('/img/banner@3x.png');
    background-repeat: no-repeat;
    background-size: 100%;
}
.banner-news-list{
    position: absolute;
    top:0;
    right:60px;
    width: 300px;
    height: 560px;
    padding: 20px 0;
    background-color: rgba(0,0,0,0.6);
}
.banner-news-list-item{
    height: 56px;
    padding: 12px 20px;
}
.banner-news-list-item-text{
    vertical-align: middle;
    line-height: 28px;
    font-size: 16px;
    color:#fff !important;
}

.banner-news-list-item.on,.banner-news-list-item:hover{
    cursor: pointer;
    background-image: linear-gradient(to right,rgba(183,34,34,0.6),rgba(183,34,34,0.42),rgba(0,0,0,0.1))
}

.m-slide {
    position: relative;
    width: 1200px;
    height: 600px;
    background: #fff;
    margin:0px auto;
}
.m-slide .tab {
    position: absolute;
    top:0;
    right:60px;
    width: 300px;
    height: 560px;
    padding: 20px 0;
    background-color: rgba(0,0,0,0.6);
}
.m-slide .tab li{
    height: 56px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
}
.m-slide .tab li.on,.m-slide .tab li:hover{
    cursor: pointer;
    background-image: linear-gradient(to right,rgba(183,34,34,0.6),rgba(183,34,34,0.42),rgba(0,0,0,0.1))
}
.m-slide img{
    width: 1200px;
    height: 600px;
}
.index-content{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.index-panel1{
    width: 650px;
    min-height: 200px;
}
.index-panel2{
    width: 520px;
}
.index-line1{
    position: relative;
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 20px;
    line-height: 28px;
    color:#333;
    cursor: pointer;
}
.index-line1:first-child{
    margin-top: 30px;
}
.index-line1:last-child{
    margin-bottom: 20px;
}
.index-line1-indicator{
    position: absolute;
    left:20px;
    top:11px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #ccc;
}
.index-line1 a:hover{
    color:#b72222;
}
.index-line1:hover >.index-line1-indicator{
    background-color:#b72222;
}
.index-line{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color:#333;
    cursor: pointer;
}
.index-line-text{
    line-height: 28px;
    height: 28px;
}
.index-line-date{
    line-height: 28px;
    height: 28px;
    color:#999;
}
.index-line:hover >.index-line-text a{
    color:#b72222;
}
.index-line:first-child{
    margin-top: 30px;
}
.index-line:last-child{
    margin-bottom: 20px;
}
.index-line-indicator{
    position: absolute;
    left:0px;
    top:6px;
    width: 0px;
    height: 18px;
    background-color: #b72222;
}
.index-line:hover >.index-line-indicator{
    width: 3px;
}
/**index end**/
/**about start **/
.about-body{
    display: flex;
}
 .page-nav-panel{
    width: 200px;
    height: min-content;
}
 .page-nav-body{
    margin-left: 20px;
    padding: 50px 0px;
    flex: 1;
}
 .page-nav-body.on{
    display: block;
}
/**about end **/
/**trends start **/
.trends-body{
    display: flex;
}
.trends-body .page-nav-panel{
    width: 200px;
    height: 260px;
}
.trends-body .page-nav-body{
    margin-left: 20px;
    flex: 1;
}

.trends-line{
    position: relative;
    display: flex;
    margin-top: 20px;
    padding-left: 80px;
    padding-right: 60px;
    line-height: 28px;
    color:#333;
    cursor: pointer;
}
.trends-line:first-child{
    margin-top: 0px;
}
.trends-line-text{
    line-height: 28px;
    height: 28px;
    flex: 1;
}
.trends-line-text a{
    display: inline-block;
    width: 770px;
    line-height: 28px;
    height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: "Microsoft YaHei Light",Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC",  "WenQuanYi Micro Hei";
}
.trends-line-date{
    line-height: 28px;
    height: 28px;
    color:#999;
}
.trends-line-indicator{
    position: absolute;
    left:60px;
    top:11px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #ccc;
}
.trends-line:hover{
    color:#b72222;
}
.trends-line:hover >.index-line1-indicator{
    background-color:#b72222;
}
.trends-line-separate{
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    height: 0;
    border-top:1px dashed #e7e7e7;
}
/**trends end **/
/**search start **/
.search-body{
    padding-bottom: 50px;
}
.search-item:hover a{
    color:#b72222 !important;
}
.search-line{
    border-top: 1px dashed #e7e7e7;
    position: relative;
    display: flex;
    padding-top: 20px;
    margin-left: 60px;
    margin-right: 60px;
    line-height: 28px;
    color:#333;
    cursor: pointer;
}
.search-line:first-child{
    border-top:none;
}
.search-line-text{
    line-height: 28px;
    height: 28px;
    flex: 1;
}
.search-line-text a{
    font-weight: 600;
    display: inline-block;
    width: 800px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.search-line-text a:hover{
    font-weight: 600;
    color:#b72222;
}
.search-line-date{
    line-height: 28px;
    height: 28px;
    color:#999;
}
.search-line:first-child{
    margin-top: 30px;
}
.search-line:last-child{
    margin-bottom: 20px;
}
.search-line:hover{
    color:#b72222;
}
.search-line:hover >.index-line1-indicator{
    background-color:#b72222;
}
.search-describe{
    line-height: 28px;
    padding-left: 60px;
    padding-right: 200px;
    padding-bottom: 20px;
}
/**search end **/

/**info start **/
.news-list{
    min-height: 216px;
}
.news-info-panel{
    position: relative;
    /**height: 500px;
    overflow: hidden;
    padding-bottom: 60px;**/
    height:auto;
}

.news-info-title{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    font-weight: 600;
    text-align: center;
    font-size: 26px;
    color: #333;
    letter-spacing: 6px;
}
.date-source{
    margin: 0 auto;
    width: 400px;
    display: flex;
    justify-content:space-around;
    text-align: center;
    padding: 30px 0px 50px 0px;
    font-size: 12px;
}
.news-info-content{
    text-align: justify;
    margin-left: 80px;
    margin-right: 80px;
    padding-top: 20px;
    padding-bottom: 46px;
    border-top: 1px dashed #e7e7e7;
}
.news-info-content p{
    margin-top: 30px;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #333;
}
.news-info-content div{
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 2px;
    color: #333;
}
.more{
    display: none;
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 40px;
    bottom:0px;
    text-align: center;
    color:#b72222;
    cursor: pointer;
    background-color: #fff;

}
.more-div{
    position: absolute;
    top:0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 70%);
}

.news-annex{
    margin-top: 30px;
    display: block;
    position: relative;
    height: 32px;
    line-height: 32px;
    padding-left: 26px;
    color:#333;
    font-size: 14px;
}
.news-annex:hover{
    color:#b72222;
}
.news-annex-icon{
    width: 16px;
    height: 16px;
    position: absolute;
    top:8px;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-image: url('/img/lj.png');
}

/*菜单移入*/
.menu-list{
    display: none;
    position: absolute;
    top: 48px;
    right: 0;
    box-shadow: 1px 2px 6px #ccc;
    background-color: #fff;
    width: 206.34px;
    z-index: 10;
}
.menu-list li{
    height: 60px;
    width: 100%;
    border-bottom: 1px #ccc dashed;
}
.menu-list li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #333;
    font-weight: 400;
    line-height: 60px;
}
.menu-list li:nth-last-child(1){
    border-bottom: none;
}
.menu-list li:hover>a{
    color: #b72222;
    font-weight: 600;
}

.science{
    position: relative;
}
.science:hover+.menu-list{
    display: block;
}
.menu-list:hover{
    display: block;
}

/** info end **/

.exam-querytilte{
    text-align: center;
    font-size: 16px;
}

.exam-query{
    padding-top: 24px;
    text-align: center;
}
.exam-query .line {
    display: flex;
    justify-content: center;
    padding:6px;
}
.exam-query .line .label {
    line-height: 34px;
    height: 34px;
    font-size: 14px;
    padding-right: 4px;
    width: 70px;
    text-align: right;
}
.exam-query .line input{
    width: 200px;
    height: 24px;
    border-radius: 6px;
    outline: none;
    border-width: 0;
    padding: 4px;
    background-color: #f9f9f9;
    box-shadow: 0 0 2px #cccc;
}

.exam-query .line  .qry-btn {
    color: #fff;
    background-color: #b72222;
    border-color: #b72222;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .045);
    outline: 0;
    height: 32px;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
}

.exam-querytilte{
    margin-top: 24px;
    text-align: center;
    color: #333;
}

.exam-query—result{
    padding-top: 24px;
    text-align: center;
}
.exam-query—result .line {
    display: flex;
    justify-content: center;
    padding:4px;
}

.exam-query—result .line .label {
    width: 100px;
    line-height: 24px;
    height: 24px;
    font-size: 14px;
    padding-right: 4px;
    color: #666;
    text-align: left;
}

.exam-query—result .line .value {
    width: 160px;
    line-height: 24px;
    height: 24px;
    font-size: 14px;
    padding-right: 4px;
    color:#999;
    text-align: right;
}