.content .content-in .banner-new {
    width: 100%;
    height: 400px;
}

/*banner*/
.banner-new #banner-ps {
    position: relative;
    width: 100%;
    /* height: 340px; */
    height: 400px;
    overflow: hidden;
    float: left;
}

.content .content-in .banner-new #banner-ps .img-ps img {
    width: 100%;
    height: 400px;
}

.banner-new #banner-ps .tabs-bg {
    background-color: #000;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.banner-new #banner-ps .tabs-content {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 30px;
    line-height: 30px;
}

.banner-new #banner-ps .tabs-content .tabs-content-title {
    float: left;
    padding-left: 20px;
    width: 360px;
}

.banner-new #banner-ps .tabs-content .tabs-content-title ul li {
    float: left;
    display: none;
}

.banner-new #banner-ps .tabs-content .tabs-content-title ul li:first-child {
    display: block;
}

.banner-new #banner-ps .tabs-content .tabs-content-title ul li a {
    color: #ccc;
    display: inline-block;
    width: 360px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.banner-new #banner-ps .tabs-content #tabs {
    float: right;
    padding-right: 8px;
    margin-top: 6px;
}

.banner-new #banner-ps #tabs ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    float: left;
    text-align: center;
    line-height: 18px;
    margin: 4px;
    cursor: pointer;
}

.banner-new #banner-ps #tabs .tab-active {
    background-color: red;
}

/*news*/
.banner-new .news-ev {
    float: right;
    width: 570px;
    height: 320px;
    border: 1px solid #E8E8E8;
}

.news-ev .news-head {
    width: 100%;
    height: 37px;
    background-color: #F2F2F2;
}

.news-ev .news-head ul li {
    color: #666;
    line-height: 34px;
    font-size: 16px;
    font-weight: 600;
    height: 37px;
    text-align: center;
    cursor: pointer;
    /* margin-left: 95px; */
    float: left;
    box-sizing: border-box;
    border-top: 2px solid transparent;
}

.news-ev .news-head ul li.news-active {
    border-top: 2px solid #3995E2;
    background: #fff;
}

.news-ev .news-head ul li.news-active a {
    color: #3995E2;
}

.news-ev .news-head ul li a {
    display: inline-block;
    width: 120px;
    color: #666;
}

.news-ev .news-head ul li:first-child, .news-ev .news-head ul li + li {
    width: 25%
}

.news-ev .news-head ul li:last-child {
    width: 25%;
    float: right;
}

.news-content {
    width: 100%;
}

.news-content table {
    width: 100%;
    padding: 0 10px;
    table-layout: fixed;
    margin-top: 6px;
}

.news-content .news-i table tr {
    height: 32px;
    cursor: pointer;
    color: #666;
}

.news-content .news-i table tr td a {
    display: inline-block;
    width: 440px;
    color: #494949;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.news-content .news-i table tr td a:hover {
    color: #FC996E
}

.news-content .news-i table tr td a:before {
    content: '.';
    float: left;
    width: 10px;
    height: 10px;
    display: block;
    color: #A2C9F7;
    font-weight: bold;
    font-size: 26px;
    line-height: 3px;
    margin-right: 6px;
}

.news-content .news-i table tr td:first-child {
    width: 370px;
}

.news-content .news-i table tr td + td {
    text-align: right;
}

