/*ΠΕΟΆΝΈΓχ*/

.newsTrans {
    display: block;
    overflow: hidden;
}

.newsTrans dd {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.newsTrans dd .div1 {
    clear: both;
    height: 60px;
    background: #d3d7d4;
    overflow: hidden;
    cursor: pointer;
}

.newsTrans dd .div1.hover {
    background: #0054a7;
}

.newsTrans dd .div1.hover span.span1 {
    color: #fff
}

.newsTrans dd .div1 span {
    display: inline;
    float: left;
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 20px;
}

.newsTrans dd .div1 span.span1 {
    text-align: left;
    padding: 0 10px 0 40px;
}

.newsTrans dd .div1 span.span2 {
    width: 50px;
    text-align: center;
    font-size: 28px;
    color: #666;
    float: right;
    margin-right: 15px
}

.newsTrans dd .div1 span.span2.hover {
    color: #fff
}

.newsTrans dd .div2 {
    overflow: hidden;
    padding: 40px 45px;
    font-size: 14px;
    color: #888;
    line-height: 34px;
    text-align: left;
    background: #f9f9f9;
    display: none;
}

.newsTrans .newsUl {
    width: 99%;
    overflow: hidden;
}

.newsTrans .newsUl li {
    float: left;
    display: inline;
    width: 310px;
    margin: 0 90px 20px 0;
    overflow: hidden;
    color: #333;
    font-size: 14px;
}

.newsTrans .newsUl li span {
    line-height: 35px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.newsTrans .newsUl li b {
    font-size: 49px;
    color: #e97f00;
    font-weight: normal
}

.t-tabs {
    height: 50px;
    border-bottom: 2px solid #0054a7;
    position: relative;
    background: #efefef;
}

.t-tabsUl {
    height: 50px;
    overflow: hidden;
    display: block;
}

.t-tabsUl li {
    float: left;
    display: inline;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    font-weight: normal;
    width: 20%;
    text-align: center;
}

.t-tabsUl li a {
    color: #777;
}

.t-tabsUl li.hover {
    background: #0054a7;
}

.t-tabsUl li.hover a {
    color: #fff;
}

.t-tabs_con {
    overflow: hidden;
}

.reportDl {
    width: 1200px;
    position: relative;
}

.reportDl .bd {
    width: 1200px;
    overflow: hidden;
}

.reportDl dd {
    width: 177px;
    height: 310px;
    overflow: hidden;
    float: left;
    display: inline;
    margin-right: 78px;
}

.reportDl dd .pic {
    display: block;
    height: 239px;
    width: 177px;
    overflow: hidden;
}

.reportDl dd img {
    height: 239px;
    width: 177px;
}

.reportDl dd .a1 {
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    display: block;
    padding-top: 7px;
}

.reportDl dd .a1:hover {
    color: #0054a7;
}

.reportDl dd .div {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.reportDl dd .div .a2 {
    color: #333;
    font-weight: bold
}

.reportDl dd .div .a3 {
    color: #888
}

.reportDl dd .div .a2:hover {
    color: #0054a7
}

.reportDl dd .div .a3:hover {
    color: #0054a7
}

.reportDl .hd {
    overflow: hidden;
    z-index: 2;
    height: 8px;
    margin: 40px 0 50px;
    width: 1200px;
}

.reportDl .hd ul {
    overflow: hidden;
    zoom: 1;
    text-align: center;
}

.reportDl .hd ul li {
    display: inline-block;
    margin: 0 7px;
    overflow: hidden;
    width: 5px;
    height: 5px;
    line-height: 40px;
    background: #ccc;
    cursor: pointer;
}

.reportDl .hd ul li.on {
    background: #7f7f7f;
}

.reportDl .t-btn {
    height: 26px;
    width: 26px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 30%;
    display: none;
}

.reportDl .t-prev {
    background: url(../img/HNIndex/t-prev1.png) no-repeat center center;
    left: 0px;
}

.reportDl .t-next {
    background: url(../img/HNIndex/t-next1.png) no-repeat center center;
    right: 0px;
}

.reportDl .t-prev:hover {
    background: url(../img/HNIndex/t-prev2.png) no-repeat center center;
    left: 0px;
}

.reportDl .t-next:hover {
    background: url(../img/HNIndex/t-next2.png) no-repeat center center;
    right: 0px;
}

.reportDl:hover .t-btn {
    display: block
}