/* 閫氱敤澶撮儴寮€濮嬬殑鍦版柟 */

.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: 175px;
    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;
}

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


/* 鐐规挱鍒楄〃椤甸潰 */

.video_box {
    margin-bottom: 30px;
}

.tv_title {
    height: 75px;
}

.tv_title,
.tv_title ul {
    display: flex;
    justify-content: space-between;
}

.tv_title h5 {
    height: 75px;
    line-height: 75px;
    font-size: 21px;
    padding-left: 20px;
    background: url(../img/rectangle4_20.png) no-repeat left center;
}

.tv_items {
    /* height: 190px; */
    width: 1200px;
    display: flex;
    
    flex-wrap: wrap;
}

.item {
    width: 230px;
    /* height: 190px; */
    background: #f8f8f8;padding-bottom:10px;margin:10px 5px;
}
.item p{margin:5px 10px;    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}

.item img {
    display: block;
    width:230px;
    height:150px;
    margin-bottom:10px;
   
}

/* 閫氱敤搴曢儴 */

#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;
}