body {
    background-color: #EEE;
}

.container {
    width: 1180px;
    margin: 0 auto;
    background-color: #fff;
    /* height: 2000px; */
}

.new_banner {
    width: 100%;
    height: 528px;
    background: url("../pc_images/banner.jpg") no-repeat;
    background-size: cover;
    padding: 268px 74px 0 0;
}

.show_title,
.show_cname,
.show_clink {
    color: #fff;
    text-align: end;
}

.show_title {
    font-size: 48px;
    letter-spacing: -1.16px;
    line-height: 72px;
}

.show_cname,
.show_clink {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 33px;
    letter-spacing: -0.58px;
}


/* 资讯列表 */

.message_list {
    width: 835px;
    display: table-cell;
    border-right: 1px solid #EEEEEE;
}

.message_tab {
    height: 48px;
    padding-left: 20px;
    border-bottom: 1px solid #EEEEEE;
}

.message_tab a {
    height: 100%;
    width: 130px;
    font-size: 20px;
    color: #666666;
    line-height: 48px;
    display: inline-block;
    text-decoration:none
}

.message_tab a.currentB span {
    border-bottom: 2px solid #F5A623;
    color: #333333;
}

.news_list li a {
    display: block;
    padding: 20px 20px;
    text-decoration:none
}

.news_list li h3 {
    font-size: 24px;
    color: #333333;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 10px;
    overflow: hidden;/*超出部分隐藏*/
    white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.news_list li{
    height: 150px;
}

.news_list li p {
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.release_time {
    float: right;
    font-size: 12px;
    color: #4A90E2;
    margin-top: 2px;
}
.list_new_img{
    width: 175px;
    height: 100px;
    /*background: skyblue;*/
    float: left;
    margin-top: 5px;
}
.list_new_img img{
    width: 95%;
    height: 100%;
}
.list_new_con{
    float: right;
    width: 615px;
}

/* 热门咨询 */

.hot_release {
    width: 344px;
    display: table-cell;
    padding-left: 23px;
}

.hot_release h3 {
    height: 68px;
    border-bottom: 1px solid #EEEEEE;
    font-size: 18px;
    color: #333333;
    line-height: 68px;
    margin-bottom: 24px;
}

.hot_release li {
    padding: 0 28px 0 30px;
    position: relative;
}

.hot_release li:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #F5A623;
    border-radius: 8px;
    top: 4px;
    left: 0px;
}

.hot_release li a {
    display: block;
    font-size: 14px;
    color: #666666;
    padding-bottom: 30px;
}


/* 新闻详情 */

.detail_title {
    font-size: 32px;
    color: #333333;
    letter-spacing: -0.77px;
    font-weight: 700;
    padding: 23px 0 10px 30px;
}

.detail_release_time {
    padding-left: 30px;
    font-size: 14px;
    color: #4A90E2;
    letter-spacing: -0.34px;
}

.news_detail {
    padding: 30px 30px 100px;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}

nav.page-nav-outer .page-input-box {
    display: none;
}


/* 修改底部样式 */
.footer .nav-top_box dl dt{
    width:85px!important;
}
.footer .nav-top_box dl{width: 220px!important;}
.footer .logo{width:200px!important;}
.footer .nav-top_box{text-align: start!important;}
.search input{box-shadow: 0 0 0px 1000px #7c7c7c  inset;}