@charset "utf-8";
.section1 {
    background: #f4f7fb;
    padding: 20px 0;
    height: auto;
    overflow: hidden;
}




.section2{
    background: #ffffff;
    padding: 30px 0 50px 0;
    height: auto;
    overflow: hidden;
}
.section2_left{ float: left;width: 635px}
.section2_right{ float: right;width: 635px}
.ititle {
    padding: 20px 0 20px 0;
    height: auto;
    overflow: hidden
}

.ititle h1 {
    font-size: 24px;
    color: #2267b1;
    font-weight: normal;
    float: left;
    height: 40px;
    line-height: 40px;
}

.ititle h1 span {
    float: left;
    margin: 0 10px 0 0
}

.ititle h1 i {
    font-size: 16px;
    color: #9c9c9c;
    font-style: normal;
    margin: 0 0 0 10px
}

.i_more1 {
    float: right;
    display: block;
    margin: 7px 0 0 0;
    background: url(../images/more_ico.png) left center no-repeat;
    width: 120px;
    text-align: right;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #888888;
}

.i_more1:hover {
    color: #00409a;
    background: url(../images/more_ico.png) 5px center no-repeat;
}

.news_box{height: auto;overflow: hidden; padding: 5px 0 25px 0}
.news_box ul{width: 105% ;}
.news_box li{width:310px;height:300px; background: #ffffff; float: left; margin-right: 28px;transition: all .3s;}
.news_box li .news_box_img{display:block;width:310px;height:200px; overflow: hidden}
.news_box li img{width:310px;height:200px;}
.news_box li span{ position: relative;
    top: -20px;
    left: 20px;
    display: block;
    z-index: 999;
    color: #ffffff;
    width: 90px;
    height: 30px;
    line-height: 30px;
    background: url(../images/ico_date.png) 12px center no-repeat #2267b1;
    text-align: center;
    font-size: 12px;
    padding-left: 20px;}
.news_box li h2{font-size: 16px; line-height: 24px; padding: 0 5%}
.news_box li h2 a{color: #303030; font-weight: normal}
.news_box li:hover{box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);transition: all .3s;}
.news_box li:hover h2 a{color: #2267b1}

/**/
.i_listbox{}
.i_listbox ul{}
.i_listbox li{ border-bottom: #dddddd 1px solid; margin-bottom: 12px; padding: 8px 0 12px 0;transition: all .3s;}
.i_listbox li:last-child{border-bottom: none;}
.i_listbox li a{display: block;color: #333333; font-size: 16px; line-height: 27px; overflow: hidden; width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;}
.i_listbox li span{display: block; background:url("../images/ico_date2.png") left center no-repeat;font-size: 13px;color: #999999; line-height: 30px; text-align: left; padding-left: 20px}
.i_listbox li:hover a{ color: #2267b1; transition: all .3s;}
.i_listbox li:hover span{ color: #333333; transition: all .3s;}
/* 首页 */

@media screen and (max-width:1600px) {

}

@media screen and (max-width:1320px) {
    .px1320{width:90%; margin: 0 auto}
    .news_box li{width: 22.5%;margin-right: 2%;overflow: hidden; height: 280px}
    .news_box li .news_box_img{width: 100%; height: 180px}
    .news_box li img{width: 100%; height: 180px}
    .section2_left{ width: 48%}
    .section2_right{width: 48%}
}

@media screen and (max-width:1024px) {
    .news_box li{width: 45.5%;margin-right: 2%;overflow: hidden; height: 330px; margin-bottom: 15px}
    .news_box li .news_box_img{width: 100%; height: 230px}
    .news_box li img{width: 100%; height: 230px}
}

@media screen and (max-width:720px) {
    .news_box ul{width: 107%;}
    .news_box li{width: 45.5%;margin-right: 2%;overflow: hidden; height: 245px; margin-bottom: 10px}
    .news_box li h2{     font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;}
    .news_box li .news_box_img{width: 100%; height: 125px}
    .news_box li img{width: 100%; height: 125px}
    .section2_left{ width: 100%}
    .section2_right{width: 100%}







}