
.pos {
    width: 1200px;
    font-size: 14px;
    margin:  20px auto;
}
/*新闻列表*/
ul.newsList {
    width: 600px;
    margin-top: 12px;
}
ul.newsList li {
    font-size: 18px;
    line-height: 38px;
    position: relative;
}
ul.newsList li:hover {
    color: #3868b6;
}
ul.newsList li a {
    width: 78%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
ul.newsList li span.time {
    text-align: right;
    color: #8d8d8d;
    float: right;
}

/*图片新闻*/
.main .con {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}

.main .xwdt {
    position: relative;
    width: 570px;
    margin: 10px 20px 20px 0;
}

.main .xwdt .swiper-xwdt {
    height: 300px;
}

.main .xwdt .swiper-xwdt .section {
    position: relative;
}

.main .xwdt .swiper-xwdt .section img {
    height: 300px;
    width: 570px;
}

.main .xwdt .swiper-xwdt .section p {
    position: absolute;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding-right: 122px;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 14px;
    line-height: 40px;
    color: #ffffff;
    font-size: 18px;
}

.main .xwdt .pagination {
    position: absolute;
    right: 14px;
    text-align: right;
    bottom: 14px;
    z-index: 10;
    width: 16%;
}

.main .xwdt .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #ffffff;
    margin: 0 5px;
    cursor: pointer;
}

.main .xwdt .swiper-active-switch {
    background: #d81f0a;
}

/*今日要闻*/
.main .jryw {
    width: 600px;
    float: right;
    margin: 10px 0 0 0;
    box-sizing: border-box;
}

.main .jryw .jrywNav {
    width: 600px;
    margin: 20px 0 20px 0;
    font-size: 22px;
    border-bottom: 1px solid #ccc;
}
.main .jryw .jrywNav .line{
    color: #ccc;
    padding: 0 18px;
    font-size: 18px;
}

.main .jryw .jrywNav li {
    display: inline-block;
    cursor: default; 
}

.main .jryw .jrywNav li.active {
    font-weight: bold;
    font-size: 22px;
    border-bottom: 3px solid #3868b6;
    padding-bottom: 10px;
    color: #3868b6;
}

.main .jryw .jrywNav li.active a{
    font-weight: bold;
    border-bottom: 3px solid #3868b6;
    padding-bottom: 9px;
}

.more{
    float: right;
    font-size: 16px;
    color: #333;
}

.more1{
    float: right;
    font-size: 16px;
    margin-top: -57px;
}

.point {
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: 3px;
    background: #ededed;
}

.main .bmsd .bmsdNav {
    width: 600px;
    margin: 20px 0 20px 0;
    font-size: 22px;
    border-bottom: 1px solid #ccc;
}
.main .bmsd .bmsdNav .line{
    color: #ccc;
    padding: 0 18px;
    font-size: 18px;
}

.main .bmsd .bmsdNav li {
    display: inline-block;
    cursor: default; 
}

.main .bmsd .bmsdNav li.active {
    font-weight: bold;
    font-size: 22px;
    border-bottom: 3px solid #3868b6;
    padding-bottom: 10px;
    color: #3868b6;
}

.main .bmsd .bmsdNav li.active a{
    font-weight: bold;
    border-bottom: 3px solid #3868b6;
    padding-bottom: 9px;
}

.main .zscd {
    width: 570px;
    margin: 20px 0 20px 0;
}

.main .zscd h4 {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    
}
.main .zscd h4 span{
    font-weight: bold;
    font-size: 22px;
    border-bottom: 3px solid #3868b6;
    padding-bottom: 10px;
    color: #3868b6;
}
.main .zscd .newsList {
    width: 570px;
    margin-top: 12px;
}
.main .zscd .newsList li {
    font-size: 18px;
    line-height: 38px;
    position: relative;
}
