.login_bar_nav {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #eeeeee;
    background: #fafafa;
}

.login_bar_nav ul {
    height: 35px;
    display: flex;
    align-items: center;
    width: 260px;
    justify-content: space-between;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.header_box {
    height: 100px;
    width: 1200px;
    border-bottom: 1px solid orange;
}

.top_banner {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.banner_1 {
    width: 980px;
    height: 55px;
   
}

.banner_2 {
    width: 210px;
    height: 55px;
   
}

.logo_box {
    width: 1200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    height: 100px;
    width: 250px;
   
}

.mianbaoxue {
    height: 34px;
    line-height: 34px;
    flex:1;
}
.search_box {
    position: relative;
}

.search {
    width: 270px;
    height: 40px;
  	padding-left:18px;
  	color: #999999;
}

.search_icon {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/search_hb.png) center center no-repeat;
  	background-size:130%;
    position: absolute;
    right: 15px;
    top: 13px;
  	   
}


/* 閫氱敤澶撮儴缁撴潫鐨勫湴鏂� */


/* 鏂囩ǹ姝ｆ枃閮ㄥ垎 */

#news_contents {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	width:1200px;
	margin:0 auto;
}

.news_header {
    width: 1200px;
   
    border-bottom: 1px solid #eee;
}

.news_header h5 {
    font-size: 32px;
    text-align: center;
    line-height: 54px;
    margin-top: 20px;
}

.news_header .miaoshu {
    margin-top: 45px;
    display: flex;
    height: 30px;
    justify-content: space-between;
}

.news_miashu {
    display: flex;
    justify-content: space-between;
}

.news_miashu {
    font-size: 12px;
    color: #999999;
}

.news_html {
    margin-top: 25px;
    width: 825px;
  	border: 1px solid #eee;
}

.news_html p { text-indent:2em;  line-height:36px;margin-top:15px;padding:0 20px; font-size:16px;}
.news_html p video { text-indent:0; }


/* 鍙充晶閫氱敤閮ㄥ垎 */



/* 閫氱敤搴曢儴 */

#index_footer {
    width: 100%;
    background: #333333;
    clear: both;
    margin-top: 20px;
    float: left;
    padding-bottom: 30px;
}

.index_footer_bar {
    height: 45px;
    background: #000000;
}

.index_footer_01 {
    width: 980px;
    margin: 0 auto;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
}

.index_footer_01 span {
    float: right;
    font-size: 12px;
}

.index_footer_01 span a {
    color: #ff9900;
}

.index_footer_03 {
    width: 980px;
    margin: 0 auto;
    color: #CCCCCC;
    clear: both;
    border-top: 1px dotted #666;
    padding-top: 20px;
}

.index_footer_03 p {
    text-align: center;
    line-height: 28px;
    color: #aeaeae;
}

.index_footer_03 p a {
    color: #aeaeae;
    margin: 0 5px;
}