/**
 * @Author: minihui
 * @Date:   2017-05-23-Tue-08-59-13
 * @Last modified by:   minihui
 * @Last modified time: 2017-05-24-Wed-10-20-52
 * @Copyright: Copyright © 2000 - 2017 XINHUANET.com　All Rights Reserved.
制作单位：新华网股份有限公司　　版权所有 新华网股份有限公司
 */

.left {
    float: left;
}

.right {
    float: right;
}

.oh {
    overflow: hidden;
}

.os {
    overflow: scroll;
}

.ov {
    overflow: visible;
}

.bgnr {
    background-repeat: no-repeat;
}

.bgr {
    background-repeat: repeat;
}

.bgrx {
    background-repeat: repeat-x;
}

.bgry {
    background-repeat: repeat-y;
}

.bgCover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.part {
    width: 1200px;
    margin: 0 auto;
}

.font-xs {
    font-size: 12px;
}

.font-s {
    font-size: 14px;
}

.font-m {
    font-size: 16px;
}

.font-l {
    font-size: 18px;
}

a:hover {
    color: #ff9724 !important;
}

.container {
    margin-top: 35px;
}

.part-left {
    width: 810px;
    float: left;
}

.part-right {
    width: 360px;
    float: right;
}

.part-right-box {
    margin-bottom: 10px;
}


/********************************************************************************
                                通用 分类标题
  ********************************************************************************/

.tit {
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}

.tit a {
    font-size: 18px;
    line-height: 36px;
    position: relative;
    color: #305798;
    font-weight: bold;
}

.tit a::before {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #3e6aba;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.tit i {
    font-style: normal;
    font-size: 14px;
    color: #305798;
    margin-left: 20px;
}


/********************************************************************************
                                通用 图片列表
  ********************************************************************************/

.uni-pics {
    width: 102%;
}

.uni-pics li {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.uni-pics-img {
    width: 100%;
    height: 109px;
}

.uni-pics-img img {
    width: 100%;
    height: 100%;
}

.uni-pics-tit {
    font-size: 14px;
    width: 100%;
    height: 38px;
    overflow: hidden;
    text-align: center;
}


/********************************************************************************
                                通用 文字列表
  ********************************************************************************/

.uni-tits li {
    font-size: 14px;
    line-height: 30px;
    position: relative;
    padding-left: 14px;
    overflow: hidden;
    width: 100%;
    height: 30px;
}

.uni-tits li::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #b5b5b5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

.uni-tits .imp {
    font-size: 18px;
    color: #305798;
}

.uni-tits .imp a {
    color: #305798;
}


/********************************************************************************
                                通用 加载列表
  ********************************************************************************/

.list {
    width: 100%;
    margin-top: 20px;
}

.list li {
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 28px;
    border-bottom: 1px dashed #ededed;
    overflow: hidden;
}

.list-tit {
    font-size: 27px;
    line-height: 66px;
}

.list-img {
    width: 162px;
    height: 100px;
    float: left;
    margin-right: 20px;
}

.list-img img {
    width: 100%;
    height: 100%;
}

.list-sum {
    height: 75px;
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
}

.list-date {
    color: #9a9a9a;
    font-size: 12px;
    line-height: 34px;
}

.list-more {
    width: 260px;
    height: 47px;
    line-height: 47px;
    background-color: #e5e5e5;
    text-align: center;
    font-size: 16px;
    color: #656565;
    cursor: pointer;
    margin: 80px auto;
}


/********************************************************************************
                                焦点图
  ********************************************************************************/

.rotate {
    width: 100%;
    height: 404px;
}

.rotate-left {
    width: 650px;
    height: 404px;
    float: left;
}

.rotate-left li {
    width: 650px;
    height: 404px;
    position: relative;
    display: none;
}

.rotate-left .show {
    display: block;
}

.rotate-left-img {
    width: 650px;
    height: 404px;
}

.rotate-left-img img {
    width: 100%;
    height: 100%;
}

.rotate-left-tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 141px;
}

.rotate-left-tit a {
    position: absolute;
    bottom: 0;
    padding: 0 15px;
    width: 618px;
    font-size: 22px;
    font-weight: 500;
    color: #FFF;
    text-align: center;
}

.rotate-left-tit::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 141px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    z-index: 0;
}

.rotate-right {
    width: 160px;
    height: 406px;
    float: left;
    position: relative;
}

.rotate-right li {
    width: 162px;
    height: 101px;
}

.rotate-right img {
    width: 100%;
    height: 100%;
}

.rotate-right-cover {
    margin: 1px;
    position: absolute;
    left: 0;
    width: 158px;
    height: 97px;
    border: 1px solid #fff;
}

.rotate-right-cover::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -10px;
}

.rotate-right-img {
    width: 162px;
    height: 101px;
}

.rotate-right-img img {
    width: 100%;
    height: 100%;
}


/********************************************************************************
                                焦点热点
  ********************************************************************************/

.focus {
    width: 100%;
    margin-top: 30px;
}

.focus ul {
    width: 834px;
}

.focus li {
    float: left;
    width: 260px;
    height: 146px;
    position: relative;
    margin-right: 15px;
}

.focus .uni-pics-img {
    width: 100%;
    height: 100%;
}

.focus .uni-pics-tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.focus .uni-pics-tit a {
    color: #fff;
    z-index: 2;
    position: relative;
}

.focus .uni-pics-tit::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}


/*# sourceMappingURL=style.css.map */