@charset "utf-8";
/****************************************** 初始化浏览器默认样式开始 ****************************************/

body,
h1,
h2,
h3,
p,
ul,
ol,
form,
fieldset,
figure {
    margin: 0;
    padding: 0;
}

div,
figure,
img,
input,
button {
    box-sizing: border-box;
}

body {
    /*background-color: #f5f5f5;*/
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
}

img {
    display: inline-block;
    max-width: 100%;
}

ul,
ol {
    list-style: outside none none;
}

a {
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

/****************************************** 初始化浏览器默认样式结束 ****************************************/

/****************************************** 设置首页wrap-top样式开始 ****************************************/

/*注册样式*/

.notice-h3 {
    color: #666;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
}

.notice-ul li {
    height: 30px;
    line-height: 30px;
    color: #666;
    text-indent: 1.5em;
}

.annex {
    height: 40px;
    line-height: 40px;
}

.annex label {
    color: #666;
}

.wrap-top {
    position: relative;
    width: 100%;
    min-height: 600px;
    background: url("../images/wrapTop.png") no-repeat 0 0/100% 100%;
}
.wrap-box{
    /*background: url("../images/banner.png") no-repeat;*/
    /*background-size: 100% 680px;*/
    /*background-position-y: 200px;*/
}
.box .layui-form {
    /*background: url("../images/banner@2x.png") no-repeat 0 0/100% 100%;*/
    background: url("../images/banner.png") no-repeat;
    background-size: 100% 800px;
    /*overflow: hidden;*/
    /*margin-top: 30px;*/
    position: relative;
}
.box .layui-form::after {
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    /*background: url("../images/banner@2x.png") no-repeat;*/
    /*background-size: cover;*/
    /*background-position:center;*/
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.box .layui-form:before{
    content: '';
    display:table;
}
.box {
}
.header-box {
    /*width: 75%;*/
    max-width: 1425px;
    margin: 0 auto;
}

.wrap-body {
    width: 100%;
}

.wrap-body {
    min-height: calc(100vh - 170px);
}

.header {
    height: 60px;
    /*background:#53a1dd;*/
    background: rgba(83, 161, 221, 0.5);
    /*background: -webkit-linear-gradient(to left,#0b90cb, #4fccec,#33b4de, #2aaddb,#17a0d6,#098bc7);*/
    /*background: -o-linear-gradient(to left,#0b90cb, #4fccec,#33b4de, #2aaddb,#17a0d6,#098bc7);*/
    /*background: -ms-linear-gradient(to left,#0b90cb, #4fccec,#33b4de, #2aaddb,#17a0d6,#098bc7);*/
    /*background: -moz-linear-gradient(to left,#0b90cb, #4fccec,#33b4de, #2aaddb,#17a0d6,#098bc7);*/
    /*background:linear-gradient(to left,#2196F3, #03A9F4,#03A9F4, #2aaddb,#03A9F4,#2196F3);*/
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
}

.header-left {
    height: 60px;
    float: left;
    /*width: 300px;*/
    width: 370px;
}

.header-left img {
    height: 60px;
    margin-top: 4px;
    margin-left: 10px;
}

.header-right {
    float: right;
}

.header-right li {
    float: left;
    /*padding: 5px 15px;*/
    margin-top: 20px;
    /*width:10%;*/
    text-align: center;
}

.loginReg li {
    float: left;
    margin-top: 20px;
    text-align: center;
}

.loginReg li:nth-child(2) ul li {
    color: #eee;
    line-height: 36px;
}

.loginReg a {
    color: #eee;
}

.loginReg a:hover {
    color: #fff;
}

.index-link {
    margin-top: 5px;
    font-weight: 500;
    font-size: 15px;
}

.index-link a {
    display: inline-block;
    color: #f5f5f5;
    padding-right: 5px;
    /*font-size: 18px;*/
}

.index-link a:hover {
    color: #fff;
}

.mark {
    display: block;
    position: absolute;
    border-radius: 50%;
    background: #ff9800;
    color: #fff;
    font-size: 13px;
    width: 10px;
    height: 10px;
    text-align: center;
    animation: anim 1.5s linear infinite;
    top: -6px;
    left: 55px;
}

@keyframes anim {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

.header-right a {
    color: #eee;
}

.header-right a:hover {
    color: #fff;
}

.searchBtn {
    display: inline-block;
    width: 29px;
    height: 29px;
    background: url("../images/serachBtn.png") no-repeat;
    margin-top: 20px;
    margin-left: 30px;
    cursor: pointer;
}

.dividing-Line {
    display: inline-block;
    width: 2px;
    height: 29px;
    background: #2e8cda;
    margin: 0 10px;
}

.user-link {
    display: inline-block;
    position: relative;
    top: 2px;
    cursor: pointer;
}

.user-avtor {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #eee url(../images/userImg.png) 2px 0px;
}

.clearfix {
    clear: both;
}

.item-box a {
    color: #0f69ce;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
}

.item-box a:hover {
    color: #1359da;
}

.item-li {
    position: relative;
    height: 40px;
    line-height: 40px;
}

.item-li:hover {
    background: #2e8cda;
}

.item-active {
    background: #2e8cda;
}

.item-li ul {
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 40px;
    background: #90c6ef;
    display: none;
}

.item-li li {
    width: 100%;
    text-align: center;
    margin-top: 0;
    height: 40px;
    border-bottom: 1px dashed #eee;
}

.item-li li a {
    font-size: 14px;
}

.item-li a {
    font-size: 16px;
    display: block;
    padding: 0 10px;
    height: 100%;
}

.item-li a:hover {
    color: #fff;
}

img {
    vertical-align: initial !important;
}

.item-li li:last-child {
    border: none;
}

/*.item-box li:first-child {*/

/*width: 1px;*/

/*height: 60px;*/

/*background: url("../images/itemLine1.png");*/

/*margin-left: 110px;*/

/*margin-top: 30px;*/

/*}*/

.item-box li i {
    display: inline-block;
    /*width: 130px;*/
    width: 60px;
    height: 60px;
    background: url(../images/item.png) no-repeat 0 0/100% 100%;
    margin-top: -26px;
}

.item-box li i:hover {
    background: url("../images/itemActive.png") no-repeat 0 0/100% 100%;
}

.item-box li span {
    position: relative;
    /*top: -33px;*/
}

.icon1 {
    margin-top: -10px !important;
}

.icon1,
.icon3,
.icon5 {
    margin-left: 70px;
}

.icon2,
.icon4,
.icon6 {
    margin-left: 35px;
}

.item-box img {
    position: relative;
    /*top: 28px;*/
    /*left: 26px;*/
    width: 60px;
    height: 60px;
}

.item-box {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
}

.item-box ul {
    /*width: 1090px;*/
    margin: 0 auto;
}

.item-box li {
    width: 180px;
    /* position: absolute; */
    float: left;
    /*margin-top: 100px;*/
}

.item-box li a {
    display: block;
}

.item-box li i {
    display: block;
    width: 110px;
    height: 110px;
    background: url(../images/item.png) no-repeat 0 0/100% 100%;
    margin: 0 auto;
}

.item-box li span {
    /*position: relative;*/
    display: block;
    /* top: -33px; */
    text-align: center;
}

/*.item-box li:first-child{*/

/*top: 100px;*/

/*left: 0;*/

/*}*/

/*.item-box li:nth-child(2){*/

/*left: 17%;*/

/*top: 180px;*/

/*}*/

/*.item-box li:nth-child(3){*/

/*top: 250px;*/

/*left: 34%;*/

/*}*/

/*.item-box li:nth-child(4){*/

/*top: 250px;*/

/*right:34%;*/

/*}*/

/*.item-box li:nth-child(5){*/

/*right: 17%;*/

/*top: 180px;*/

/*}*/

/*.item-box li:last-child{*/

/*top: 100px;*/

/*right: 0;*/

/*}*/

/****************************************** 设置首页wrap-top样式结束 ****************************************/

/****************************************** 设置首页wrap-body样式开始 ****************************************/

.headlines {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ddd;
}

.headlines .title-icon {
    padding: 6px 8px;
    background: #fe6a6a;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #fff;
    letter-spacing: 3px;
    position: relative;
}

.headlines .title {
    color: #656565;
    font-size: 13px;
    margin-left: 15px;
}

.titleIcon {
    width: 60px;
    float: left;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin-top: -30px;
    margin-left: 35px;
    cursor: pointer;
}

.titleIcon img {
    position: relative;
    top: 7px;
    left: 15px;
}

.headlines .ic1 {
    background: #f2c29e;
}

.titleIcon span {
    position: relative;
    top: 20px;
    left: -13px;
}

.headlines .ic2 {
    background: #8ccd87;
}

.headlines .ic3 {
    position: relative;
    background: #8496d1;
}

.headlines .ic1:hover {
    background: #f1be80;
}

.headlines .ic2:hover {
    background: #97cd72;
}

.headlines .ic3:hover {
    background: #7b84d1;
}

.ic3 i {
    display: block;
    width: 15px;
    height: 15px;
    background: #fd7e7e;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    right: 5px;
    animation: anim 1s linear infinite;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 15px;
}

.new-cont .left {
    width: 45%;
}

#box {
    height: 320px;
    position: relative;
    overflow: hidden;
}

#box ul {
    height: 320px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
}

#box li {
    height: 320px;
    float: left;
}

