﻿@charset "utf-8";
/* CSS Document */

.ny_left{
    width: 270px;
}
.ny_left .t{
    height: 80px;
    background: linear-gradient(to bottom, #136ec4 0%, #1990db 100%);
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 24px;
}
.ny_left .con{
    background: #e6f5ff url(../images/ny10.png) no-repeat bottom center;
    min-height: 348px;
}
.ny_left .con ul li{
    text-align: center;
    line-height: 66px;
    color: #373737;
    font-size: 20px;
    height: 66px;
    border-bottom: 1px solid #d8d8d8;
}
.ny_left .con ul li a{
    display: block;
    height: 66px;
    color: #373737;
    font-size: 16px;
    text-decoration: none;
}
.ny_left .con ul li:hover, .ny_left .con ul li.active{
    background: linear-gradient(to right, #4baddf 0%, #1475c1 100%);
}
.ny_left .con ul li:hover a, .ny_left .con ul li.active a{
    color: #fff;
}

.ny_right{
    width: 890px;
}
.ny_item_list02{
    padding: 20px 0;
}
.ny_item_list02 .item{
    height: 110px;
    background: linear-gradient(to bottom, #fafbff 0%, #eef4fd 100%);
    border: 1px solid #e1e1e1;
    margin: 7px 0;
}
.ny_item_list02 .item a:before{
    content: "";
    display: block;
    width: 4px;
    height: 110px;
    background: linear-gradient(to bottom, #0855bc 0%, #148ae4 100%);
}
.ny_item_list02 .item a{
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0;
    text-decoration: none;
    width: 856px;
}
.ny_item_list02 .item a .date{
    font-size: 14px;
    color: #203e75;
    line-height: 1;
    width: 104px;
    text-align: center;
    height: 60px;
    border-right: 1px solid #cccccc;
    margin-right: 20px;
}
.ny_item_list02 .item a .date span{
    display: block;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
}
.ny_item_list02 .item a h2{
    font-size: 24px;
    font-weight: normal;
    color: #373737;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 725px;
}
.ny_item_list02 .item:hover{
    background: url(../images/ny12.png) no-repeat;
    background-size: 100% 100%;
}
.ny_item_list02 .item:hover a:before{
    background: transparent;
}
.ny_item_list02 .item:hover h2,
.ny_item_list02 .item:hover .date{
    color: #fff;
}
.ny_item_list02 .item:hover .date{
    border-right: 1px solid #fff;
}

.ny_right .con{
    padding: 20px;
    color: #373737;
    line-height: 30px;
    font-size: 16px;
}
.ny_right .ny_header2{
    border-bottom: 1px dashed #9eabc2;
    text-align: center;
    color: #373737;
}
.ny_right .ny_header2 h2{
    font-size: 24px;
    font-weight: 600;
    padding: 20px 0;
}
.ny_right .ny_header2 p{
    font-size: 16px;
    line-height: 30px;
    padding: 10px 0;
    color: #373737;
}
.ny_right .ny_detail2{
    padding-top: 20px;
}