body {
    margin: 0;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}




/* 顶部通用样式 */
.exr-top {
    width: 100vw;
    height: 80px;
    background: #1890ff;
    box-shadow: 2px 8px 7px 0px rgba(0, 0, 0, 0.08);
    opacity: 0.9;
    position: absolute;
    top: 0;
    z-index: 5;
}

.exr-bac {
    opacity: 1;
}

.top-content {
    width: 1440px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.top-content-left{
    display: flex;
    align-items: center;
}

.top-content-left-wordArt {
    padding-top: 10px;
}

.top-content-tta {
    /* width: 715px; */
    padding-top: 5px;
}

.top-content-tta ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    /* padding-top: 15px; */
    margin-left: 30px;
    align-items: center;
    height: 100%;
}

.top-content-tta ul li {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    margin-right: 40px;
    color: #fff;
    list-style-type: none;
    display: inline-block;
}

.top-content-tta ul li a{
    color: #fff;
}

.top-content-right{
    display:flex;
    height:100%;
    width: 300px;
    align-items: center;
}

.top-content-right-search {
    width: 300px;
    margin: 0 auto;
    position: relative;
    /* top: 31px; */
}

.top-content-right-search input,
button {
    border: none;
    outline: none;
}

.top-content-right-search input {
    width: 250px;
    height: 36px;
    box-shadow: 1px 4px 16px 0px rgba(0,0,0,0.1);
    border-radius: 8px 0 0 8px;
    padding-left:40px;
    background: #FFFFFF;
    color: #9E9C9C;
    font-size: 16px;
}

.top-content-right-search button {
    width: 50px;
    height: 36px;
    background: #ff7b1f;
    border-radius: 0px 8px 8px 0px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 0;
    cursor: pointer;
}

.top-content-right-search button:hover {
    background: #ff7b1f;
}

.top-content-right-btn {
    margin-top: 14px;
    width: 101px;
    height: 33px;
    border: 1px solid #00C77D;
    border-radius: 4px;
    font-size: 14px;
    line-height: 33px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #00C67D;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.top-content-right-btn img {
    width: 16px;
    margin-right: 6px;
}

.searchBtnIcon {
    width: 16px;
    margin-right: 6px;
}

.title-text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

/* 底部通用样式 */
.doc-bottom {
    width: 100%;
    /* height: 170px; */
    margin-top: 50px;
    background-color: #333333;
    padding-bottom: 20px;

}

.doc-bottom-first {
    width: 390px;
    margin: 0 auto;
    padding-top: 38px;
}

.doc-bottom-first ul {
    /*注释    width: 390px;*/
    padding: 0;
    margin: 0;
}

.doc-bottom-first ul li {
    display: inline-block;
    list-style-type: none;
    height: 13px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    line-height: 13px;
    border-right: 1px solid #999999;
    padding: 0 10px;
}

.doc-bottom-first ul li:first-child {
    padding-left: 0;
}

.doc-bottom-first ul li:last-child {
    border: 0px;
    padding-right: 0;
}

.doc-bottom-first a{
    color: #fff;
}
.doc-bottom-first a:hover{
    color: #fff;
}

.doc-bottom-second {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    padding-top: 30px;
}

.doc-bottom-last {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    padding-top: 8px;
}

.doc-bottom-last a{
    color: #FFFFFF;
}
.doc-bottom-last a:hover{
    color: #FFFFFF;
}

.doc-bottom-last img {
    width: 77px;
    height: 22px;
    object-fit: contain;
    position: relative;
    top: 5px;
    left: 8px;
    cursor: pointer;
}


/* 面包屑样式 */
.crumbs {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding: 23px 0;
/*注释
    display: inline-block;
*/
}

.crumbs img {
    width: 20px;
    height: 17px;
    object-fit: contain;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.crumbs span {
    cursor: pointer;
}

.crumbs span a a{
    color: #999999 !important;
}

.crumbs span::after {
    content: ">";
    cursor: pointer;
    margin: 0 0 0 5px;
}

.crumbs :last-child:after {
    content: none !important;
    color: #333;
}

.announce-pags ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.announce-pags ul li {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    margin-right: 8px;
    text-align: center;
}

.announce-pags ul li span {
    line-height: 32px;
    font-size: 14px;
}

.announce-pags ul li a {
    display: inline-block;
    line-height: 32px;
    font-size: 14px;
    width: 32px;
    height: 32px;
}

.announce-pags ul li:hover {
    color: #1890ff;
    border: 1px solid #1890ff;
}


.announce-pags ul li:hover a {
    color: #ff7b1f
}

.announce-pags ul li .disabled:hover {
    border: 1px solid #ccc !important;
    background: #F4F6F9;
}


.announce-pags ul li .disabled :hover a {
    color: auto;

}

.announce-pags {
    width: 100%;
    display: flex;
    justify-content: center;
    /* margin-top: 35px; */
    margin-bottom: 39px;
}

.announce-pags-mobile {
    margin-top: 20px;
    margin-bottom: 20px;
}

.active {
    border: 0px solid #1890ff !important;
    color: #fff !important;
    background-color: #1890ff !important;
    cursor: pointer !important;
}

.announce-pags .pagination .disabled {
    color: #E2E2E2 !important;
    background-color: #1890ff;
    border: 1px solid #ccc !important;
    cursor: not-allowed;
}

.top-content-search {
    position: relative;
    top: 15px;
}

.announce-pags .pagination .disabled {
    color: #fff !important;
    background-color: #E2E2E2;
}

.top-content-search input {
    outline-style: none;
    border: 1px solid #ccc;
    background: #F4F6F9;
    border-radius: 3px;
    width: 200px;
    height: 34px;

    border-radius: 4px;
    border: 0px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding-left: 33px;
    margin-right: 16px;
}

.top-content-search img {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 8px;
    left: 8px;
}

a {
    color: #333333;
    text-decoration: none;
}


body {
    line-height: normal;
}

img {
    vertical-align: initial;
    border-style: none;
}

a:hover {
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}

.exr-co-level .exr-rank-box:nth-child(1) .exr-rank-num {
    background-color: #FF5A5A;
}

.list-left-cont ul li,
.list-left-cont ul li a {
    margin-top: 0px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.list-left-cont ul li:nth-child(5n) {
    margin-bottom: 27px;

}

.links {
    text-align: center;
    border-bottom: #ececec solid 1px;
    line-height: 30px;
    width: 1100px;
    margin: 0 auto;
  margin-top: 20px;
     /*  margin-bottom: -30px; */
    font-size: 14px;
    color: #fff;
}

.links a {
    margin: 0 3px;
    color: #009977;
    text-decoration: none;
    
}

.links a:hover,
.links a:visited {
    color: #009977;
    text-decoration: underline;
}

.searchInputIcon{
    /* width:148px; */
}
.InputIcon-search{
    width:16px;
    z-index: 999;
    position: absolute;
    top: 11px;
    left: 13px;
    cursor: pointer;
}

