/* 通用头部开始的地方 */

.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;
padding-left: 10px;
}

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


/* 通用头部结束的地方 */


/* 列表样式1 */

#news_contents {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.news_lists {
    width: 825px;
}

.news_lists h5 {
    font-size: 24px;
    border-bottom: 1px dashed #eee;
padding-bottom:10px;
}

.news_items_1 {
    padding-top: 20px;
    position: relative;
    border-bottom: 1px dashed #eee;
    padding-bottom: 20px;
}

.news_items_1 img {
    vertical-align: middle;
    object-fit: cover;
}
.article a {
    display: flex;
    justify-content: space-between;
}

.article img {
    display: block;
   
    width: 180px;
    height: 108px;
}

.title_box {
    width: 625px;
}

.title_box h5 {
    font-size: 18px;
    line-height: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.title_box p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align:left !important;

}

.title_box p {
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
}

.title_box_toptil{
    width: 500px;
    background: #716a6a;
    position: absolute;
    top: -50px;
    left: 300px;
    padding: 10px;
    border-radius: 10px;
    display: none;
    color: white;
}

.title_box p:hover + .title_box_toptil {  
  display: block;  
}

.news_items_1 p {
    margin-top: 5px;
    text-align: right;
    line-height: 16px;
}

.time {
    margin-left: 20px;
}


/* 列表样式2 */

.news_items_2 {
    border-bottom: 1px dashed #eee;
    padding: 20px 0;
}

.news_items_2 .title_box {
    width: 825px;
}

.news_items_2 p {
    margin-top: 5px;
    text-align: right;
    line-height: 16px;
}


/* 右侧通用部分 */

.common_slide {
    margin-top: 0px !important;
    width: 300px;
}

.news_banner {
    width: 300px;
    height: 225px;
    background: yellowgreen;
    display:none;
}

.common_slide h5 {
   /* height: 50px;
    line-height: 50px; */
    font-size: 20px;
    border-bottom: 1px dashed #eee;
}

.hot_tujian_items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
}

.hot_tujian_item_1 {
    width: 145px;
    background: #f8f8f8;
}

.hot_tujian_item_1 img {
    display: block;
    width: 145px;
    height: 90px;
   
}

.hot_tujian_item_1 p {
    display: block;
    width: 145px;
    line-height: 22px;
}

.hot_tujian_item_2 {
    width: 300px;
    background: #f8f8f8;
}

.hot_tujian_item_2 img {
    display: block;
    width: 300px;
    height: 185px;
   
}

.hot_tujian_item_2 p {
    display: block;
    width: 300px;
    line-height: 22px;
}

.hot_tujian_item_1,
.hot_tujian_item_2 {
    margin-bottom: 10px;
}

.hot_video_items {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.hot_video_item {
    width: 145px;
    background: #f8f8f8;
    margin-bottom: 10px;
}

.hot_video_item img {
    display: block;
    width: 145px;
    height: 90px;
    background: yellowgreen;
}

.hot_video_item p {
    display: block;
    width: 145px;
    line-height: 22px;
}


/* 通用底部 */

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