﻿/**!
 * 通用详情
 * author: wppei;
 * date:2021-07-28
 */


/* ä½ç½® */

.loc {
    padding: 17px 0 17px 27px;
    line-height: 25px;
    color: #999;
    background: url("../images/address_icon.png") no-repeat 2px center;
}

.loc-href {
    color: #999;
}

.loc-cur {
    color: #015293;
}

.box-shadow {
    margin-bottom: 45px;
    box-shadow: 0px 0px 7px 0px rgba(61, 62, 65, 0.16);
}


/* article */

.ewb-article {
    padding: 25px 40px 40px;
    min-height: 600px;
}

.ewb-article h3 {
    max-width: 80%;
    margin: 0 auto;
    line-height: 42px;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    color: #000;
}

.ewb-article h4 {
    max-width: 80%;
    margin: 0 auto;
    line-height: 42px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.ewb-article-sources {
    margin-top: 10px;
    line-height: 36px;
    text-align: center;
    color: #999;
    background-color: #f7f7f7;
}

.ewb-article-sources p {
    display: inline-block;
    *display: inline;
    padding: 0 10px;
    *zoom: 1;
    vertical-align: top;
    font-size: 14px;
}

.ewb-article-sources a {
    color: #999;
}

.ewb-article-info {
    word-break: break-all;
    padding: 12px 20px 15px 20px;
    line-height: 34px;
    font-size: 16px;
}

/*.ewb-article-p {
    margin-top: 14px;
    line-height: 32px;
    font-size: 14px;
    text-indent: 2em;
    color: #4e4e4e;
    text-align: justify;
    text-justify: inter-ideograph;
}
*/
.ewb-article-img {
    display: block;
    margin: 18px auto 0;
    padding-bottom: 4px;
}


/*1200åˆ†è¾¨çŽ‡ä»¥ä¸‹*/

@media (max-width: 1199px) {
    .ewb-article h3 {
        font-size: 24px;
        line-height: 32px;
    }
}


/*æ‰‹æœºç«¯*/

@media (max-width: 767px) {
    .ewb-details {
        padding: 0 0 20px 0;
    }
    .ewb-article {
        padding: 10px 10px;
    }
    .ewb-article h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .ewb-article-sources {
        padding: 5px 0;
        line-height: 24px;
    }
    .ewb-article-sources p {
        font-size: 12px;
    }
    .ewb-article-p {
        font-size: 12px;
        line-height: 24px;
    }
    /* è§£å†³ç”¨æˆ·è‡ªå·±å‘è¡¨æ ¼æ‰‹æœºç«¯æ¨ªå‘æ»šåŠ¨æ¡ */
    .ewb-article {
        overflow: hidden;
    }
}

.down-r a{
    display: block;
    line-height: 26px;
}

/* 2021-09-26 wppei 添加 */

.ewb-article {
    min-height: 500px;
}

.opinion {
    padding-bottom: 10px;
}

.opinion-tt {
    position: relative;
    height: 61px;
    margin: 20px 0;
    padding-left: 20px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #e3e8ef;
}

.opinion-tt:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 22px;
    transform: translateY(-50%);
    background-color: #015293;
}

.form-node {
    width: 33.33%;
    padding-right: 20px;
    margin-top: 20px;
}

.form-node.wtwo {
    width: 66.67%;
}

.form-node.wone {
    width: 100%;
}

.form-type {
    float: left;
    width: 120px;
    text-align: right;
    font-size: 16px;
    line-height: 35px;
}

.form-wrap {
    position: relative;
    width: calc(100% - 120px);
    margin-left: 120px;
}

.form-txt {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    font-size: 16px;
    border: 1px solid #ddd;
}

.opinion-textarea {
    height: 150px;
    outline: none;
    resize: none;
}

.opinion-box {
    margin-bottom: 50px;
}

.opinion-btn {
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.opinion-submit {
    display: inline-block;
    width: 88px;
    height: 35px;
    margin: 0 10px;
    text-align: center;
    line-height: 33px;
    font-size: 16px;
    color: #333;
    border: 1px solid #ccc;
    vertical-align: middle;
    background-color: #fff;
}

.form-sel {
    width: 100%;
    height: 35px;
    line-height: 33px;
    border-radius: 4px;
    border: 1px solid #d5dae4;
    padding-left: 15px;
}

.form-node .chosen-container {
    width: 100%;
    height: 35px;
    line-height: 33px;
}

.form-node .chosen-container-single .chosen-single {
    padding: 0 0 0 10px;
    height: 35px;
    border: 1px solid #d5dae4;
    box-shadow: none;
    font-size: 16px;
    color: #333;
}

.form-node .chosen-container-single .chosen-default {
    color: #533737;
}

.form-node .chosen-container-single .chosen-single.cur {
    color: #333;
}

.form-node .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #d5dae4;
}

.form-node .chosen-container-single .chosen-single span {
    margin-right: 25px;
    height: 33px;
    line-height: 33px;
}

.form-node .chosen-container-single .chosen-single div {
    width: 25px;
    padding: 0;
}

.form-node .chosen-container-single .chosen-single div b {
    width: 25px;
    height: 33px;
    background: url("../images/sel_ico1.png") left center no-repeat;
}

.form-node .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/sel_ico1_cur.png") left center no-repeat;
}

.form-node .chosen-container-single .chosen-drop {
    top: 35px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.form-node .chosen-container .chosen-search {
    display: none;
}

.form-node .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
    color: #676767;
}

.form-node .chosen-container .chosen-results li {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    font-size: 16px;
}

.form-node .chosen-container .chosen-results li.highlighted {
    color: #fff;
    background-color: #015293;
}

label.error {
    position: absolute;
    bottom: -22px;
    left: -26px;
    height: 26px;
    line-height: 26px;
    padding-left: 28px;
    color: #d20e0e;
}

table {
    width: 100%!important;
    table-layout: automatic;
    border-collapse: collapse;
}

    table tr, table td {
        border: 1px solid black;
    }

    table col:nth-child(7) {
        width: 200px!important;
    }