/**!
* [Ã¦â€Â¿Ã§Â­â€“Ã¦â€“â€¡Ã¤Â»Â¶Ã¨Â¯Â¦Ã¦Æ’â€¦Ã©Â¡Âµ]
* date:2022-8-24
* author: tfxu;
*/

.ewb-mt40 {
    margin-top: 40px;
}

.main {
    padding: 52px 0 46px;
    background: #fff;
}

.left {
    padding: 0 10px 0 40px;
}

.right {
    padding: 0 40px 0 10px;
}

.doc-hd {
    padding-bottom: 10px;
    border-bottom: 1px dashed #dfdfdf;
}

.doc-tt {
    line-height: 43px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}

.doc-info {
    margin-top: 14px;
    line-height: 24px;
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
    color: #999;
}

.doc-info>div {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.doc-info>div+div {
    margin-left: 45px;
}

.doc-font>span {
    display: inline-block;
    vertical-align: top;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    margin-left: 5px;
    margin-top: 1px;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}

.doc-font>span.active {
    border-color: #d72324;
    color: #d72324;
    background: rgba(215, 35, 36, 0.08);
}

.doc-detail-list {
    margin-top: 20px;
    padding: 13px 25px;
    line-height: 30px;
    background: #f8f8f9;
}

.doc-detail-item {
    float: left;
    width: 50%;
    padding: 0 20px 0 75px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.doc-detail-item>span {
    color: #666;
}

.video {
    width: 460px;
    height: 94px;
    margin: 30px auto 0;
    border-radius: 6px;
    font-size: 16px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(210, 217, 245, 0.56);
}

.video>img {
    display: block;
    width: 100%;
}

.doc-h {
    color: #333;
    font-weight: 550;
}

.doc-p {
    margin-top: 28px;
    line-height: 28px;
    color: #666;
    text-indent: 2em;
}

.doc-article>img {
    display: block;
    margin: 23px auto;
    max-width: 100%;
}

.policy {
    margin-top: 56px;
}

.policy-hd {
    position: relative;
    height: 34px;
    line-height: 34px;
    padding-left: 14px;
    font-size: 20px;
    font-weight: 550;
    color: #333;
}

.policy-hd:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 4px;
    height: 18px;
    background: #d01529;
}

.form-group {
    margin-top: 23px;
}

.col-2>div {
    float: left;
    width: calc((100% - 77px) /2);
}

.form-group>div {
    position: relative;
}

.col-2>div+div {
    margin-left: 77px;
}

.form-label {
    float: left;
    width: 96px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #333;
}

.required .form-label:after {
    content: '*';
    color: #f22e43;
    font-size: 18px;
}

.form-input,
.form-textarea {
    float: left;
    width: calc(100% - 96px);
    height: 36px;
    line-height: 34px;
    padding: 0 11px;
    font-size: 16px;
    color: #333;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
}

.form-textarea {
    padding: 5px 11px;
    height: 132px;
    resize: none;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: #c2c2c2;
}

.code {
    width: 294px;
}

.form-code-img {
    float: left;
    height: 36px;
    margin-left: 10px;
}

.form-code-img>img {
    display: block;
    width: 100%;
    height: 36px;
}

.form-code-btn {
    float: left;
    margin-left: 10px;
    height: 36px;
    line-height: 36px;
    padding: 0 13px;
    font-size: 16px;
    color: #666;
    background: #f7f9fa;
    border-radius: 4px;
}

.open {
    width: auto;
}

.open-radio-cont {
    float: left;
}

.open-radio {
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    cursor: pointer;
    padding-left: 31px;
    background: url("../images/radio.png") 0 center no-repeat;
}

.open-radio+.open-radio {
    margin-left: 30px;
}

.open-radio.active {
    background-image: url("../images/radio_a.png");
}

.btn-box {
    margin-top: 26px;
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
}

.btn-box>button {
    display: inline-block;
    vertical-align: top;
    width: 110px;
    height: 40px;
    color: #d01529;
    font-size: 16px;
    border: 1px solid #d01529;
    border-radius: 4px;
    background: rgba(208, 21, 41, 0.08);
    cursor: pointer;
}

.btn-box>button+button {
    margin-left: 19px;
}

.btn-box>button:hover {
    background: linear-gradient(to right, #e4333b 0, #fd6332 100%);
    color: #fff;
    border-color: transparent;
}

label.error {
    position: absolute;
    height: 23px;
    line-height: 23px;
    left: 96px;
    right: 0;
    bottom: -23px;
    color: #f22e43;
}

.ope-cont {
    margin-top: 50px;
    padding-top: 19px;
    line-height: 36px;
    border-top: 1px solid #eee;
}

.ope-left {
    float: left;
    color: #999;
}

.ope-left>a {
    display: inline-block;
    vertical-align: top;
    margin-left: 18px;
    margin-top: 10px;
    background: center center no-repeat;
}

.ope-left>.wechat {
    width: 17px;
    height: 16px;
    background-image: url("../images/icon_wechat.png");
}

.ope-left>.weibo {
    width: 21px;
    height: 17px;
    background-image: url("../images/icon_weibo.png");
}

.ope-right {
    float: right;
}

.ope-right>a {
    display: inline-block;
    vertical-align: top;
    width: 89px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    color: #999;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
}

.ope-right>a+a {
    margin-left: 20px;
}

.icon {
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 17px;
    margin: 8px 10px 0 0;
    background: center center no-repeat;
}

.sc .icon {
    background-image: url("../images/icon_sc.png");
}

.dy .icon {
    background-image: url("../images/icon_dy.png");
}

.jc .icon {
    background-image: url("../images/icon_jc.png");
}

.ope-right>a:hover {
    border-color: transparent;
    background: linear-gradient(to right, #e4333b 0, #fd6332 100%);
    color: #fff;
}

.ope-right>.sc:hover .icon {
    background-image: url("../images/icon_sc_h.png");
}

.ope-right>.dy:hover .icon {
    background-image: url("../images/icon_dy_h.png");
}

.ope-right>.jc:hover .icon {
    background-image: url("../images/icon_jc_h.png");
}


.preview-cont {
    position: relative;
    margin-top: 14px;
    padding: 36px 36px 108px;
    border: 1px solid #e2dfdf;
    border-top-color: #e2303c;
}

.file-img {
    display: block;
    width: 100%;
}


.check-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 81px;
    margin: 0 auto;
    width: 93px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background: linear-gradient(to right, #e4333b 0, #fd6332 100%);
}

.download-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 31px;
    margin: 0 auto;
    width: 170px;
    height: 36px;
    line-height: 34px;
    font-size: 17px;
    text-align: center;
    color: #e2303c;
    border: 1px solid #e2303c;
    border-radius: 4px;
}

.download-btn>i {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 14px;
    margin: 10px 14px 0 0;
    background: url("../images/icon_download.png") center center no-repeat;
}

.mt42 {
    margin-top: 42px;
}

.annex-list {
    margin-top: 12px;
}

.annex-item {
    height: 36px;
    line-height: 36px;
}

.annex-item>a {
    display: block;
    padding-left: 20px;
    font-size: 16px;
    color: #333;
    background: url("../images/icon_file.png") 0 center no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.manuscript-list {
    margin-top: 13px;
}

.manuscript-item+.manuscript-item {
    margin-top: 18px;
}

.manuscript-item>a {
    position: relative;
    line-height: 25px;
    padding-left: 20px;
    font-size: 16px;
    color: #333;
}

.manuscript-item>a:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    left: 0;
    top: 9px;
    background: #d5d5d5;
}

.manuscript-item>a:hover {
    color: #e2303c;
}

.manuscript-item>a:hover:before {
    background: #e2303c;
}

.code-cont {
    height: 261px;
    margin-top: 14px;
    border: 1px solid #e2dfdf;
    border-top-color: #e2303c;
}

.code-img {
    width: 148px;
    height: 148px;
    padding: 6px;
    margin: 39px auto 0;
    border: 1px solid #d6d6d6;
}

.code>img {
    display: block;
    width: 100%;
}

.code-info {
    line-height: 25px;
    text-align: center;
    margin-top: 14px;
    color: #999;
}

@media (max-width:1299px) {
    .code {
        width: 240px;
    }

    .preview-cont {
        padding: 12px 12px 108px;
    }
}

@media (max-width:1023px) {

    .left,
    .right {
        padding: 0 10px;
    }

    .preview {
        margin-top: 42px;
    }
}



@media (max-width:767px) {
    .main {
        padding: 10px 0;
    }

    .doc-tt {
        line-height: 30px;
        font-size: 22px;
    }

    .doc-detail-item {
        width: 100%;
        padding: 0;
    }

    .doc-detail-list {
        padding: 13px 15px;
    }

    .video {
        width: 100%;
    }

    .col-2>div {
        width: 100%;
    }

    .col-2>div+div {
        margin-left: 0;
        margin-top: 23px;
    }

    .code {
        width: calc(100% - 96px);
    }

    .form-code-img,
    .form-code-btn{
        margin-left: 96px;
        margin-top:10px;
    }

    .ope-left,
    .ope-right{
        float: initial;
    }

    .ope-right{
        margin-top: 10px;
    }

    .ope-right>a+a{
        margin-left: 2px;
    }
}
.opinion{
    margin-top: 42px;
    padding: 0 40px;
}
.opinion-table{
    margin-top: 18px;
}
.opinion-table table{
    width: 100%;
    table-layout: fixed;
}

.opinion-table table th{
    padding: 20px 0;
    text-align: center;
    background: #FEF4F4;
    width: 50%;
    font-size: 16px;
    font-weight: 500;
}
.opinion-table table td{
    line-height: 22px;
    padding: 13px 16px;
}
.opinion-table table tbody tr:nth-child(even){
    background: #FAFAFA;
}
@media (max-width:1023px) {

    .opinion {
        margin-top: 20px;
        padding: 0 10px;
    }
}

/* 2023-09-04 Ã¦â€“Â°Ã¥Â¢Å¾ by wangkai */

#newscontentdiv {
    position: relative;
}

.do-box {
    position: absolute;
    top: 50px;
    right: 35px;
}

.do-btn {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: url("/Template/dynamic/gfxwj/images/do_ico_big.png") center no-repeat #7B96DD;
    cursor: pointer;
    transition: all 0.4s ease;
}

.do-drop {
    position: absolute;
    z-index: 900;
    top: 40px;
    right: 0;
    display: none;
    padding-top: 14px;
    width: 226px;
    font-size: 14px;
    color: #333;
}

.do-drop::before {
    position: absolute;
    content: "";
    top: 0;
    right: 9px;
    width: 22px;
    height: 14px;
    background: url("/Template/dynamic/gfxwj/images/drop_arr.png") no-repeat;
}

.do-drop>ul {
    border-radius: 4px;
    box-shadow: 0px 0px 4px #6E6E6E;
    background: #D5E3FE;
    overflow: hidden;
}

.do-name {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: start;
    box-sizing: border-box;
    transition: all 0.4s ease;
}

.do-name>span {
    display: block;
    width: 100%;
    padding: 4px 17px;
    line-height: 22px;
    text-align: left;
    color: #333;
    transition: all 0.4s ease;
}

.do-name:hover {
    background: #FFF;
}

.do-name:hover span {
    color: #4A6DCB;
}

.do-box:hover .do-drop {
    display: block;
}

.do-box:hover .do-btn {
    background-color: #4A6DCB;
}

@media (max-width: 767px) {
    .do-box {
        top: 10px;
    }
    .redhead {
        padding: 40px 0 0 0;
    }
}

/* end */