

/* 位置 */
.posit{
    width: 1200px;
    margin: 30px auto -25px;
    height: 30px;
    line-height: 30px;
}

.posit span,
.posit a,
.posit em{
    color: #888;
    font-size: 15px;
}
.posit a:hover{
    color: #dc3023
}



/*----------*/

.zhuanti {
    margin: 30px auto 0;
    width: 1200px;
    background: #fdffe8;
    padding: 10px 0;

}
.zhuanti_l,
.zhuanti_r{
    float: left;
    width: 50%;
    padding-left: 20px;
}


.zhuanti a:hover {
    color: #f34540;
}


.zhuanti ul li {
    float: left;
}
.zhuanti_l{
    margin-top: 10px;
}


.zhuanti_l ul{
    display: inline-block;
    width: 80%;
    /* height: 30px; */
    vertical-align: middle;
}
.zhuanti_l h2{
    display: inline-block;;
}

.zhuanti_l h2 a{
    color: #125a39;
    margin-right: 17px;
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    /* height: 30px; */
}



.zhuanti_l h2 a::before{
    content: "";
    display: inline-block;
    width: 5px;
    margin-right: 10px;
    height: 25px;
    background: #125a39;
    vertical-align: -6px;;
    /* vertical-align: top; */
}


.zhuanti_l ul li {
    margin-right: 20px;
    /* margin-top: 11px; */
}

.zhuanti_l ul li a {
    font-size: 17px;
    color: #333;
}


.zhuanti_r ul{
    display: inline-block;
    width: 96%;
}
.zhuanti_r::before {
    display: inline-block;
    background: #FF8000;
    height: 38px;
    vertical-align: 1px;
    content: "";
    width: 5px;
    margin-right: 10px;
}

.zhuanti_r ul li {
    margin-right: 30px;
    margin-top: 4px;
}

.zhuanti_r ul li a {
    font-size: 16px;
}



/*------------*/

.news_r {
    width: 300px;
    font-family: "microsoft yahei";
    z-index: 99;
    /* position: fixed; */
    /* left: 50%; */
    top: 0px;
    /* margin-left: 254px; */
    background: #fff;
    position: static;
    border: 1px solid #ddd;
    padding-bottom: 10px;
    border-radius: 2px;
    position: absolute;
    right: 0;
}

.news_r .news_r_tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #125a39;
    position: relative;
}


.news_r .news_r_tit a {
    right: 5px;
    bottom: -6px;
    position: absolute;

    text-decoration: none;
    color: #999;
    font-size: 14px;

    display: inline-block;
}

.news_r .news_r_tit a:hover {
    color: #f34540;
}


.news_r .news_r_tit h3 {
    font-size: 20px;
    color: #125a39;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    /* width: 120px; */
    padding-left: 10px;
}


.news_r .news_r_list {
    margin-top: 10px;
}

.news_r .news_r_list ul {
    display: block;
    padding-left: 10px;
}


.news_r .news_r_list li {
    width: 100%;
    line-height: 30px;
    height: 30px;
    width: 100%;
    overflow: hidden;
}

.news_r .news_r_list li::before {
    height: 20px;
    line-height: 20px;
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-right: 5px;
    vertical-align: 2px;
}

.news_r .news_r_list li:nth-of-type(1)::before,
.news_r .news_r_list li:nth-of-type(2)::before,
.news_r .news_r_list li:nth-of-type(3)::before {
    background: #FF8000;
    color: #eee;
}

.news_r .news_r_list li:nth-of-type(3)::before,
.news_r .news_r_list li:nth-of-type(4)::before,
.news_r .news_r_list li:nth-of-type(5)::before,
.news_r .news_r_list li:nth-of-type(6)::before,
.news_r .news_r_list li:nth-of-type(7)::before,
.news_r .news_r_list li:nth-of-type(8)::before,
.news_r .news_r_list li:nth-of-type(9)::before,
.news_r .news_r_list li:nth-of-type(10)::before {
    background: #125a39;
    color: #eee;
}

.news_r .news_r_list li:nth-of-type(1)::before {
    content: "1";
}

.news_r .news_r_list li:nth-of-type(2)::before {
    content: "2";
}

.news_r .news_r_list li:nth-of-type(3)::before {
    content: "3";
}

.news_r .news_r_list li:nth-of-type(4)::before {
    content: "4";
}

.news_r .news_r_list li:nth-of-type(5)::before {
    content: "5";
}

.news_r .news_r_list li:nth-of-type(6)::before {
    content: "6";
}

.news_r .news_r_list li:nth-of-type(7)::before {
    content: "7";
}

.news_r .news_r_list li:nth-of-type(8)::before {
    content: "8";
}

.news_r .news_r_list li:nth-of-type(9)::before {
    content: "9";
}

.news_r .news_r_list li:nth-of-type(10)::before {
    content: "10";
}

.news_r .news_r_list li a {
    width: 100%;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    /* padding-right: 35px; */
    margin-right: 5px;
    /* margin-left: 5px; */

}

.news_r .news_r_list li a:hover {
    color: #f34540;
}



