#box ol {
    z-index: 2;
    width: 120px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#box ol li {
    cursor: pointer;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 2px;
    display: inline;
    background: #fff;
    color: #f60;
    line-height: 20px;
    text-align: center;
}

#box ol .active {
    background: #f60;
    color: #fff;
}

.search-tool {
    width: 700px;
    height: 45px;
    margin: 0 auto;
    margin-bottom: 0!important;
    position: relative;
}

.search-tool label {
    height: 100% !important;
    line-height: 28px !important;
}

.search-tool input {
    height: 100% !important;
}

.search-tool button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.new-cont .right {
    width: 55%;
    height: 320px;
    background: url(../images/newItemBg.png) no-repeat 0 0/100% 100%;
    padding: 15px;
}

.new-ItemBg {
    /*padding: 40px;*/
}

.new-ItemBg li {
    /*float: left;*/
    /*width: 90%;*/
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #70afe5;
    font-size: 18px;
    margin-top: 2px;
    border: 2px solid #70afe5;
}

.new-ItemBg a,
.new-ItemBg a:hover {
    display: block;
    color: #fff;
}

.new-ItemBg li:hover {
    background: #49a9c5;
    border: 2px solid #4dc5b4;
}

.new-ItemBg h2 {
    color: #6f8ea6;
    float: right;
    margin-top: 105px;
    font-size: 36px;
    letter-spacing: 3px;
}

