i {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    background: url(../img/icon.png) no-repeat;
}

/**标签**/
ul.ul-tag li {
    display: inline-block;
    margin-right: 20px;
    color: #ccc;
    font-size: 13px
}

ul.ul-tag a {
    color: #ccc
}

ul.ul-tag a:hover {
    color: #333;
}

ul.ul-tag li {
    color: #999;
    margin-right: 15px;
    display: inline-block
}

ul.ul-tag .a-tag {
    padding: 0 8px;
    border-radius: 10px;
    color: #999;
    border: 1px solid #999
}

ul.ul-tag i {
    width: 18px;
    height: 18px;
}

ul.ul-tag .i-date {
    background-position: -18px -315px;
}

ul.ul-tag .i-user {
    background-position: -18px -332px;
}

/**资讯列表**/
.news-list {
    padding: 20px;
}

.news-list.i-h-d-item .i-hd {
    padding: 10px 0 0;
    height: 25px;
}

.news-list.i-h-d-item .i-hd strong {
    font-weight: bold;
}

.news-list .item {
    display: flex;
    padding: 20px 0;
    height: 127px;
    border-bottom: 1px solid #e7e7e7;
    flex-wrap: nowrap;
    align-items: center;
}

.news-list .item .pic {
    margin-right: 20px;
    float: left;
    width: 200px;
    height: 129px;
}

.news-list .item .pic img {
    width: 200px;
    height: 129px;
}

.news-list .item>div {
    width: 620px;
    float: right;
}

.news-list .item div .title {
    margin-bottom: 17px;
    font-weight: bold;
    font-size: 20px;
    color: #333;
    height: 21px;
    line-height: 21px;
}

.news-list .item div .title:hover {
    color: var(--HoverColourThin);
}

.news-list .item div p {
    font-size: 14px;
    height: 50px;
    line-height: 23px;
    overflow: hidden;
    color: #999;
}

.news-list .item div ul {
    height: 30px;
}

.news-list .item div ul li {
    color: #999;
    margin-right: 15px;
    display: inline-block
}

.news-list .item div ul li span {
    padding: 0 8px;
    border-radius: 10px;
    color: #999;
    border: 1px solid #999
}

.news-list .item .i-hot {
    text-align: center;
    color: #fff;
    width: 39px;
    height: 26px;
    top: 0;
    right: 7px;
    z-index: 3;
    position: absolute;
}

.news-list .item:hover {
    box-shadow: 0 0 8px rgb(0 0 0 / 5%);
    background: #f5f5f5
}

/* 文章详情页 */
.content .sidebar_l .main_text {
    background: #fff;
    padding: 0 21px 50px;
}

.content .sidebar_l .main_text .title {
    line-height: 40px;
    color: #333;
    font-size: 20px;
    margin: 11px 0 0 0;
}

.content .sidebar_l .main_text .source {
    color: #999;
    font-size: 14px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

.content .sidebar_l .main_text .abstract {
    background: #f1fffb;
    padding: 15px 20px;
    margin: 20px 0 15px 0;
    font-size: 14px;
}

.content .sidebar_l .main_text .abstract b {
    font-size: 18px;
}

.content .sidebar_l .main_text .TRS_Editor_wrap {
    padding: 0 20px;
    position: relative;
    overflow: hidden;
}

.content .sidebar_l .main_text .TRS_Editor_wrap .more {
    width: 100%;
    height: 87px;
    display: none;
    background: url(../img/line_4.png) repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.content .sidebar_l .main_text .TRS_Editor_wrap .more a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    color: var(--Colour);
    font-size: 14px;
    cursor: pointer;
    width: 100px;
    padding: 12px;
    margin: auto;
    text-align: center;
    background: url(../img/more.png) no-repeat center bottom;
}

.content .sidebar_l .main_text .TRS_Editor_wrap p {
    padding: 5px 0;
    font-size: 15px;
    color: #666;
    line-height: 24px;
}

.content .sidebar_l .main_text .TRS_Editor_wrap img {
    max-width: 100%;
}

/* 7.免费评估 */
.qt_mfpg {
    width: 360px;
    height: 370px;
}

.qt_mfpg .form_wrap {
    width: 330px;
    height: 362px;
    margin: -6px auto 0;
    background: #fff;
    background: linear-gradient(to bottom, #e1e1e1 0%, #fff 30%, #fff 100%);
}

.qt_mfpg .form_wrap .t {
    padding: 30px 0;
}

.qt_mfpg .form {
    width: 292px;
    margin: 0 auto;
    font-size: 14px;
}

.qt_mfpg .form .input {
    width: 124px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    float: left;
    margin: 0 5px 10px 5px;
    color: #999999;
    padding-left: 10px;
}

.qt_mfpg .form .input::-webkit-input-placeholder {
    color: #999999;
}

.qt_mfpg .form .input::-moz-placeholder {
    color: #999999;
}

.qt_mfpg .form .input:-moz-placeholder {
    color: #999999;
}

.qt_mfpg .form .input:-ms-input-placeholder {
    color: #999999;
}

.qt_mfpg .form .select {
    width: 136px;
    height: 28px;
    line-height: 28px;
    background: url(../img/select2.png) no-repeat 110px center;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.qt_mfpg .form .select option {
    color: #000;
}

.qt_mfpg .form .Phone {
    width: 270px;
}

.qt_mfpg .form .SmsCode {
    width: 164px;
    margin-right: 10px;
}

.qt_mfpg .form .SmsCodeBtn {
    width: 95px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    background: #f1b256;
    float: left;
    border-radius: 4px;
}

.qt_mfpg .form_wrap .btn {
    width: 282px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: #556eb8;
    background: linear-gradient(to left, #3a539c 0%, #7a94df 50%, #3a539c 100%);
    border-radius: 20px;
    margin: 0 auto;
    cursor: pointer;
}

/* 详情页表单 */
.qt_mfpg.form_detail {
    width: 770px;
    height: 300px;
    margin: 50px 20px 0;
}

.qt_mfpg.form_detail .line {
    height: 10px;
    background: var(--Colour);
    border-top: 5px solid var(--Colour);
    border-right: 14px solid var(--Colour);
    border-bottom: 5px solid var(--Colour);
    border-left: 14px solid var(--Colour);
    border-radius: 6px;
}

.qt_mfpg.form_detail .line div {
    width: 100%;
    height: 100%;
    background: #006960;
    border-radius: 10px;
}

.qt_mfpg.form_detail .form_wrap {
    width: 720px;
    height: 290px;
    border: 1px solid #eeeeee;
    border-top: none;
    margin: -10px auto 0;
}

.qt_mfpg.form_detail .form {
    width: 640px;
}

.qt_mfpg.form_detail .form .input {
    width: 288px;
    height: 35px;
    margin: 0 10px 10px;
}

.qt_mfpg.form_detail .form .select {
    width: 300px;
    height: 35px;
}

.qt_mfpg.form_detail .form_wrap .select {
    background: url(../img/select3.png) no-repeat 270px center;
}

.qt_mfpg.form_detail .form_wrap .btn {
    background: var(--Colour);
    margin-top: 20px;
}