.content {
    width: 100%; /*background-color: #f4f4f4;*/
}

.content .top {
    width: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.content .top .top_rp {
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
}

.content .top .top_img {
    position: absolute;
    bottom: 15px;
    left: 48.7%;
}

.content .news_text {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 10;
}

.content .news_text .news_left {
    float: left;
    margin-right: 30px;
}

.content .news_text .news_left ul li {
    margin-top: 12px;
}

.content .news_text .news_left ul li:first-child {
    margin-top: 0px;
}

.left_sort {
    background-color: #e7444a;
    width: 270px;
    height: 130px;
    z-index: 1;
}

.left_text {
    width: 211px;
    height: 76px;
    background-color: #fff;
    cursor: pointer;
    margin-top: -130px;
    margin-left: 5px;
    z-index: 2;
    padding: 27px;
}

.left_text:hover {
    background-color: #e7444a;
    color: #fff;
}

.news_right {
    float: right;
    width: 900px;
    background-color: #fff;
    margin-bottom: 70px;
}

.news_title {
    position: relative;
}

.title_back {
    width: 52px;
    height: 52px;
    border-radius: 52px;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    text-align: center;
    line-height: 52px;
    top: 50px;
    left: 100px;
    cursor: pointer;
    color: #fff;
}

.title_back:hover {
    background-color: #e7444a;
}

.title_back a {
    color: #fff;
    text-decoration: none;
}

.title_back i {
    font-size: 20px;
}

.news_link table {
    float: right;
    margin-top: 26px;
    margin-bottom: 65px;
    margin-right: 20px;
}

.news_link table div {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: red;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-right: 10px;
    margin-left: 20px;
}

.news_link table a {
    text-decoration: none;
    color: #484848;
}

.news_link table div i {
    font-size: 16px;
}

.news_link table #table_last {
    margin-right: 0px;
    background-color: #ECECEC;
    border-radius: 0px;
    font-size: 20px;
    color: #727272;
}

.news_link table #table_last:hover {
    background-color: #e7444a;
    color: #fff;
}

.news_img {
    clear: both;
    text-align: center;
    margin-bottom: 60px;
}
.news_img img{
    width:750px;
    height:300px;
}
.news_information {
    padding: 0 80px 100px 72px;
    color: #727272;
    line-height: 36px;
    text-align: justify;
}

.news_fx {
    position: absolute;
    right: 21px;
    top: 15px;
    width: 270px;
    border: 1px solid red;
    background-color: #fff;
    padding-bottom: 10px;
    display: none;
    z-index: 500;
}

.news_fx table tr td {
    padding-top: 10px;
}

.news_fx table div {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: red;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-right: 10px;
    margin-left: 20px;
}

.news_fx table a {
    text-decoration: none;
    color: #484848;
}

.news_fx table a:hover {
    color: #e4393c;
}

.news_fx ul {
    margin: 20px;
}

.news_fx ul li {
    float: left;
    width: 110px;
    height: 31px;
}

.news_fx ul li i {
    margin-right: 10px;
}

.news_fx ul li a {
    text-decoration: none;
    color: #484848;
}

.news_fx ul li a:hover {
    color: #e4393c;
}

#ccccc {
    height: 40px;
    line-height: 40px;
    background-color: #E7444A;
    color: #fff;
    font-size: 14px;
    display: block;
    font-weight: normal;
    padding-left: 20px;
}

/*============================*/
.nav_right {
    position: fixed;
    width: 180px;
    right: 20px;
    bottom: 50%;
    z-index: 1000;
}

.nav_right ul li:first-child div {
    background-color: #e7444a;
    color: #fff;
}

.nav_right ul li div {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #636363;
    cursor: pointer;
    background-color: #262626;
}

.nav_right ul li div:hover {
    background-color: #e7444a;
    color: #fff;
}

.back_top {
    clear: both;
    width: 84px;
    height: 50px;
    float: right;
    margin-right: -100px;
    margin-top: -120px;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
}

.back_top i {
    font-size: 30px;
    color: #272636;
}

/*==========================*/
.footer {
    clear: both;
}

div { /*border: 1px solid red;*/
}

/*=======================06/07==========*/
#new_title {
    position: absolute;
    top: 56px;
    color: #fff;
    font-size: 20px;
    left: 270px;
}

#new_time {
    position: absolute;
    color: #868686;
    font-size: 14px;
    left: 390px;
    bottom: 24px;
}