


/* ----------- */
.wrap {
    width: 1050px;
    margin: 30px auto;
    /* border: 1px solid red; */
    position: relative;
    /* background: #a5a5a5; */
    font-family: "microsoft yahei";
}


/* ------------ */


.news_tit {
    width: 100%;
    z-index: 99;
    /* position: absolute; */
    /* top: 0; */
    /* background: rgb(245, 245, 245); */
    /* text-align: center; */
    padding: 4px 0;
    border-bottom: 1px solid #eee;
}
.news_tit h2{
    font-size: 22px;
    font-weight: 600;
    color: #FF8000;

}








.news_c{
    width: 710px;
    /*margin-left: 150px;*/
    min-height: 400px;
    margin-top: 40px;
    /* margin-right: 20px; */
}
.news_c .news_c_ul{
    margin-top: 20px;
}
.news_c .news_c_ul ul {
    display: none;
}

.news_c .news_c_ul ul:first-child {
    display: block;
}

.news_c .news_c_ul li {
    height: 124px;
    /* padding: 10px; */
    border-bottom: 1px solid #eee;
    margin-top: 15px;
    position: relative;
    width: 710px;
    border-radius: 2px;
}



.news_c .news_c_ul li:hover {
    background: #f5f5f5;
}

.news_c .news_c_ul li a {
    text-decoration: none;
}

.news_c .news_c_ul li span:first-child {
    margin-left: 16px;
    margin-top: 10px;
    display: block;
}

.news_c .news_c_ul li span:first-child h3 {
    font-size: 24px;
    color: #333;
    width: 520px;
    height: 65px;
    /* line-height: 60px; */
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

.news_c .news_c_ul li a:hover h3 {
    color: #f34540 !important;
}

.news_c .news_c_ul li span:first-child div {
    position: absolute;
    bottom: 5px;
}

.news_c .news_c_ul li span:first-child div em {
    color: #999;
    margin-right: 30px;
    font-size: 15px;
}

.news_c .news_c_ul li span:first-child div a {
    margin-right: 10px;
    font-size: 15px;
    color: #999;
    height: 20px;
    line-height: 18px;
    padding: 0 5px;
    display: inline-block;
}

.news_c .news_c_ul li span:first-child div a:hover {
    color: #f34540;
}


.news_c .news_c_ul li span:nth-of-type(2) {
    position: absolute;
    right: 7px;
    top: 15px;
}

.news_c .news_c_ul li span:nth-of-type(2) img {
    width: 130px;
    height: 100px;
}
.news_r{
    top: 38px!important;
    right: 0!important;
    /*margin-left:300px!important;*/
    /*left: none!important;*/
    /*right: 0!important;*/
    /*left: 0%!important;*/
    /*right: 0%!important;*/
}








/* 加载按钮 */
.news_c_login {
    margin: 20px auto 0;
    width: 200px;
    height: 40px;
    /* border: 1px solid red; */
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 20px;
    color: #666;
    /* box-shadow: 0 0 3px; */
    transition: all.3s ease-in-out;
    background: rgb(245, 245, 245);
    border: 1px solid rgb(245, 245, 245);
}

.news_c_login:hover {
    background: rgb(245, 245, 245);
    border: 1px solid rgb(218, 218, 218);
    color: rgb(134, 134, 134);
    /* color: #f34540; */

}



/* 返回顶部 */
.back_top {
    position: fixed;
    right: 50%;
    bottom: 100px;
    width: 50px;
    height: 50px;
    display: none;
    z-index: 99;
}

.back_top a {
    display: block;
    /* width: 50px;
    height: 50px; */
    height: 60px;
    width: 60px;
    background: url("../../global/img/global.png");
    background-position: -206px 76px;
    margin-left: 670px;
    /* border: #008C46 1px solid; */
    opacity: 0.5;
}






