body {
    min-width: 1100px;
}

input,
textarea,
button,
select {
    border: 0;
    outline: none;
    resize: none;
    appearance: none;
    -webkit-appearance: none;
}

.center {
    width: 1100px;
    margin: auto;
}

.white {
    color: white;
}

.top {
    padding: 15px 0;
    height: 100px;
    z-index: 1000;
    position: relative;
}

.top .fr {
    position: relative;
    top: 15px;
}

.top .fr a {
    display: block;
    width: 100%;
}

.top .fr.login span.back {
    display: inline-block;
    width: 90px;
    color: #2a6fcc;
    border: 2px solid #2a6fcc;
    border-radius: 20px;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    height: 32px;
}

.top .fr.login span.back a {
    color: #2a6fcc;
}

.top .fr.logout span {
    display: inline-block;
    width: 90px;
    color: #2a6fcc;
    border: 2px solid #2a6fcc;
    border-radius: 20px;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    height: 32px;
    line-height: 28px;
}

.top .fr.logout a {
    color: #2a6fcc;
}

.top .fr.logout span.active {
    color: white;
    background: #2a6fcc;
}

.top .fr.logout span.active a {
    color: white;
    background: #2a6fcc;
}

.top .fr.login span {
    display: inline-block;
    padding: 5px 10px 5px;
    color: black;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
}

.top .fr.login span.headPic {
    position: relative;
}

.top .fr.login span.headPic::after {
    position: absolute;
    top: 27px;
    right: -10px;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 5px solid #b1b1b1;
}

.top .fr.login {
    top: 0px;
}


/* 
.top .fr.login span.back {
    position: relative;
    top: -15px;
} */

.top .fr.login span img {
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    margin-right: 5px;
}

