/***新闻开始***/

.news {
    width: 960px;
    margin: 30px auto;
}

ul {margin: 0;}

.news ul li {
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
}


.news ul li .photo {
    width: 330px;
    height: 234px;
    border: 3px solid #c6c8c9;
    float: left;
}

.news ul li .photo img {
    width: 100%;
    height: 100%;
}

.news ul li .time {
    width: 90px;
    height: 240px;
    background: #e5e5e5;
    float: left;
    color: #969696;
    text-align: center;
}

.news ul li .time .style1 {
    font-size: 24px;
    padding: 30px 0px 10px 0px;
}

.news ul li .time .style2 {
    font-size: 26px;
    color: #373737;
    padding-bottom: 30px;
}

.news ul li .time .style3 {
    font-size: 24px;
}

.news ul li .content {
    width: 524px;
    height: 240px;
    background: #f4f4f4;
    float: left;
}

.news ul li .content .ntitle {
    font-size: 26px;
    color: #969696;
    padding: 30px;
    line-height: normal;
}

.news ul li .content .nkey {
    font-size: 15px;
    color: #969696;
    padding: 0 30px;
}

.news ul li .content .btn {
    background: #003567 ;
    color: #fff;
    height: 24px;
    line-height: 24px;
    margin: 20px 30px;
    padding: 0px 10px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}
.news ul li .content .btn a {
    color: #fff;
}
.news ul li a:hover .photo {
    border: 3px solid #003567 ;
}

.news ul li a:hover .time {
    background: #917857;
    color: #917857;
}

.news ul li a:hover .time .style1 {
    color: #fff;
}

.news ul li a:hover .time .style2 {
    color: #fff;
}

.news ul li a:hover .time .style3 {
    color: #fff;
}

.news ul li a:hover .content {
    background: #003567 ;
    color: #fff;
}

.news ul li a:hover .content .ntitle {
    color: #fff;
}

.news ul li a:hover .content .nkey {
    color: #fff;
}

.news ul li a:hover .content .btn {
    background: #fff;
    color: #003567 ;
}

.news .pro_example {
    height: auto;
    width: 960px;
    margin: auto;
    padding-top: 0px;
    position: relative;
}

.news .pro_example ul {
    margin-bottom: 10px;
    margin-top: 30px;
}

.news .pro_example li {
    font-size: 22px;
    float: left;
    width: 120px;
    text-align: center;
    color: #828282;
    padding: 10px 0;
    cursor: pointer;
}

.news .pro_example li a {
    color: #828282;
}

.news .pro_example li.active {
    color: #FFFFFF;
    background-color: #003567 ;
}

.news .pro_example li.active a {
    color: #fff;
}

.news .pro_ex {
    position: absolute;
    width: 440px;
    height: 60px;
    top: 10px;
    right: 0;
}

/**下拉选择 old select**/
.metro {
    position: relative;
    width: 206px;
    cursor: pointer;
    margin-bottom: 30px;
    font-weight: 200;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 2px solid #c4c4c4;
    float: left;
    margin-right: 10px;
}
/* OLD SELECT (HIDDEN) */

.metro .old {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}

.metro select {
    position: absolute;
    left: 0px;
    top: 0px;
}

.metro.touch select {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

/* SELECTED FEEDBACK ITEM */

.metro .selected,
.metro li {
    display: block;
    font-size: 18px !important;
    line-height: 1;
    color: #000;
    padding: 9px 12px;
    overflow: hidden;
    white-space: nowrap;
    width: 100% !important;
}

.metro .selected::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 38px;
    background: #c4c4c4;
}

.metro:hover .selected::after {
    /*box-shadow: inset -55px 0 25px -20px #f4f4f4;*/
}

/* DROP DOWN WRAPPER */

.metro div {
    position: absolute;
    height: 0;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 2px;
    background: #f8f8f8;
    overflow: hidden;
    opacity: 0;
}

.metro:hover div {
    background: #f4f4f4;
}

/* Height is adjusted by JS on open */

.metro.open div {
    opacity: 1;
    z-index: 2;
}

/* FADE OVERLAY FOR SCROLLING LISTS */

.metro.scrollable div::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    /*box-shadow: inset 0 -50px 30px -35px #f8f8f8;*/
}

.metro.scrollable:hover div::after {
    /*box-shadow: inset 0 -50px 30px -35px #f4f4f4;*/
}

.metro.scrollable.bottom div::after {
    opacity: 0;
}

/* DROP DOWN LIST */

.metro ul {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    list-style: none;
    overflow: hidden;
}

.metro.scrollable.open ul {
    overflow-y: auto;
}

/* DROP DOWN LIST ITEMS */

.metro li {
    list-style: none;
    padding: 8px 12px;
}

/* .focus class is also added on hover */

.metro li.focus {
    background: #333;
    position: relative;
    z-index: 3;
    color: #fff;
}

.metro li.active {
    background: #333 !important;
    color: #fff;
}
.metro .carat,
.metro .carat:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    border: 8px solid transparent;
    border-top: 8px solid #fff;
    z-index: 2;
    -webkit-transform-origin: 50% 20%;
    -moz-transform-origin: 50% 20%;
    -ms-transform-origin: 50% 20%;
    transform-origin: 50% 20%;
}
.metro .carat:after {
    margin-top: -8px;
    right: -8px;
}

/***新闻结束***/
@media only screen and (max-width:989px) {
    .news {
        width: 98%;
    }
    .news ul li {
        height: 80px;
    }
    .news ul li .photo {
        width: 30%;
        height: 100%;
    }
    .news ul li .time {
        width: 20%;
        height: 100%;
        padding: 10px 0;
    }
    .news ul li .content {
        width: 46%;
        height: 100%;
        padding: 0;
    }
    .news .pro_example {
        width: 100%;
    }
    .news .pro_example ul li a {
        font-size: 16px;
    }
    .news ul li .content .ntitle {
        font-size: 12px;
    }
    
    .news ul li .time .style1 {
        font-size: 12px;
        padding: 0;
    }
    .news ul li .time .style2 {
        font-size: 13px;
        padding: 0;
    }
    .news ul li .time .style3 {
        font-size: 12px;
        padding: 0;
    }
}