﻿html,body{ margin:0; padding:0; width:100%; height:100%;font: 14px/1.6 Microsoft Yahei; }
ul,li{ margin:0; padding:0; list-style:none}
a,a:hover{ text-decoration:none}
img{ border:none}

.top_logo{ padding:30px 15px;}
.logo,.newsletter_day{ float:left; width:50%;}
.logo img{ width:320px; margin-top:6px;}
.newsletter_day{ text-align:right;}
    .newsletter_day h2 {
        font-size: 24px;
        color: #A7212F;
        margin: 0;
    }
    .newsletter_day span {
        font-size: 16px;
        font-weight: bold;
        color: #A7212F;
    }

.top_img{background-position:center center; background-repeat:no-repeat;  background-size: cover; position:relative; height:300px; margin-bottom:30px; }
.top_word{ position:absolute; width:100%; height:100%; left:0; top:0; display:table; z-index:2;}
.banner_middle{ display:table-cell; vertical-align:middle; margin:0px auto 0; text-align:center;}
.top_word h1{ font-size:36px; color:#fff; line-height:1.1em; margin:0; margin-bottom:10px;}
.top_word span{ font-size:21px; font-family: Arial; color:#fff;}

.new_list{ margin:0; padding:0; list-style:none;}
.new_list li{ margin-bottom:40px; overflow: hidden; position:relative;}
.new_list li.top_title{margin-bottom:0; }
.news_img {
    float:left;
    width: calc(50% - 20px);height:100%;
}
.new_list li img {
    width: 100%; vertical-align:middle;
}
.new_list li .news_right{ float:right; width:50%; box-sizing: border-box;}
.new_list li h2{ font-size:22px; color:#000; line-height:1.45em; margin-bottom:8px; margin-top:-0.1em; display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}
.new_list li h2 a{color:#000;}
.new_list li h2 a:hover{ text-decoration:underline;}
.new_list li .time{ color:#999; font-size:12px; display:none;}
.new_list li p{ color:#666; margin:8px 0 32px; font-size:20px; line-height:1.5em; display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;}
    .new_list li .readnews {
        font-size: 15px;
        background: #A7212F; color:#fff; width:150px; text-align:center; height:40px; line-height:40px;
        display: inline-block;
    }

.new_list li.big_news .news_img { width:100%; position:static;
}
.new_list li.big_news .news_right {
    width: 100%;
    padding: 20px 40px;
    background: #A7212F;
}
.new_list li.big_news h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
}
.new_list li.big_news p {
 display:none;
}
.new_list li.big_news .readnews {
    background: #fff;
    color: #A7212F;
}

.bottom_link {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #f7f7f7;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}
.bottom_link ul li{ float:left; width:33.33%; border-right:1px solid #eee; text-align:center; box-sizing: border-box;}
.bottom_link ul li a{ display:block; color:#666; padding:10px 0;}
.copyright{ font-size:12px; color:#999; text-align:center; padding:0px 0 60px;}
.new_list li h1 {
    background: #A7212F;
    color: #fff;
    padding: 5px 15px;
    font-size: 24px;
    line-height: 1.6em;
}
.new_list li.top_title h1{margin-bottom:0; }

@media all and (max-width:768px) {
}

@media all and (max-width:414px)
{
.padding30 {padding: 0 15px;}
.top_logo{ padding:15px;}
.logo img{ width:180px; margin-top:8px;}
.top_img{ height:180px; margin-bottom:25px;}
.new_list li{ margin-bottom:15px; padding-bottom:15px; border-bottom:1px #ccc dotted;}
.new_list li.top_title {border-bottom:none; margin-bottom: 0; padding-bottom: 0;}
.new_list li img { width: 100%;}
.new_list li .news_right{ width:50%; padding-left:15px;}
.new_list li h2{ font-size:15px; margin-bottom:2px;}
.new_list li p{ margin-bottom:10px; font-size:13px; margin-top:3px;}
.new_list li .readnews{width: auto; height: 30px; line-height: 30px; font-size: 12px; padding: 0 10px;}
.newsletter_day h2{ font-size:16px; line-height:1.2em;}
.bottom_link .padding15 { padding:0; }
.news_img{ width:50%;}
.new_list li h1 {font-size: 16px; margin-bottom: 0;}
.new_list li.big_news .news_right{ padding:15px 20px;}
.new_list li.big_news h2{ margin-bottom:10px;}
}

@media all and (max-width:320px)
{
.new_list li h2,.new_list li p{ font-size:12px;}
}