﻿/*style*/
.left-active { background:#165f99;   padding:10px;}
.left-active a {color:#Fff; }



/*=== box21 ===*/
.box1 {
    padding-top: 60px;
}

/*news*/
.news {
    width: 630px;
    position: relative;
}

.news .bd ul li .pic {
    width: 630px;
    height: 420px;
    overflow: hidden;
}

.news .bd ul li .pic img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all .3s;
}

.news .bd ul li .date {
    background-color: #004780;
    height: 80px;
    width: 80px;
    color: #fff;
    text-align: center;
    margin-top: -80px;
    position: relative;
    z-index: 1;
}

.news .bd ul li .date h5 {
    font-size: 24px;
    padding-top: 15px;
    margin: 0;
    color: #fff;
}

.news .bd ul li .date h6 {
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #fff;
}

.news .bd ul li .word h3 {
    font-size: 20px;
    margin: 30px 0 10px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news .bd ul li .word h3:hover a {
    color: #004780;
    
}

.news .bd ul li .word p {
    color: #707070;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
    margin-bottom: 15px;
}

.news .bd ul li .word .more {
    color: #8f8f8f;
}

.news .bd ul li .word .more:hover {
    color: #004780;
    text-decoration: underline;
}

.news .hd {
    width: 150px;
    height: 40px;
    background-color: #f5f5f5;
    position: absolute;
    right: 0;
    top: 380px;
    z-index: 1;
}

.news .hd i {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
}

.news .hd .prev {
    left: 0;
    bottom: 0;
    background: url("../images/arrow1.png") no-repeat center;
}

.news .hd .next {
    right: 0;
    bottom: 0;
    background: url("../images/arrow2.png") no-repeat center;
}

.news .hd .pageState {
    position: absolute;
    line-height: 40px;
    left: 43px;
    font-size: 18px;
    color: #999999;
    letter-spacing: 17px;
}

.news .hd .pageState:after {
    content: "0";
    position: absolute;
    top: 2px;
    right: 12px;
}

.news .hd .pageState span {
    font-size: 24px;
    color: #004780;
    letter-spacing: 0;
    padding-right: 5px;
}

.news .hd .pageState span:before {
    content: "0";
}