﻿#page4 .newsLeft {
    float: left;
    width: 40%;
}

#page4 .newsLeft .swiper-slide {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom:57%;
    height: 0;
}

#page4 .newsLeft .swiper-slide img {
    width: 100%;
    height: auto;
    position: absolute;
    top:-12%;
    left: 0;
    display: block;
}

#page4 .newsLeft .swiper-slide .title {
    position: absolute;
    width: 92%;
    z-index: 2;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    background: url(../images/black.png);
    color: #fff;
    text-align: left;
    font-size: 16px;
    padding: 0 4%;
}

#page4 .newsLeft .swiper-slide .title p {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#page4 .newsLeft .swiper-pagination {
    width: 20%;
    right: 0;
    left: auto;
    bottom: 10px;
}

#page4 .newsLeft .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 12px;
    height: 12px;
}

#page4 .newsLeft .swiper-pagination-bullet-active {
    background: #004a89;
}

#page4 .newsRight {
    float: right;
    width: 57%;
}

#page4 .newsRight .info {
    width: 100%;
    clear: both;
    border-bottom: 1px #dddddd solid;
}

#page4 .newsRight .info .more {
    font-size: 16px;
    color: #004a89;
}

#page4 .newsRight .news-tit {
    font-size: 18px;
    width: 20%;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

#page4 .newsRight .newcur {
    background: #004a89;
    color: #fff;
    font-weight: bold;
    position: relative;
}

#page4 .newsRight .newcur::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -10px;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 10px solid #004a89;
    left: 38%;
}

.fix::before,
.fix::after {
    display: table;
    clear: both;
    content: '';
}

#page4 .newsRight .newswrap {
    margin-top: 20px;
}

#page4 .newsRight .newswrap .newBox a {
    display: block;
}

#page4 .newsRight .newswrap .newBox .title {
    font-size: 18px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#page4 .newsRight .newswrap .newBox .detail {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

#page4 .newsRight .newswrap .news-titwrap li,
#page4 .newsbox .item li {
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    position: relative;
    text-indent: 2em;
	float: left;
}

#page4 .newsRight .newswrap .news-titwrap li::before,
#page4 .newsbox .item li::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px #004a89 solid;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 12px;
}

#page4 .newsRight .newswrap .news-titwrap li a {
    display: block;
    float: left;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#page4 .newsRight .newswrap .news-titwrap li span {
    float: right;
    color: #999999;
}

.centerBanner {
    margin: 20px auto;
}

.centerBanner img {
    width: 100%;
}

#page4 .newsbox .item {
    width: 31.3%;
    float: left;
    margin-right: 3%;
}

#page4 .newsbox .item .bt span {
    font-size: 20px;
    font-weight: bold;
    border-left: 6px #004a89 solid;
    padding-left: 14px;
    float: left;
}

#page4 .newsbox .item .bt .more {
    font-size: 14px;
    color: #999;
    float: right;
    height: 26px;
    line-height: 26px;
}

#page4 .newsbox .item .bt .more img {
    margin-left: 10px;
    margin-top: 3px;
    float: right;
}

#page4 .newsbox .item .bt {
    position: relative;
    border-bottom: 1px #cccccc solid;
    padding-bottom: 15px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

#page4 .newsbox .item .bt::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    background: #004a89;
    left: 0;
    bottom: -1px;
    z-index: 9;
}

#page4 .newsbox .item li a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#page4 .newsbox .margin {
    margin-right: 0;
}
.jtyw .bd dl dt .detail{
	color: #999;
	line-height: 26px;padding-left: 20px;
}