/**
 *  * Created by lxx on 2019/12/10.
 */
input {
    border: none;
}

.content {
    background: #f2f2f2;
    padding: 30px 70px;
    width: 1060px;
}

.serch_top {
    padding: 30px 0 60px;
}

.serch_top_form {
    width: 510px;
    border: 2px solid #0669ba;
    border-radius: 9px;
    margin: 0px auto;
    padding: 6px 0;
    background-color: #fff;
}

.serch_top .searchinput {
    width: 430px;
    height: 36px;
    background: #fff;
    font-size: 18px;
    padding-left: 10px;
}

.serch_top .submitbtn {
    font-size: 0;
    width: 60px;
    height: 36px;
    background: url('../img/ssr.png') no-repeat center;
}

#menu {
    width: 100%;

    margin: auto;
}

#menu div {
    height: auto;
    display: block;
    width: 100%;
    background-color: #fff;
}

#menu div a {
    width: 160px;
    height: 42px;
    font-size: 15px;
    line-height: 42px;
    padding-left: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#menu div ul a {
    width: 145px;
}

#menu div a:hover {
    width: 160px;
    color: #0669ba;
    font-weight: bold;
    background-color: rgb(230, 245, 255);
}

#menu div h2 {
    height: 32px;
    font-size: 15px;
    position: relative;
}

#menu h1 {
    height: 70px;
    line-height: 34px;
    font-size: 23px;
    color: #0669ba;
    margin-top: 15px;
    padding-left: 80px;
    position: relative;
}

.gkzn {
    background: #ffffff url("../img/znh.png") no-repeat 20px center;
}

.gkzn:hover {
    background: #0669ba url("../img/znb.png") no-repeat 20px center;
}

.gkml {
    background: #ffffff url("../img/mlb.png") no-repeat 20px center;
}

.gkml:hover {
    background: #0669ba url("../img/mlh.png") no-repeat 20px center;
}

.gkzd {
    background: #ffffff url("../img/zdh.png") no-repeat 20px center;
}

.gkzd:hover {
    background: #0669ba url("../img/zdb.png") no-repeat 20px center;
}

.gknr {
    background: #ffffff url("../img/nb.png") no-repeat 20px center;
}

.gknr:hover {
    background: #0669ba url("../img/nrb.png") no-repeat 20px center;
}

.gknb {
    background: #ffffff url("../img/nbh.png") no-repeat 20px center;
}

.gknb:hover {
    background: #0669ba url("../img/nbb.png") no-repeat 20px center;
}

.gksq {
    background: #ffffff url("../img/gkh.png") no-repeat 20px center;
    line-height: 70px !important;
}

.gksq:hover {
    background: #0669ba url("../img/gkb.png") no-repeat 20px center;
}

.blcx {
    background: #ffffff url("../img/blh.png") no-repeat 20px center;
    line-height: 70px !important;
}

.blcx:hover {
    background: #0669ba url("../img/blb.png") no-repeat 20px center;
}

.gkzc {
    background: #ffffff url("https://www.soulrig.com/file/4500000026/img/zwxxgk_bnt07.png") no-repeat 20px center;
}

.gkzc:hover {
    background: #0669ba url("https://www.soulrig.com/file/4500000026/img/zwxxgk_bnt07b.png") no-repeat 20px center;
}

#menu h1 a {
    color: #0669ba;
}

#menu h1:hover a {
    color: #ffffff;
}

#menu h2 {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}

#menu ul {
    padding-left: 15px;
    height: auto;
    overflow: hidden;
}

#menu a {
    display: block;
    text-decoration: none;
    overflow: hidden;
}

#menu .none {
    display: none;
}

#menu .h1 a {
    color: #fff;
    height: 70px;
    background-color: #0669ba;
}

#menu .h1 div {
    background-color: #777777;
}

#menu .h2 a {
    color: #333333;
}

#menu .h1 h2 {
    background-color: #737383;
}

