.main {
    margin: auto;
    margin-bottom: 30px;
    width: 1000px;
}

.position {
    padding-left: 25px;
    font-size: 14px;
    background: url(../images/positon.png) no-repeat 0px center;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #eeeeee;
}

.position a {
    margin: 0px 5px;
    color: #666;
}

.content{
    overflow: hidden;
}

.conLeft {
    width: 252px;
    float: left;
}

.conLeft .title {
    width: 252px;
    height: 113px;
    background-color: #118DEF;
    color: #fff;
    font-size: 26px;
    line-height: 113px;
    text-align: center;
}

.leflistmenugj {
    width: 100%;
    margin: 0 auto;
}

.leflistmenugj>ul {
    width: 100%;
    border-top: 1px solid #e6e5e5;
    margin-bottom: 20px;
}

.leflistmenugj>ul li {
    width: 100%;
    float: left;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

.leflistmenugj>ul li a {
    width: 100%;
    padding-left: 10px;
    display: block;
    line-height: 35px;
    color: #333;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    box-sizing: border-box;
    font-size: 14px;
}

.leflistmenugj>ul li a.on {
    background: #1e4b8f;
    color: #fff;
}

.leflistmenugj h2 {
    width: 100%;
    color: #1e4b8f;
    font-size: 24px;
    font-weight: inherit;
    line-height: 30px;
    margin-bottom: 10px;
}

.leflistmenugj h2 img {
    margin-right: 10px;
}

.conRig {
    width: 725px;
    float: right;
}

.nw_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px;
    border-bottom: 1px solid #EAEAEA;
    line-height: 55px;
}

.nw_top .top_tzbt {
    font-size: 20px;
    color: #818181;
}

.bjbld {
    width: 100%;
    overflow: hidden;
    padding: 0 0 30px 0;
}

.wjzlb {
    overflow: hidden;
}

.wjzlb li {
    height: auto;
    line-height: 24px;
    padding: 10px 0;
    border-bottom: 1px solid #EAEAEA;
    overflow: hidden;
}

.wjll {
    width: 100%;
}

.l {
    float: left;
}

.wjll .wjlbt {
    font-size: 14px;
    color: #3C3C3C;
    display: block;
    width: 85%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* font-weight: bold; */
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.wjll .wjlrq {
    font-size: 12px;
    color: #B4B4B4;
    display: block;
    float: right;
}

.wjzlb li:hover .wjll .wjlbt {
    color: #118def;
}

.leflistmenugj > ul li a:hover {
    background: #1e4b8f;
    color: #fff;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
}

.searchbox input[type="text"] {
    height: 30px;
    width: 275px;
    padding-left: 15px;
    background: #FFFFFF;
    border: 1px solid #BEBEBE;
    border-radius: 4px;
    outline: none;
}

.searchbox input[type="submit"] {
    width: 80px;
    padding-left: 20px;
    background: #1658A0 url(../images/other-search.png) no-repeat 13px center;
    height: 32px;
    border-radius: 4px;
    margin-left: 10px;
    color: #FFFFFF;
    border: none;
}