ul_news_2@charset "utf-8";
/* CSS Document */

#container { margin: 0 auto; width:100%;}
/* 内容盒 */
.content_box{width:100%; height:auto;margin:0 auto;display: flex;}
.left_box{width:100%;float:left;}
.right_box{width:100%;float:left;margin-bottom: 15px;}
/* 标题 */
.title_style_1{width: 100%; height: 44px;text-align:center;}
.title_style_2{width: 100%; height: 44px;text-align:center;position: absolute;  display: none; }
.title_font{font-size: 34px;color: #92334e; height: 44px; line-height: 44px; font-weight: bold;position: relative;}
.title_font_2{font-size: 30px;color: #92334e; height: 44px; line-height: 44px; font-weight: bold;position: relative;}
.title_font img{ margin-right: 10px;  margin-top: -3px;}
.more{transition: all 0.5s; overflow: hidden;line-height: 37px;position: relative;top: -40px;text-align: right;}
.more a{ margin-right: 20px;color:#b81c22;text-decoration: none;font-size: 24px;}
.more_2{float: right;transition: all 0.5s; overflow: hidden;}
.more_2 a{ color:#196cbe;text-decoration: none;font-size: 14px; display: block; padding: 10px 0px 0;}
/* 新闻动态 */
.new_bg{ background-size: cover;display: flex;}
.new_box{width:100%; height:auto;float:left;margin:0 auto;margin-top: 30px;}
.ul_news_1{ padding: 0 40px;}
.ul_news_1 li{font-size: 22px; line-height: 50px; color: #000;}
/* 通知 */
.notice_bg{background: #e6e3df;display: flex;}
.notice_box{width:100%; height:auto;float:left;margin:0 auto;margin-top: 30px;}
.notice_img_box{margin-top: 10px;padding: 0px 11px;display:flex;}
.notice_img_box ul{display: flex; flex-direction: column; }
.notice_img_box li { width:100%;  transition: all 0.5s;display: flex; }
.notice_img_box li .notices_date { width: 10%; text-align: center; float: left;  background: #91314e; }
.notice_img_box li .notices_date span { display:block; font-size:22px; color:#d89003;}
.notice_img_box li .notices_date font { display: block; font-size: 28px;  color: #d89003;padding: 5px 0;}
.notice_img_box li .notices_1{    display: inline-block; width: 100%;background: #fff;margin-bottom: 20px;}
.notice_img_box a{     width: 100%; font-size: 22px; color: #666;  line-height: 50px; text-overflow: ellipsis;  display: -webkit-box; -webkit-box-orient: vertical; 
 -webkit-line-clamp: 5;overflow: hidden; text-align: left;  padding: 20px 10px 0 10px;  height: 146px; margin-bottom: 35px; }
.notice_img_box .notice_title{width: 100%;  float: left;  line-height: 34px;  height: 80px; font-weight: bold; font-size: 16px; background: #333; color: #fff;  text-align: center;}
.notices_1 div{line-height: 80px;font-size: 28px;}
/* 各类新闻 */
.xw_bg{background: #e6e3df;height:auto;}
.xw_box{padding: 11px;}
.single-blog {margin:0 0 11px;display: flex;flex-direction: row;}
.blog-image{display: flex;width: 100%;flex-wrap: nowrap; flex-direction: column;background: #fff;margin-bottom: 25px;}
.image-scale {display: block;  transition: .5s;position: relative;}
.image-scale img{width: 100%; display: block;}
.blog-content{padding: 20px;background: #fff;}
.blog-content a{display:block;}
.blog-content h4{width:100%; font-size:24px;color:#732238;  max-height: 999px;line-height: 30px; text-align:center; text-overflow:ellipsis; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;}
.blog-content p{width:100%;font-size:24px;color:#666;  max-height: 999px;line-height: 30px; text-align:left; text-overflow:ellipsis; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden; margin-top: 10px;}
.blog-image-1 div.blog-content{ background: #f8f2e8;}
.blog-image-2 div.blog-content{ background: #fffbf4;}
.blog-image-3 div.blog-content{ background: #f8f2e8;}
.blog-image-4 div.blog-content{ background: #fffbf4;}