.navLeft {
    width: 240px;
}

.jh {
    width: 30px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 50px;
    position: absolute;
    top: 17px;
    margin-left: 20px;
}

.jh2 {
    width: 20px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 17px;
    position: absolute;
}

.newslistBox {
    width: 770px;
    height: 735px;
    background-color: #fff;
    padding: 25px 0px 40px 30px;
    font-size: 16px;
}

.newslistBox_main {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

.newslistBox_main::-webkit-scrollbar {
    /*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
    width: 10px;
}

.newslistBox_main::-webkit-scrollbar-thumb {
    /*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px #0669ba;
    box-shadow: inset 0 0 5px #0669ba;
    background: #0669ba;
}

.newslistBox_main::-webkit-scrollbar-track {
    /*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: rgb(242, 242, 242);
}


.news_top {
    width: 100%;
    height: 80px;
    line-height: 80px;
    border-bottom: 2px solid rgb(242, 242, 242);
}

.news_top a {
    color: #464646;
}

.news_top span {
    margin-left: 10px;
    color: #aaaaaa;
}

.news_b li {
    line-height: 34px;
    margin-top: 15px;
}

.news_b li a {
    color: #464646;
}

.news_b li span {
    margin-left: 10px;
    color: #aaaaaa;
}

.newslistBox_nr {
    width: 770px;
    /* height: 735px; */
    background-color: #fff;
    font-size: 16px;
}

.item_news .item_news_t {
    width: 100%;
    height: 35px;
    border-bottom: 2px solid rgb(242, 242, 242);
}

.item_news .item_news_t span {
    display: inline-block;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    background-color: #0669ba;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.item_news .news_b {
    padding: 10px 25px;
}

.item_news .item_news_b {
    width: 100%;
    height: 30px;
}

.item_news .item_news_b a {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: rgb(242, 242, 242);
    color: #464646;
    text-align: center;
    margin: auto;
}

#title {
    font-size: 32px;
    font-weight: bold;
    color: #0669ba;
    text-align: center;
}

.newslistBox_main div p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 30px !important;
}

#time_bl {
    width: 100%;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    height: 60px;
    line-height: 40px;
    margin-top: 10px;
    border-bottom: 6px solid rgb(242, 242, 242);
}

#time_bl span:nth-child(2) i {
    cursor: pointer;
    margin: 0 5px;
}

/* æ”¿åŠ¡ä¿¡æ¯å…¬å¼€åˆ¶åº¦ */
.zfxxgk_zd1 {
    width: 100%;
    line-height: 30px;
    float: left;
    margin-bottom: 20px;
    margin-top: 15px;
}

.zfxxgk_zd1 a {
    font-size: 15px;
}

.zfxxgk_zd1 b,
.zfxxgk_zd2 b {
    color: #b2b2b2;
    font-size: 15px;
    margin-left: 20px;
    font-weight: 100;
}

.zfxxgk_zd2 {
    width: 100%;
    float: left;
    border-top: 2px solid #ccc;
}

.zfxxgk_zd2 ul li {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 20px;
    margin-bottom: 20px
}

.zfxxgk_zd2 ul li b {
    color: #b2b2b2;
    font-size: 16px;
    margin-left: 10px;
    font-weight: 100;
}

/* -------------------é€‚è€åŒ–------------------ */
.oldModel #title {
    font-size: 52px
}

.oldModel .newslistBox_main p span {
    font-size: 32px !important;
    line-height: 2
}

.oldModel .MsoNormal strong span {
    font-size: 44px !important;
    line-height: 1.5;
}

.oldModel .zfxxgk_zd1 a,
.oldModel .zfxxgk_zd1 b,
.oldModel .zfxxgk_zd2 b,
.oldModel .zfxxgk_zd2 ul li,
.oldModel .zfxxgk_zdgkc .more {
    font-size: 30px;
    line-height: 1.8;
}