.new-more {
    width: 60px;
    height: 30px;
    background-color: #169BD5;
    line-height: 30px;
    text-align: center;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

.new-more a {
    color: white;
}

.pb-look {
    height: 37px;
    background-color: #D1DAE4;
    margin: 10px 0;
    line-height: 37px;
    padding-left: 20px;
}

.pb-look i {
    height: 37px;
    vertical-align: middle;
    margin-right: 5px;
}

.pb-look span {
    color: #16A2D9;
    font-weight: 800;
    font-size: 18px;
}

.pre-announ {
    width: 1170px;
    /* height: 300px; */
    height: 340px;
    margin-top: 20px
}

.pre-announ.banner-row {
    margin-top: 0px;
    height: 340px;
}

.pre-announ .tb-top {
    width: 555px;
    height: 40px;
    line-height: 40px;
    color: #3995E2;
    font-size: 18px;
    font-weight: 800;
    padding-left: 20px;
    position: relative;
    background: #F3F8FC;


}

.pre-announ .tb-top:before {
    content: '';
    position: absolute;
    background: url('../images/index/news_bg.png') no-repeat;
    width: 100%;
    height: 40px;
    left: 0;
    right: 0

}

.pre-announ .tb-top span {
    position: absolute;
}

.pre-announ .tb-tp-rt {
    float: right;
    width: 70px;

}

.pre-announ .tb-tp-rt a span {
    color: #494949;
    font-size: 14px;
}

.pre-announ .tb-tp-rt i img {
    margin-top: 3px;
}

.pre-announ .pre-an-sm {
    width: 575px;
    /* height: 300px;  */
    height: 340px;
    border: 1px solid #E8E8E8;
}

.pre-announ.banner-row .pre-an-sm {
    height: 340px;
}

.pre-announ .pre-an-0 {
    float: left;
}

.pre-announ .pre-an-1 {
    float: right;
}

.pre-announ .pre-an-sm table {
    border-radius: 5px;
    width: 560px;
    margin: 12px 0;
}

.pre-announ .pre-an-sm table tr {
    height: 32px;
    text-align: center;
    color: #666;
}

.pre-announ .pre-an-sm table thead tr th {
    color: #4A4A4A;
}

.pre-announ .pre-an-sm .dm-messagePSend table tr td a {
    max-width: 335px;
    color: #666;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}

.pre-announ .pre-an-sm .dm-messagePSend table tr td a:hover {
    color: #FC996E
}

/* �����Ļ� */
.dm-culture ul {
    margin: 10px 0 0 10px;
}

.dm-culture ul li {
    float: left;
    padding: 5px;
    font-size: 16px;
    color: #4A4A4A;
    font-weight: bold;
}

.dm-culture ul li + li:before {
    content: '|';
    color: #ccc;
    margin-right: 8px
}

.dm-culture ul li.active {
    color: #FC996E
}

.dm-culture table {
    width: 100%;
    padding: 0 10px;
    table-layout: fixed;
    margin-top: 6px;
}

.dm-culture table tr {
    height: 32px;
    cursor: pointer;
    color: #666;

}

.dm-culture table tr td {
    text-align: left;
}

.dm-culture table tr td a {
    display: inline-block;
    color: #494949;
}

.dm-culture table tr td a:hover {
    color: #3995e2;
}

.dm-culture table tr td a:before {
    content: '.';
    float: left;
    width: 10px;
    height: 10px;
    display: block;
    color: #A2C9F7;
    font-weight: bold;
    font-size: 26px;
    line-height: 3px;
    margin-right: 6px;
    margin-left: 10px;
}

.pre-an-hide .bmfw-list {
    display: flex;
    height: 139px;
}

.pre-an-hide .bmfw-list li {
    width: 25%;
}

.pre-an-hide .bmfw-list li .item-info {
    text-align: center;
}

.pre-an-hide .bmfw-list li .item-info img {
    width: 60px;
    height: 60px;
}

.pre-an-hide .bmfw-list li .item-img {
    margin-top: 30px;
}

.pre-an-hide .bmfw-list li .item-detail {
    margin-top: 5px;
}

.gdzwfw-item img {
    width: 100%;
}


#index-right-nav ul li {
    height: 60px;
    width: 60px;
    border: 1px solid #dcdcdc;
    margin-top: 12px;
    background-color: #f5f5f5;
    cursor: pointer;
}

#index-right-nav ul li .index-right-img {
    text-align: center;
}

#index-right-nav ul li .index-right-img img {
    margin: 8px 0 2px 0;
}

#index-right-nav ul li .index-right-text {
    font-size: 12px;
    text-align: center;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}