.top .fr.login span p {
    position: relative;
    top: -12px;
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navbar {
    background-color: #2a6fca;
    height: 70px;
}

.Navigation ul {
    height: 70px;
}

.Navigation ul li {
    position: relative;
    float: left;
    color: white;
    line-height: 70px;
    height: 70px;
    padding: 0 30px;
    cursor: pointer;
}

.Navigation ul li span {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 20px;
    width: 55px;
    height: 5px;
    border-radius: 4px;
    background: #fff;
}


/* .Navigation ul li:first-child span {
    width: 40px;
} */

.Navigation ul li.active span {
    display: block;
}

.banner {
    position: relative;
}

.banner .center p {
    padding: 100px 0 10px;
    font-size: 30px;
}

.banner .center h2 {
    font-size: 50px;
}

.tab-nav {
    height: 50px;
    line-height: 50px;
}

.tab-nav ul li {
    float: left;
    /* padding: 8px; */
    color: #6d7286;
}

.footer {
    height: 270px;
    height: 170px \9;
    background: url("../images/footer_bg.png") no-repeat bottom;
    background-size: 100% 100%;
    padding-top: 65px;
}

.footer .center {
    position: relative;
}

.footer ul li {
    color: white;
}

.footer .tab-nav {
    margin-bottom: 10px;
}

.footer .tab-nav li {
    position: relative;
    float: left;
    color: white;
    padding: 8px 16px;
}

.footer .tab-nav li:first-child {
    padding-left: 0px;
}

.footer .tab-nav li span {
    position: absolute;
    top: 16px;
    left: 0px;
    background: white;
    width: 2px;
    height: 2px;
    border-radius: 100%;
}

.footer .contact li {
    color: #a4a5a8;
    height: 40px;
}

.footer .code {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 240px;
    height: 164px;
    float: right;
}

.footer .code ul li {
    width: 100px;
    text-align: center;
    float: left;
    margin-left: 20px
}

.footer .code ul li img {
    width: 100px;
    height: 100px;
    margin: auto
}

.footer .code ul li p {
    margin-top: 8px;
    font-size: 12px
}


/*院校*/

.college-content {
    padding: 50px 60px;
    background: white;
    min-height: 500px;
    border-radius: 6px;
    margin-bottom: 200px;
}

.college-content ul {
    display: block;
    width: 100%;
}

.college-content ul li {
    float: left;
    width: 16.66%;
    text-align: center;
    margin-bottom: 40px;
}

.college-content ul li span {
    display: block;
    width: 134px;
    margin: auto;
    border: 1px solid #e5e5e5;
}

.college-content ul li span img {
    width: 100%;
}


/*3栏内容*/

.list-content {
    position: relative;
    min-height: 1040px;
    margin-bottom: 100px;
}

.list-content .left {
    margin-right: 330px;
    width: 765px;
    background: white;
    padding: 50px;
    border-radius: 6px;
}

.list-content .right {
    position: absolute;
    right: 0px;
    top: 0px;
    float: right;
    width: 300px;
}

.list-content .right .right-top {
    position: relative;
    width: 100%;
    height: 523px;
    background: url("../images/signup.png") no-repeat;
}

.list-content .right .right-top h3 {
    color: white;
    text-align: center;
    position: relative;
    top: 100px;
    font-size: 18px;
}

.list-content .right .right-bottom {
    height: 460px;
    background: white;
    margin-top: 20px;
    padding: 20px;
}

.signup {
    position: absolute;
    bottom: 50px;
    height: 48px;
    width: 146px;
    border: 2px solid #617ee2;
    border-radius: 24px;
    text-align: center;
    color: white;
    left: 85px;
    line-height: 46px;
    font-size: 18px;
    cursor: pointer;
}

.signup a {
    color: white;
    width: 100%;
    height: 100%;
    display: block;
}

.list-content .right-bottom h3 {}

.list-content .right-bottom ul {
    margin-top: 20px;
}

.list-content .right-bottom ul li {
    position: relative;
    padding-left: 10px;
    line-height: 40px;
}

.list-content .right-bottom ul li span {
    width: 2px;
    height: 2px;
    background: black;
    position: absolute;
    top: 20px;
    left: 0px;
}

.right-bottom .signup {
    background: #2a6fcc;
    border-color: #2a6fcc;
    font-size: 16px;
}

.single-box {
    margin-bottom: 50px;
}

.question-content:hover {
    box-shadow: 1px 3px 1px rgba(204, 204, 204, 0.5)
}

.single-box img {
    display: inline-block;
    margin-right: 10px;
}

.single-box h3 {
    margin-bottom: 10px;
}

.single-box h3 p {
    max-width: 60%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.single-box .tag {
    position: relative;
    top: -5px;
    left: 5px;
}

.single-box span {
    font-size: 12px;
    color: #8d91a0;
}

.single-box .answer {
    position: relative;
    padding-left: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.single-box .answer img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.page {
    width: 100%;
    height: 50px;
    margin-top: 30px;
    text-align: center;
}

.page {
    display: block;
    margin: auto;
}

.page span {
    display: inline-block;
    color: #646464;
    padding: 2px 10px;
    margin: 5px;
    cursor: pointer;
}

.page span.active {
    background: #646464;
    color: white;
}

.explain .right .single-box {
    margin-top: 20px;
    margin-bottom: 20px
}

.explain .right .single-box h3 p {
    max-width: 85%;
}

.explain .right .single-box .answer {
    height: 78px;
    -webkit-line-clamp: 4
}

.explain .right .single-box.second {
    margin-top: 0px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.explain .left ul {
    width: 665px;
    height: 40px;
}

.explain .left ul li {
    position: relative;
    float: left;
    line-height: 40px;
    cursor: pointer;
    padding: 0px 26px 10px 0px;
    font-size: 15px
}

.explain .left ul li:last-child {
    padding-right: 0px
}

.explain .left ul li.active span {
    display: block;
    position: absolute;
    bottom: 0px;
    width: 60px;
    height: 4px;
    background: #2a6fcc;
    border-radius: 2px;
}

.explain-content h3 {
    font-weight: 500;
    margin: 50px 0 20px;
}

.single-box .top {
    padding: 0px;
    position: relative;
    top: -5px;
    color: #fea700;
    font-size: 16px;
    margin-left: -9px
}

.notice .left .single-box p {
    position: relative;
    padding-left: 6px;
}

.notice .left .single-box p span {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background: black;
}


/* 样式二  白色头部和底部 */

.top-box {
    background: url("../images/bg_top.png") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 50px;
    z-index: 100;
    position: relative;
}

.style-two {
    margin-top: 50px;
}

.style-two .footer {
    background-image: url("../images/bg_bottom.png");
}

.style-two .footer .code ul li {
    color: #484848;
}

.style-two .footer .contact li {
    color: #484848;
}

.style-two .footer .tab-nav li span {
    top: 18px;
    left: 2px;
    background: #333;
}

.container-area {
    min-height: 600px;
}

.extra-header {
    position: fixed !important;
    top: 0px;
    z-index: 100000 !important;
    width: 100%;
}

.tjzt_listbg {
    background-color: #fff;
    padding-bottom: 20px
}

.tjzt_list li {
    padding: 20px 0px;
    background-color: #fff;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid rgba(229, 229, 229, 0.5);
}

.tjzt_list .questions_bd {
    width: 540px;
    float: left
}

.tjzt_list .questions_bd h4 {
    font-size: 18px;
    color: #333;
}

.tjzt_list .questions_bd h4 span {
    color: #999;
    margin-left: 20px
}

.tjzt_list .questions_bd p {
    color: #999
}

.tjzt_list .questions_bd p span {
    margin-right: 20px
}

.test_practice {
    padding: 40px;
    background-color: #fff
}

.questions_tit {
    display: block;
    margin-bottom: 20px;
}

.questions_tit h3 {
    font-size: 18px
}

.questions_ft {
    padding: 6px 20px;
    position: relative;
    text-align: right;
    color: #2a6fcc;
    border: 1px solid #2a6fcc;
    border-radius: 50px;
    float: right;
    margin-top: 8px;
}

.questions_xq {
    margin-top: 30px
}

.questions_xq_answer {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-bottom: 20px
}

.test_practice_bottom {
    width: 400px;
    margin: auto;
    padding: 40px
}

.test_practice_subm {
    height: auto;
    overflow: hidden;
    margin-bottom: 20px
}

.test_practice_subm a {
    width: 50%;
    float: left;
    height: 38px;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: center
}

.share-code {
    position: fixed;
    right: 0px;
    bottom: 70px;
    z-index: 99;
}

.share-code .share-box {
    position: relative;
    width: 80px;
    height: 80px;
    padding: 10px;
    cursor: pointer;
}

.share-code .share-box .share-details {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 100px;
    background: #bc02d4;
    z-index: 0;
}

.xfc-right-a {
    position: relative;
    width: 80px;
    height: 80px;
    padding: 10px 5px;
    cursor: pointer;
    border-radius: 10px 0 0 10px;
    margin: 10px 0;
    background: #2a6fca;
}

.xfc-right-a img {
    margin: auto;
    display: block
}

.xfc-right-a p {
    text-align: center;
    color: white;
}

.xfc-right-a p:hover {
    color: white;
}

.share-code .share-box img {
    margin: auto;
    display: block
}

.share-code .share-box .share-details img {
    width: 100%;
    margin: auto
}

.share-code .share-box p {
    text-align: center;
    color: white;
}

.share-code .share-box {
    border-radius: 10px 0 0 10px;
    margin: 10px 0;
}

.share-code .share-box.qq {
    background: #2a6fca;
}

.share-code .share-box.wx {
    background: #2a6fca;
}

.animation-share-opean {
    animation: share-fadin 800ms ease-in-out;
    opacity: 1 !important;
    left: -100px !important;
}

@keyframes share-fadin {
    0% {
        opacity: 0;
        left: -100px;
    }
    100% {
        opacity: 1;
        left: -100px;
    }
}

.csdt_tt {
    padding: 20px 0px;
    height: auto;
    overflow: hidden;
    font-size: 18px
}

.csdt_tt span {
    padding-right: 40px;
    color: #666
}

.csdt_tt span a {
    font-size: 14px
}

.ksjg {
    text-align: center;
    line-height: 38px;
}

.ksjg h3 {
    font-size: 18px;
}

.ksjg h4 {
    font-size: 22px;
    margin: 15px 0px
}

.ksjg p {
    color: #666
}


/* lyy */

.text-detion {
    text-decoration: underline;
}

.blue {
    color: #2a6fca !important;
}

.red {
    color: #ff4747 !important;
}

.curry-bg {
    background-image: url(../images/rigbot-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain
}

.text_one {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.text_two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.clearfix {
    position: relative;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.lyy-bgfff {
    background-color: #fff !important;
}

.picture_list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.elastic_box {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.elastic {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.logomt17.logomt17 {
    display: inline-block;
    margin-top: -5px
}

.saerch-top {
    border: 1px solid #e5e5e5;
    display: block;
    float: left;
    margin-right: 20px;
    border-radius: 20px;
    padding: 5px 10px;
}

.saerch-top img {
    width: 14px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.saerch-top input {
    display: inline-block;
    vertical-align: middle;
}

.saerch-top em {
    background: #e9f0fa;
    color: #2a6fca;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}


/* foot */

.foot-img {
    margin-right: 15px;
}

.foot-img img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 18px;
}


/* .foot-img img:last-child {
    width: 140px;
} */

.lyy-footer {
    font-size: 14px;
    color: #999;
    padding: 20px 0;
    background-color: #f7f7f7;
    margin-top: 50px;
}

.lyy-footer .center {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.lyy-footer li,
.lyy-footer li a {
    display: inline-block;
    vertical-align: middle;
}

.lyy-footer ul {
    display: inline-block;
    vertical-align: middle;
}

.lyy-footer li span {
    width: 1px;
    height: 10px;
    background-color: #666;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.lyy-footer a {
    color: #666;
}

.lyy-footer p {
    margin-top: 10px;
}


/* 组织机构 */

.curry-content {
    padding: 40px 40px;
    background: white;
    min-height: 500px;
    border-radius: 6px;
    margin: 80px auto auto;
}

.min-height {
    min-height: 500px;
}

.con-top {
    margin-bottom: 40px;
}

.con-left {
    font-size: 28px;
}

.con-right {
    color: #666;
    font-size: 14px;
    text-align: right;
    margin-left: 10px;
}

.con-right a:last-child {
    color: #999;
}

.cont-cont h2 {
    font-size: 18px;
    margin-bottom: 30px;
}

.cont-ul li {
    margin-bottom: 30px;
    float: left;
    margin-right: 30px;
    position: relative;
}

.cont-ul li img {
    width: 320px;
    height: 230px;
}

.cont-ul-zzjg li img {
    height: 95px !important;
}

.cont-ul li:nth-child(3n+0) {
    margin-right: 0
}

.cont-span {
    margin-top: 10px;
}

.mt10 {
    margin-top: 10px;
}

.fize13 {
    font-size: 13px;
}

.fize14 {
    font-size: 14px;
}

.fize16 {
    font-size: 16px;
}

.cont-span span {
    margin-right: 10px;
    font-size: 14px;
    color: #666;
}

.cont-select-box {
    margin-bottom: 30px;
}

.cont-select {
    margin-right: 30px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    border-radius: 30px;
}

.cont-select select {
    border-radius: 30px;
}

.cont-text {
    color: #666;
    font-size: 16px;
}

.cont-text img {
    margin: 10px auto;
    width: 100%;
}

.bor-img8 {
    border-radius: 8px;
}

.pagination {
    text-align: center;
    margin-top: 30px;
}

.pagination a {
    font-size: 12px;
    display: inline-block;
    margin: 0 10px 10px;
    line-height: 32px;
    padding: 0 13px;
    background-color: #fff;
    color: #666666;
    border-radius: 4px;
}

.pagination a:first-child,
.pagination a:last-child {
    background-color: #f3f3f3;
}

.pagination a.active {
    background-color: #149c7c;
    color: #fff;
}


/* 新闻资讯 */

.xwzx-ul {
    margin-bottom: 30px
}

.xwzx-ul a {
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
}

.xwzx-ul li:first-child a {
    padding-top: 0px;
}

.xwzx-img img {
    width: 320px;
    height: 180px;
    border-radius: 8px;
    margin-right: 30px;
}

.xwzx-rihgt {
    position: relative;
    font-size: 14px;
    color: #999;
    height: 180px;
}

.xwzx-rihgt h2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.xwzx-rihgt span {
    position: absolute;
    bottom: 5px;
    left: 0;
}

.xwxq-span {
    display: block;
    margin-top: 10px;
    color: #666;
    font-size: 14px;
}

.xwzx-xqtm {
    margin-top: 20px;
    background-color: #f8f8f8;
    padding: 10px 20px;
}

.xwzx-xqtm a {
    display: block;
    margin: 10px 0;
    color: #666;
}

.xwzx-xqtm span {
    color: #333;
}


/* 赛事通告 */

.sstg-ul a {
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 0;
}

.sstg-ul a h2 {
    color: #333;
    font-size: 16px;
}

.sstg-ul span {
    color: #999;
    font-size: 14px;
    margin-left: 10px;
}

.sstg-ul li:first-child a {
    border-bottom: 1px solid #f0f0f0;
    padding: 30px 0;
}

.sstg-em {
    width: 2px;
    height: 2px;
    background-color: #333;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.download {
    color: #2776ed !important;
    border: 1px solid #2776ed;
    font-size: 14px;
    padding: 5px 20px;
    border-radius: 2px;
}

.yxz-span {
    color: #999;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}


/* 在线留言 */

.zxly-ul {
    width: 680px;
    margin: auto;
}

.zxly-ul li {
    background-color: #f7f7f7;
    border-radius: 8px;
    padding: 20px 30px;
    /* font-size: 16px; */
    color: #5d6472;
    margin-bottom: 30px;
}

.zxly-ul li span {
    width: 100px;
    font-size: 16px;
}

.zxly-ul li input {
    background-color: initial;
    font-size: 16px;
}

.yzm-img {
    /* width: 98px; */
    height: 21px;
}

.zxly-ul li textarea {
    background-color: initial;
    width: 100%;
    margin-top: 20px;
}

.mt60 {
    margin-top: 60px !important
}

.btn-380 {
    width: 380px;
    margin: auto;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 40px;
    line-height: 60px;
    font-size: 18px;
    background-image: -moz-linear-gradient(0deg, rgb(54, 213, 243) 0%, rgb(36, 121, 250) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(54, 213, 243) 0%, rgb(36, 121, 250) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(54, 213, 243) 0%, rgb(36, 121, 250) 100%);
}


/* 联系我们 */

.lxwm-ul li {
    margin-bottom: 30px
}

.lxwm-ul li img {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    margin-right: 10px;
}

.lxwm-ul li span {
    display: inline-block;
    vertical-align: middle;
    color: #666666;
    font-size: 18px;
}

.lxwm-bot {
    color: #666;
    font-size: 16px;
}

.lxwm-bot img {
    margin: auto;
    width: 100%;
}


/* 网站地图 */

.mt0 {
    margin-top: 0 !important
}

.wzdt-ul li {
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
}

.wzdt-ul li:first-child {
    border-top: 2px solid #2a6fca;
}

.wzdt-left {
    background-color: #f5f5f5;
    color: #666666;
    width: 100px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    padding: 15px 0;
    margin-right: 20px;
}

.wzdt-right {
    color: #333;
    padding: 15px 0;
}

.wzdt-right span {
    margin-right: 20px;
}

.wzdt-right span:last-child {
    margin-right: 0;
}


/* 活动介绍 */

.hdjs-box {
    margin-bottom: 30px;
}

.hdjs-box p {
    line-height: 24px;
    font-size: 16px;
}

.hdjs-box h2 {
    position: relative;
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    padding-left: 20px
}

.hdjs-box h2::after {
    position: absolute;
    left: 0;
    top: 5px;
    content: " ";
    display: inline-block;
    height: 20px;
    width: 6px;
    border-radius: 4px;
    background-image: -moz-linear-gradient(90deg, rgb(54, 213, 243) 0%, rgb(36, 121, 250) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(54, 213, 243) 0%, rgb(36, 121, 250) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(54, 213, 243) 0%, rgb(36, 121, 250) 100%);
}

.hdjs-ul li {
    margin-bottom: 10px;
}

.hdjs-ul li span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #2a6fca;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
}


/* 赛事风云 */

.ssfy-ui li {
    display: inline-block;
    margin-right: 20px;
}

.ssfy-ui li span {
    padding-bottom: 10px;
    display: inline-block;
}

.ssfy-ui li.active span {
    color: #2a6fcc;
}

.ssfy-ui li.active em {
    border-radius: 4px;
    width: 40px;
    height: 2px;
    display: block;
    margin: auto;
    background-image: -moz-linear-gradient(0deg, rgb(54, 213, 243) 0%, rgb(36, 121, 250) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(54, 213, 243) 0%, rgb(36, 121, 250) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(54, 213, 243) 0%, rgb(36, 121, 250) 100%);
}


/* 竞赛状态 */

.jszt-ul li {
    padding: 30px 0;
    border-bottom: 1px solid #f0f0f0;
}

.jszt-ul li img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

.jszt-ul li a {
    font-size: 18px;
    display: block;
}


/* 竞赛状态 2课程*/

.jszt-jdtop {
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.jszt-jdtop li {
    width: 235px;
    float: left;
    margin-right: 20px;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.jszt-jdtop li:last-child {
    width: 215px;
    margin-right: 0;
}

.kec-left {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 15px;
}

.kec-left img {
    width: 40px;
    height: 40px;
    margin: 20px auto;
}

.kec-center {
    margin-top: 10px;
}

.kec-center a {
    color: #666;
    font-size: 15px;
    display: block;
}

.kec-center h2 {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}

.jszt-jdtop li.active .kec-center h2 span {
    font-size: 14px;
    color: #2a6fca;
    margin-left: 10px;
}

.jszt-jdtop li.active .kec-center a {
    color: #2a6fca;
}

.width28 {
    width: 28px;
    height: 28px;
    margin-left: 5px;
    margin-top: 26px;
}

.jszt-kcul li {
    margin-bottom: 30px;
    float: left;
    margin-right: 30px;
}

.jszt-kcul li a {
    width: 320px;
    padding: 20px;
    overflow: hidden;
    background-color: #f6f6f6;
    display: block;
    border-radius: 10px;
    height: 175px;
}

.jszt-kcul li a h6 {
    font-size: 16px;
    color: #999;
    margin-bottom: 10px;
}

.jszt-kcul li a p {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.jszt-kcul li:nth-child(3n+0) {
    margin-right: 0;
}


/* 登录 */

.banner_login {
    height: 700px;
    background-color: #326ec5;
}

.login_box {
    padding: 80px 0;
    margin: auto;
    width: 1100px
}

.login_left img {
    width: 530px;
    height: 506px;
}

.login_right {
    width: 440px;
    height: 440px;
    padding: 50px;
    background-color: #fff;
    border-radius: 6px;
}

.login-ul {
    margin-bottom: 30px;
}

.login-ul li {
    font-size: 18px;
    border-right: 1px solid #e5e5e5;
    color: #333;
    display: inline-block;
    padding-right: 20px;
}

.login-ul li.active a {
    color: #2a6fcc;
}

.login-ul li:last-child {
    padding-right: 0px;
    padding-left: 20px;
    border-right: 0;
}

.login-bot-ul li {
    background-color: #f7f7f7;
    border-radius: 8px;
    padding: 15px 20px;
    color: #5d6472;
    margin-bottom: 20px;
}

.login-bot-ul li span {
    width: 80px;
    font-size: 16px;
}

.login-bot-ul li input {
    background-color: initial;
    font-size: 16px;
}

.login-wjmm {
    font-size: 14px;
    display: block;
    text-align: right;
    color: #9197a0;
}

.login-zc {
    font-size: 14px;
    display: block;
    text-align: center;
    color: #333;
}

.login-dl {
    width: 100%;
    margin: auto;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    line-height: 50px;
    font-size: 18px;
    margin: 30px 0;
    background-image: -moz-linear-gradient(0deg, rgb(54, 213, 243) 0%, rgb(36, 121, 250) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(54, 213, 243) 0%, rgb(36, 121, 250) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(54, 213, 243) 0%, rgb(36, 121, 250) 100%);
}


/* 忘记密码 */

.ptb60 {
    padding: 60px 0;
}

.yyzh-dl {
    position: absolute;
    right: 50px;
    top: 0px;
    font-size: 15px;
    color: #333;
}

.wjmm-ul {
    width: 380px;
    margin: auto;
}

.wjmm-ul li {
    background-color: #f7f7f7;
    border-radius: 8px;
    border-radius: 8px;
    padding: 15px 20px;
    color: #5d6472;
    margin-bottom: 30px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.wjmm-ul li span {
    width: 85px;
    font-size: 16px;
}

.wjmm-ul li input {
    background-color: initial;
    font-size: 16px;
}

.wjmm-ul li select {
    width: 100%;
    background-color: initial;
}

.wjmm-zc {
    color: #9197a0;
    line-height: 30px;
    font-size: 15px;
    height: 30px;
    display: block;
}

.wjmm-btn {
    width: 380px;
    margin: auto;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 40px;
    line-height: 50px;
    font-size: 18px;
    background-image: -moz-linear-gradient(0deg, rgb(54, 213, 243) 0%, rgb(36, 121, 250) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(54, 213, 243) 0%, rgb(36, 121, 250) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(54, 213, 243) 0%, rgb(36, 121, 250) 100%);
}


/* 注册 */

.zhuce-top {
    text-align: center;
    color: #666a70;
    font-size: 15px;
    margin: auto;
    margin-bottom: 40px;
}

.zhuce-top p {
    margin-top: 10px;
}

.zhuce-top .tx-img {
    width: 120px;
    height: 120px;
    margin: auto;
    position: relative;
}

.zhuce-top img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.zhuce-top input {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
}

.pb0 {
    padding-bottom: 0 !important;
}

.zhuce-box {
    width: 800px;
    margin: auto;
}

.zhuce-box ul:first-child {
    margin-right: 20px;
}


/* 作品管理 */

.zpgl-ul {
    background-color: #f8f8f8;
    font-size: 16px;
    color: #333;
    padding: 40px 40px 20px;
    position: relative;
    margin-bottom: 40px;
}

.zpgl-ul-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 67px;
}

.zpgl-ul li {
    margin-bottom: 20px;
}

.zpgl-ul li span {
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    margin-right: 20px;
}

.zpgl-ul li p {
    display: inline-block;
    vertical-align: middle;
}

.zpgl-ul li .wendang {
    text-decoration: underline;
    color: #2a6fcc;
}

.zpgl-btn {
    text-align: right;
    justify-content: flex-end;
    width: 100%;
}

.zpgl-btn a {
    width: 150px;
    display: inline-block;
    font-size: 16px;
    color: #333;
    border: 1px solid #e5e5e5;
    height: 44px;
    line-height: 44px;
    background-color: #fff;
    text-align: center;
    border-radius: 30px;
}

.zpgl-btn a.active {
    color: #fff;
    border: initial;
    background-image: -moz-linear-gradient(0deg, rgb(54, 213, 243) 0%, rgb(36, 121, 250) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(54, 213, 243) 0%, rgb(36, 121, 250) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(54, 213, 243) 0%, rgb(36, 121, 250) 100%);
}


/* 头部弹窗样式 */

.tc-csslyy {
    position: absolute;
    top: 58px;
    right: 0px;
    width: 200px;
    z-index: 9999;
    visibility: hidden;
}


/* 修改密码 */

.xgmm-h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 40px;
}

.width80 {
    width: 280px !important;
}

.xgmm-ul {
    width: 440px !important;
}

.xgmm-ul li span {
    width: 150px !important;
}

.xgmm-ul li select {
    width: 66%;
}


/* 立即报名 */

.scword-box {
    background-color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 8px;
    position: relative;
    text-align: center;
    padding: 5px;
}

.scword-box img {
    width: 30px;
    height: 30px;
    margin: 20px auto 10px;
}

.weui-uploader__input {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.align-start {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    align-items: flex-start;
}


/* 评审要求 */

.psyq-text {
    line-height: 24px;
    color: #333;
}


/* 评审状态 */

.pszt-bot {
    background-color: #f3f3f3;
    padding: 40px;
    border-radius: 4px;
    margin-top: 40px;
}

.pszt-bot p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
}

.pszt-top {
    margin: 20px 0;
    font-size: 16px;
}

.pszt-top span {
    margin-right: 30px;
}

.zpgl-cont li {
    border-bottom: 1px solid #eeeeee;
    padding: 30px 0;
    color: #666666;
    font-size: 15px;
    text-align: center;
}

.zpgl-cont li:first-child {
    color: #333;
    font-size: 18px;
}

.zpgl-cont li span {
    width: 25%;
}

.zpgl-cont li a {
    width: 25%;
}


/* 评审作品详情 */

.pszp-liebiao-ul li {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
}

.pszp-liebiao-ul li span {
    width: 100px;
    margin-right: 20px;
}

.pszp-liebiao-ul li a {
    color: #2a6fcc;
    text-decoration: underline;
}

.pszp-textarea {
    background-color: #f8f8f8;
    border-radius: 4px;
    padding: 20px;
    width: 100%;
}

.width_20 {
    width: 20%;
}

.pszpxq-ul {
    margin-bottom: 50px;
}

.pszpxq-ul li {
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
}

.pszp-list {
    margin-top: 20px;
}

.pszp-align-left {
    text-align: left;
    height: initial;
}

.pszp-gx {
    margin-right: 40px;
    font-size: 15px;
}


/* 首页index 赛事说明*/

.ptb50 {
    padding: 50px 0;
}

.bgcolfff {
    background-color: #fff;
}

.bgcolf9f {
    background-color: #f9f9f9;
}

.index-list {
    padding: 50px 0;
}

.index-h2 {
    font-size: 28px;
    color: #333;
    position: relative;
    text-align: center;
    line-height: 60px;
}

.index-h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 2px;
    background-image: -moz-linear-gradient(0deg, rgb(54, 213, 243) 0%, rgb(36, 121, 250) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(54, 213, 243) 0%, rgb(36, 121, 250) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(54, 213, 243) 0%, rgb(36, 121, 250) 100%);
}

.mt40 {
    margin-top: 40px;
}

.sssm-left {
    width: 440px;
}

.sssm-left-ul li {
    width: 140px;
    height: 140px;
    border-radius: 4px;
    background-color: #f7f7f7;
    color: #333;
    text-align: center;
    font-size: 15px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sssm-left-ul li:nth-child(3n+0) {
    margin-right: 0;
}

.sssm-left-ul li img {
    width: 38px;
    margin: 30px auto 20px;
}

.sssm-right {
    width: 610px;
    color: #666;
    font-size: 15px;
    line-height: 24px;
}

.sssm-right h6 {
    color: #333;
    font-size: 18px;
    margin-bottom: 20px;
}


/*首页 参赛流程 */

.cslc_text {
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.cslc_ul {
    margin: 50px auto;
    height: auto;
    overflow: hidden;
}

.cslc_ul li {
    width: 197px;
    height: 220px;
    background-color: #fff;
    border-radius: 6px;
    font-size: 15px;
    color: #666;
    text-align: center;
    float: left;
}

.cslc_ul .left {
    margin: 96px 38px;
    float: left;
}

.cslc_ul img {
    margin: auto
}

.cslc_ul li img {
    width: 86px;
    height: 86px;
    margin: 20px auto;
}

.cslc_ul li h6 {
    font-size: 18px;
    margin-top: 10px;
}

.sslc-botbg {
    background-image: url(../images/sslc-bot.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}

.zpzs-bg {
    background-image: url(../images/zpzs-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
}

.zpzs-tj {
    text-align: center;
    margin-bottom: 40px;
}

.zpzs-tj select {
    border: 1px solid #e5e5e5;
    border-radius: 40px;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    padding: 5px 15px;
    margin: 0 10px;
}

.indx-zpzs {
    margin: 30px auto;
}

.indx-zpzs li {
    width: 266px;
    float: left;
    margin-right: 12px;
}

.indx-zpzs li:last-child {
    margin-right: 0px;
}

.indx-zpzs li img {
    width: 100%;
    height: 192px;
    object-fit: cover
}

.indx-ssfy-btn {
    border: 1px solid #2a6fca;
    color: #2a6fca;
    font-size: 16px;
    line-height: 38px;
    border-radius: 40px;
    display: block;
    width: 110px;
    margin: auto;
    text-align: center;
}

.indx-danwei-ul li {
    width: 366px;
    float: left;
    color: #333;
}

.indx-danwei-ul li h2 {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

.indx-danwei-p p {
    font-size: 16px;
    position: relative;
    line-height: 30px;
    text-indent: 10px;
}

.indx-danwei-p p:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    top: 14px;
    left: 0;
}

.indx-danwei-p img {
    height: 36px;
    width: auto;
    display: inline-block;
    margin-right: 20px;
}

.indx-danwei-p img:last-child {
    margin-right: 0;
}

.indx-zzs p {
    color: #666;
    font-size: 15px;
    line-height: 24px;
}

.ewm-div {
    margin-left: 20px;
    display: inline-block;
}

.ewm-div img {
    width: 130px;
    height: 130px;
    display: block;
}

.ewm-div p {
    text-align: center;
    color: #666666;
    font-size: 15px;
    margin-top: 5px;
}

.indx-lxwm {
    margin-bottom: 10px;
}

.indx-lxwm img {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.indx-lxwm span {
    color: #666666;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}

.lxwmindx-box li:first-child {
    width: 400px;
}

.lxwmindx-box li:last-child {
    width: auto;
}

.indx-ljbm {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    width: 240px;
    margin: auto;
    z-index: 99999;
}

.indx-ljbm a {
    width: 100%;
    margin: auto;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 80px;
    line-height: 50px;
    font-size: 18px;
    margin: 30px 0;
    background-image: -moz-linear-gradient(0deg, rgb(54, 213, 243) 0%, rgb(36, 121, 250) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(54, 213, 243) 0%, rgb(36, 121, 250) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(54, 213, 243) 0%, rgb(36, 121, 250) 100%);
}

.saishi-indx .fl {
    width: 530px;
}

.saishi-top {
    margin-bottom: 20px;
}

.saishi-ul li {
    display: inline-block;
    margin-right: 20px;
}

.saishi-ul li a {
    color: #333;
    font-size: 18px;
}

.saishi-ul li span {
    margin-bottom: 10px;
    display: inline-block;
}

.saishi-ul li.active span {
    color: #2a6fcc;
}

.saishi-ul li.active em {
    border-radius: 4px;
    width: 40px;
    height: 2px;
    display: block;
    margin: auto;
    background-image: -moz-linear-gradient(0deg, rgb(54, 213, 243) 0%, rgb(36, 121, 250) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(54, 213, 243) 0%, rgb(36, 121, 250) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(54, 213, 243) 0%, rgb(36, 121, 250) 100%);
}

.saishi-bot li {
    margin-bottom: 25px;
}

.saishi-bot li:last-child {
    margin-bottom: 0px;
}

.saishi-bot li a {
    font-size: 14px;
}

.saishi-bot li a em {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #2a6fca;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.saishi-bot li a span {
    margin-left: 50px;
    color: #999;
}

.saishi-frimg {
    width: 530px;
}

.saishi-frimg img {
    width: 530px;
    height: 330px;
    margin: auto;
}


/* 首页banner */


/*index-banner*/

.www51buycom {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    clear: both
}

.www51buycom .num_a {
    overflow: hidden;
    height: 14px;
    position: absolute;
    bottom: 70px;
    left: 48%;
    zoom: 1;
    z-index: 3
}

.www51buycom .num_a li {
    width: 14px;
    height: 14px;
    font-size: 0px;
    line-height: 14px;
    text-align: center;
    font-weight: 400;
    font-family: "΢���ź�", Arial;
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.5);
    margin-right: 10px;
    border-radius: 50%;
    cursor: pointer;
    float: left;
}

.www51buycom ul li img {
    display: block;
}

.www51buycom .num_a li.on {
    background-color: rgba(0, 0, 0, 0.5);
}

.www51buycom .prev,
.www51buycom .next {
    display: none;
    width: 40px;
    height: 100px;
    background: url(../pcimages/btn.png) no-repeat;
    position: absolute;
    top: 115px;
}

.www51buycom .prev {
    left: 0;
}

.www51buycom .next {
    right: 0;
    background-position: right
}

.small_adv_cont {
    position: absolute;
    right: 0;
    top: 0;
    width: 240px;
    height: 440px;
    overflow: hidden;
    margin: auto;
}

.small_adv_cont .center {
    position: relative;
}

.small_adv_cont .small_adv {
    position: absolute;
    top: 39px;
    right: 0;
    width: 240px;
    height: 402px;
    opacity: .95;
}

.small_adv_cont .small_adv li {
    height: 440px;
}

.small_adv_cont .small_adv li a {
    display: block;
    width: 240px;
    height: 200px;
    margin-bottom: 1px;
}

.small_adv_cont .small_adv li a img {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: transform .2s;
}

.small_adv_cont .small_adv li a img:hover {
    -webkit-transition: translateX(-5px);
    -moz-transition: translateX(-5px);
    -ms-transition: translateX(-5px);
    -o-transition: translateX(-5px);
    transform: translateX(-5px);
}


/* 赛事通知 */

.indx-sstz-box {
    padding: 10px 0;
}

.indx-sstz-img {
    height: 17px;
    margin-right: 30px;
}

.indx-sstz-box .tongzhi span {
    display: block;
    margin-left: 30px;
    vertical-align: middle;
}

.xjl_block {
    display: none
}

.xjl_none {
    display: block
}

.banner_ny {
    height: 590px;
}

@media screen and (min-device-width: 320px) and (max-device-width:640px) {
    .top,
    .navbar,
    .www51buycom {
        display: none
    }
    .center {
        padding: 0px 10px;
    }
    .center,
    body {
        width: 100%;
        min-width: 100%;
    }
    .logo_block {
        padding: 10px 0px;
    }
    .xjl_block {
        display: block;
    }
    .xjl_none {
        display: none
    }
    .logo_fl {
        width: 24px;
        margin-left: 10px
    }
    .header {
        position: fixed;
        left: 0px;
        top: 0px;
        background-color: #fff;
        z-index: 999;
    }
    .headerBody {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
    .headerBody a .logo {
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        margin-top: 2px;
    }
    .app_top64 {
        margin-top: 50px
    }
    .box_swipe {
        overflow: hidden;
        position: relative;
        width: 100%
    }
    .box_swipe ul {
        -webkit-padding-start: 0px;
    }
    .box_swipe>ol {
        height: 20px;
        position: relative;
        z-index: 10;
        margin-top: -25px;
        text-align: center;
    }
    .box_swipe>ol>li {
        display: inline-block;
        margin: 5px 0;
        width: 20px;
        height: 2px;
        background-color: #fff;
        border-radius: 10px;
    }
    .box_swipe>ol>li.on {
        background-color: #2a6fca;
    }
    .tongzhi .text_one {
        height: 40px;
    }
    .ptb50 {
        padding: 20px 0px;
    }
    .cslc_ul li img {
        width: 60px;
        height: 60px;
    }
    .sssm-left,
    .sssm-right {
        width: 100%
    }
    .sssm-left-ul li {
        width: 31.33%;
        height: 88px;
    }
    .sssm-left-ul li img {
        margin: 15px auto;
        width: 24px
    }
    .sssm-left-ul li p {
        font-size: 12px
    }
    .sssm-right {
        display: none
    }
    .xfc-right-a {
        width: 62px;
        height: 60px;
    }
    .xfc-right-a img,
    .share-code .share-box img {
        width: 20px;
        display: block
    }
    .share-code .share-box {
        width: 62px;
        height: 60px;
    }
    .xfc-right-a p,
    .share-code .share-box p {
        font-size: 12px
    }
    .cslc_text {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .cslc_ul {
        display: -webkit-box;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
        -ms-scroll-chaining: chained;
        -webkit-transform: translateZ(0);
        margin: 20px auto
    }
    .cslc_ul li,
    .cslc_ul .left {
        float: none;
    }
    .cslc_ul li {
        width: 160px;
        height: 168px;
        font-size: 12px
    }
    .cslc_ul li h6 {
        font-size: 14px
    }
    .cslc_ul .left {
        margin: 66px 10px
    }
    .mt40 {
        margin-top: 10px
    }
    .saishi-indx .fl,
    .saishi-indx .fr {
        width: 100%
    }
    .saishi-indx .fl .saishi-top {
        margin-top: 0px;
        margin-bottom: 10px
    }
    .saishi-indx .fl .saishi-ul .fr,
    .saishi-indx .fr .saishi-ul .fr {
        width: auto
    }
    .saishi-top {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .saishi-ul li span {
        color: #2a6fcc;
    }
    .saishi-frimg,
    .saishi-frimg img {
        width: 100%;
        height: auto;
    }
    .zpzs-tj {
        margin-bottom: 20px;
        margin-top: 20px
    }
    .indx-zpzs {
        margin: 10px auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap
    }
    .indx-zpzs li img {
        height: 120px;
    }
    .indx-zpzs li {
        width: 48%;
        margin-bottom: 20px
    }
    .indx-zpzs li:nth-child(2),
    .indx-zpzs li:nth-child(4) {
        margin-right: 0px
    }
    .indx-danwei-ul li {
        width: 100%;
        margin-bottom: 20px
    }
    .sstg-ul a {
        padding: 20px 0px;
    }
    .lyy-footer {
        margin-top: 0px
    }
    .lxwmindx-box {
        display: none
    }
    .lxwmindx-box li:first-child {
        width: 100%
    }
    .lyy-footer .foot-img,
    .lyy-footer .fl ul {
        display: none
    }
    .lyy-footer p {
        margin-top: 0px;
        text-align: center;
        font-size: 12px
    }
    .saishi-bot li:nth-child(5),
    .saishi-bot li:nth-child(6),
    .saishi-bot li:nth-child(7),
    .saishi-bot li:nth-child(8) {
        display: none
    }
    .xjl_zcc {
        background-color: rgba(51, 51, 51, 0.9);
        width: 120px;
        z-index: 9999;
        position: absolute;
        right: 0px;
        top: 50px
    }
    .xjl_zcc a {
        color: #fff;
        display: block;
        border-bottom: 1px solid rgba(153, 153, 153, 0.5);
        padding: 10px 20px
    }
    .index-h2 {
        font-size: 22px
    }
    .banner_ny {
        background-size: 160%;
        height: 140px;
        margin-top: 50px
    }
    .jszt-ul li {
        padding: 20px 0;
    }
    .jszt-ul li img {
        width: 30px;
        height: 30px;
    }
    .curry-content {
        margin-top: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        min-height: auto;
    }
    .con-top {
        margin-bottom: 20px
    }
    .xwzx-ul {
        margin-bottom: 0px
    }
    .xgmm-ul {
        width: 100% !important
    }
    .xwzx-img img {
        width: 140px;
        height: 100px;
        margin-right: 10px
    }
    .xwzx-rihgt {
        height: 100px;
    }
    .min-height {
        min-height: auto;
    }
    .con-right {
        display: none
    }
    .xwzx-xqtm a {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
    }
    .cont-select {
        margin-right: 0px;
        padding-left: 15px;
        padding-right: 15px
    }
    .cont-ul li {
        margin-right: 0px;
        float: none;
    }
    .cont-ul li img {
        width: 100%;
        height: 160px;
        object-fit: cover
    }
    .login-dl {
        margin-bottom: 10px;
        margin-top: 10px
    }
    .jszt-jdtop {
        display: -webkit-box;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
        -ms-scroll-chaining: chained;
        -webkit-transform: translateZ(0);
    }
    .login-bot-ul li input {
        min-width: 120px
    }
    .jszt-jdtop li {
        float: none;
    }
    .jszt-kcul li {
        float: none;
        margin-right: 0px
    }
    .jszt-kcul li a {
        width: 100%;
        height: auto;
    }
    .zxly-ul {
        width: 100%
    }
    .btn-380 {
        width: 280px
    }
    .lxwm-ul li span {
        display: inline
    }
    .login_left img {
        width: 100%
    }
    .login_right {
        width: 100%;
        padding: 20px;
        height: auto;
    }
    .login_left {
        display: none
    }
    .banner_login {
        height: 88vh;
    }
    .banner_login h2.xjl_block {
        color: #fff;
        text-align: center;
        padding-top: 40px;
        font-size: 18px;
        padding-bottom: 20px
    }
    .login_box {
        padding: 20px;
        width: 100%
    }
    .container-area-left {
        width: 100%;
        float: none;
        min-height: auto;
        margin-top: 50px
    }
    .container-area-right {
        margin-left: 0px
    }
    .wjmm-ul {
        width: 100%
    }
    .wjmm-ul li span {
        width: 98px
    }
    .zpgl-box .ptb60 {
        padding: 0px;
    }
    .pszt-top {
        margin: 0px 0;
        font-size: 14px
    }
    .pszt-top span {
        width: 48%;
        display: inline-block;
        margin-right: 0px;
        margin-bottom: 10px
    }
    .wjmm-btn {
        width: 88%;
        margin: 0px auto
    }
    .pszp-list {
        flex-wrap: wrap
    }
    .width_20 {
        width: 33.33%;
        margin-bottom: 10px
    }
    .kec-center h2 {
        margin-bottom: 6px
    }
    .width28 {
        margin-top: 18px
    }
    .kec-left {
        width: 60px;
        height: 60px;
    }
    .kec-left img {
        width: 30px;
        height: 30px;
        margin: 14px auto
    }
    .zpgl-ul {
        padding: 20px;
    }
    .con-left {
        font-size: 22px
    }
    .yyzh-dl {
        right: 10px;
    }
    .zhuce-box {
        width: 100%
    }
    .wjmm-ul li,
    .wjmm-zc {
        margin-left: 10px;
        margin-right: 10px
    }
    .wjmm-ul li .blue,
    .yzm-img {
        position: absolute;
        right: 15px;
    }
    .wjmm-ul li select {
        width: 73%;
    }
    .personal-card {
        background-color: #257cfa;
    }
    .avatar-text-right {
        color: #fff
    }
    .personal-menu .menu-list .current i {
        display: none
    }
    .menu-list {
        display: -webkit-box;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
        -ms-scroll-chaining: chained;
        -webkit-transform: translateZ(0);
    }
    .xgmm-h2 {
        margin-bottom: 20px;
        font-size: 16px
    }
    .zpgl-cont li {
        padding: 20px 0;
    }
    .zpgl-cont li span,
    .zpgl-cont li a {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .indx-danwei-p img {
        height: 26px;
    }
    .cont-ul.cont-ul-zzjg li img {
        width: 75%;
        height: 78px !important;
        object-fit: contain
    }
}

.jyq-imghover {
    background: rgb(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 230px;
    display: none;
    z-index: 999;
    border-radius: 8px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.dw_jz {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 74%;
}

.cont-ul li:hover .jyq-imghover {
    display: block;
}

.dinwei {
    position: relative;
}

.ppt {
    font-size: 12px;
    width: 100px;
    height: 40px;
    border-width: 0px;
    border-radius: 3px;
    background: #1E90FF;
    cursor: pointer;
    outline: none;
    font-family: Microsoft YaHei;
    color: white;
    margin-right: 30px;
}

.word {
    font-size: 12px;
    width: 100px;
    height: 40px;
    border-width: 0px;
    border-radius: 3px;
    background: #1E90FF;
    cursor: pointer;
    outline: none;
    font-family: Microsoft YaHei;
    color: white;
}

.wend {
    display: none;
}