.news {
    padding: 20px 0;
    border-bottom: 5px solid #e8f3fb;
}

.news h3 {
    color: #4d4d4d;
    text-align: center;
}

.news small {
    display: block;
    width: 70%;
    margin: 0 auto;
    color: #a3a3a3;
    line-height: 25px;
}

/*.news-list-index {*/
/*    margin-top: 20px;*/
/*}*/

.news-list-index li,
.needs-list li {
    font-size: 14px;
    line-height: 20px;
}

.news-list-index a,
.needs-list a {
    color: #393d49;
    width: 65%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list-index a:hover,
.needs-list a:hover {
    color: #ff5722;
}

.needs-list span.points {
    width: 20px;
    margin-left: 0.25em;
    text-align: center;
    color: unset;
}

.news-list-index span {
    color: #393d49;
}

.social {
    padding: 20px 0 0;
}

.social-box {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.social-box .needs {
    color: #48b8f0;
}

.notice-bg {
    min-height: 400px;
    /*background:url(../images/newItemBg.png) no-repeat 0 0 /100% 100%;*/
}

.needs img {
    position: relative;
    top: 2px;
}

.needs span {
    margin-left: 5px;
    font-weight: 700;
    position: relative;
}

.social-box .more {
    color: #48b8f0;
    font-size: 14px;
}

.needs-title {
    height: 30px;
    line-height: 30px;
    position: relative;
}

.needs-title img {
    position: absolute;
    top: 6px;
}

.needs-title span {
    margin-left: 18px;
}.search-tool button

.news-title {
    color: #48b8f0;
}

/****************************************** 设置首页wrap-body样式结束 ****************************************/

/****************************************** 设置首页wrap-footer样式开始 ****************************************/

.wrap-footer {
    margin-top: 30px;
    padding: 10px 0;
    height: 151px;
    background: url(../images/background_bottom@2x.png) no-repeat 0 0/100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.friendship-link {
    width: 480px;
    margin: 0px auto;
    height: 40px;
    line-height: 39px;
}

.friendship-link li {
    float: left;
}

.friendship-link a {
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
}

.friendship-link span {
    position: relative;
    top: -1px;
    color: #fff;
}

.link-des {
    display: flex;
    justify-content: space-between;
    width: 1440px;
    margin: 0 auto;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.link-des2 {
    display: flex;
    justify-content: center;
    width: 1440px;
    margin: 0 auto;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}
.link-des span {
    padding: 15px;
}
.link-des1 span {
    padding: 0;
}
/*.link-des1 span:not(:last-child) {*/
/*    margin-right: 110px;*/
/*}*/
.link-des img {
    width: 18px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

/****************************************** 设置首页wrap-footer样式结束 ****************************************/

/****************************************** 设置首页login-dialog样式开始 ****************************************/

.login-form {
    position: absolute;
    top: 45px;
    right: 0px;
    width: 300px;
    height: 400px;
    padding: 30px;
    background: rgba(173, 220, 239, 0.8);
    overflow: hidden;
    display: none;
}

.login-form img {
    position: relative;
    top: 55px;
    left: 5px;
}

.login-input {
    margin-top: 20px;
    width: 100%;
    padding-left: 35px;
    height: 35px;
    border: none;
    border: 1px solid #2d8dd7;
    border-radius: 3px;
}

.forget-pad {
    text-align: right;
    padding: 15px 0;
    font-size: 13px;
}

.forget-pad a {
    color: #fff;
}

.login-btn {
    height: 35px;
    width: 100%;
    display: block;
    background: #ff8585;
    text-align: center;
    letter-spacing: 3px;
    line-height: 35px;
    margin-top: 50px;
}

.login-btn:hover {
    background: #ff756b;
}

.register-btn {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
    background: #8ccd87;
    position: absolute;
    bottom: -30px;
    right: -30px;
}

.register-btn span {
    font-size: 13px;
    display: block;
    padding: 2px 0 0 15px;
}

/****************************************** 设置首页login-dialog样式结束 ****************************************/

/****************************************** 设置首页气泡动画开始 ****************************************/

@keyframes anim {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

/****************************************** 设置首页气泡动画结束 ****************************************/

/*新闻中心页面样式*/

.active-li a {
    color: #49b8f0 !important;
}

.tab-cont {
    min-height: 450px;
    display: none;
}

.listContainer a {
    color: #666;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    width: 85%;
    text-overflow: ellipsis;
}

.listContainer li span {
    color: #666;
}

.subjectyes {
    margin: 15px 0;
    display: inline-block;
    width: 150px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #2e8cda;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 5px;
}

.subjectyes:hover {
    background: #2e7eda;
}

.obj-box {
    border: 10px solid #f5f5f5;
    border-top: 0;
    margin-bottom: 10px;
}

.obj-box h2 {
    padding: 5px 15px;
    font-size: 18px;
    color: #666;
    background: #f5f5f5;
}

.obj-box .obj-cont {
    padding: 15px;
}

/*无缝滚动样式*/

.txtMarquee-left {
    width: 100%;
    position: relative;
    display: inline-block;
}

.txtMarquee-left .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0;
}

.txtMarquee-left .hd .prev,
.txtMarquee-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/icoLeft.gif") no-repeat;
}

/*.txtMarquee-left .hd .next{ background:url("images/icoRight.gif") no-repeat;  }*/

.txtMarquee-left .bd {
    padding: 0 10px;
    width: calc(100% - 90px);
    display: inline-block;
}

.txtMarquee-left .bd .tempWrap {
    width: 100% !important;
}

/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */

.txtMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
    height: 24px;
}

.txtMarquee-left .bd ul li {
    float: left;
    margin-right: 20px;
    width: auto !important;
    height: 35px;
    line-height: 35px;
    _display: inline;
    text-align: left;
    font-size: 1.2em;
}

/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */

.txtMarquee-left .bd ul li a {
    color: #393d49;
}

.txtMarquee-left .bd ul li a:hover {
    color: #ff5722;
}

.txtMarquee-left .bd ul li span {
    color: #999;
}

.picMarquee-left {
    width: calc(100% - 120px);
    overflow: hidden;
    position: relative;
}

.picMarquee-left .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}

.picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") no-repeat;
}

.picMarquee-left .hd .next {
    background-position: 0 -50px;
}

.picMarquee-left .hd .prevStop {
    background-position: -60px 0;
}

.picMarquee-left .hd .nextStop {
    background-position: -60px -50px;
}

.picMarquee-left .bd {
    padding: 10px;
}

.picMarquee-left .bd .tempWrap {
    width: 100% !important;
    float: right;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    margin: 0 20px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picMarquee-left .bd ul li .pic {
    text-align: center;
}

.picMarquee-left .bd ul li .pic img {
    width: 50px;
    height: 50px;
    display: block;
    padding: 2px;
}

.picMarquee-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picMarquee-left .bd ul li .title {
    line-height: 24px;
}

/*社科要闻*/

.important_news {
    padding: 30px 0;
}

.important_news p {
    color: #666;
    text-indent: 1.5em;
}

.important_news p a {
    color: #1863ce;
    padding: 5px;
}

/*专家学者*/

.expert {
    margin-bottom: 30px;
}

.expert .scholar {
    color: #666;
    font-size: 18px;
}

.expert .name {
    font-size: 28px;
    color: #333;
    margin-left: 20px;
}

.user-info {
    color: #666;
    line-height: 1.8em;
}

.user-info-btn {
    text-align: right;
    border-bottom: 1px solid #48b8f0;
}

.user-info-btn a {
    display: inline-block;
    padding: 2px 8px;
    background: #48b8f0;
    color: #fff;
}

.user-info-btn a:hover,
.user-info-btn a:active,
.user-info-btn a:link {
    color: #fff;
}

/*智库动态*/

.social-box .img-box {
    height: 110px;
    overflow: hidden;
    margin-bottom: 10px;
}

.social-box .img-box img {
    margin-top: -90px;
    width: 100%;
}

.attachment-a {
    text-overflow: ellipsis;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
}

.oprate-btn-div a {
    min-width: 200px;
}

/*新增注册样式*/

/*注册*/

.user_register {
    width: 400px;
    height: 200px;
    position: absolute;
    top: 50%;
    margin-top: -140px;
    left: 50%;
    margin-left: -200px;
}

.user_register .reg_box {
    display: inline-block;
    width: 150px;
    height: 200px;
    text-align: center;
}

.user_register .reg_box div {
    box-sizing: border-box;
    border: 1px solid #eee;
    width: 150px;
    height: 150px;
    line-height: 150px;
    border-radius: 50%;
    transition-duration: 0.5s;
    margin-bottom: 8px;
}

.user_register .reg_box div:hover {
    transition-duration: 0.5s;
    box-shadow: 0px 4px 5px 0px #666;
}

/*二维码*/

.QRCode {
    position: absolute;
    top: 120px;
    right: 12%;
    width: 110px;
    height: 140px;
}

.QRCode div {
    text-align: center;
    color: #fff;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
}

.QRCode img {
    display: block;
    width: 110px;
    height: 110px;
}

.qr_code_box {
    /*width: 65px;*/
    /*height: 65px;*/
    /*background: #b2def7;*/
    /*background: #ffffff;*/

    position: relative;
    /*top: 50%;*/
    /*margin-top: -40px;*/
    /*right: -100px;*/
    color: #666;
    text-align: center;
    letter-spacing: 3px;
    cursor: pointer;
    /*transition-duration: 0.5s;*/
    /*-webkit-border-radius: 3px;*/
    /*-moz-border-radius: 3px;*/
    /*border-radius: 3px;*/
    /*box-shadow: 0 0 10px 2px #607d8b;*/
}

.qr_code {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr_code i {
    font-size: 60px;
    color: black;
}

.qr_code img {
    margin-top: 15px;
}

.qr_code_box:hover {
    /*background: #fff;*/
    /*box-shadow: 0 0 5px 1px #b2def7;*/
}

.qr_code_box:hover ul {
    display: block;
}

.qr_code_box ul {
    padding: 20px;
    display: none;
    position: absolute;
    left: -250px;
    top: -125px;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    width: 250px;
    background: #fff;
    border-radius: 5px;
}

.qr_code_box li {
    color: #ff9800;
}

.qr_code_box li:nth-child(2) {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.qr_code_box li .attention {
    font-size: 13px;
    height: 100px;
    line-height: 100px;
    position: relative;
    overflow: hidden;
}

.qr_code_box li .attention > span {
    display: inline-block;
    width: 80px;
    text-align: right;
}

.qr_code_box li .attention > img {
    position: absolute;
    top: 0;
    left: -100px;
    width: 100px;
}

.qr_code_box li:hover .attention > span {
    width: 100%;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

.qr_code_box li:hover img {
    left: 0;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}

/*768 和1370 像素之间的屏幕里，中等屏幕，分辨率低的PC*/

@media (min-width: 1000px) and (max-width: 1230px) {
    .header-left {
        width: 250px;
    }

    .header-right .item-li a {
        padding: 0 10px;
    }

    .item-li a {
        font-size: 14px;
    }

    .header-left img {
        margin-top: 8px;
    }
}

@media (min-width: 1024px) and (max-width: 1500px) {
    .QRCode {
        right: 3%;
    }
}

.ie-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
    text-align: center;
    z-index: 100000;
}

.ie-wrapper label {
    font-size: 20px;
    color: #515152;
}

.ie-wrapper label a {
    color: #282828;
    cursor: pointer;
}

.ie-wrapper label a:hover {
    text-decoration: underline;
}


.notice-box .notice > a {
    height: 43px;
    width: 223px;
    margin-bottom: 15px;
}

.double-item-head .label {
    width: 196px;
    height: 49px;
    line-height: 49px;
    padding-left: 20px;
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #0356C1;
    cursor: pointer;
}
.double-item-head .fixed-label {
    /*background: url(../images/title_background@2x.png) no-repeat 0 0/100% 100%;*/
    cursor: pointer;
    font-size: 30px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #3194F0;
    letter-spacing: 3px;
    display: flex;
    align-items: center;
}

.double-item-head a {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #0356C1;
}
.my-table-box .my-table-tool .pagination .prev {
    background: url(../images/left2x.png) no-repeat 0 0/100% 100%;
}
.my-table-box .my-table-tool .pagination .next {
    background: url(../images/right2x.jpg) no-repeat 0 0/100% 100%;
}
.my-table-box .my-table-tool .pagination .prev-active {
    background: url(../images/left2x-active.jpg) no-repeat 0 0/100% 100%;
}
.my-table-box .my-table-tool .pagination .next-active {
    background: url(../images/right2x-active.png) no-repeat 0 0/100% 100%;
}

/*
html {
    filter: grayscale(100%);

    -webkit-filter: grayscale(100%);

    -moz-filter: grayscale(100%);

    -ms-filter: grayscale(100%);

    -o-filter: grayscale(100%);

    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);

    -webkit-filter: grayscale(1);
}*/
