@charset "utf-8";
/* CSS Document */
.main {
    padding: .2rem 0;
}

.main .pos {
    font-size: .3rem;
    width: 94%;
    margin: 0 auto .3rem;
    line-height: .5rem;
}

.main .pos img {
    width: .3rem;
    margin-right: .1rem;
}

.main .xwdt {
    position: relative;
    width: 100%;
    height: 4rem;
}

.main .xwdt .swiper-xwdt {
    height: 4rem;
}

.main .xwdt .swiper-xwdt .section {
    position: relative;
}

.main .xwdt .swiper-xwdt .section img {
    height: 4rem;
    width: 100%;
}

.main .xwdt .swiper-xwdt .section p {
    position: absolute;
    width: 100%;
    height: .6rem;
    box-sizing: border-box;
    padding-right: 1.2rem;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: .2rem;
    line-height: .6rem;
    color: #ffffff;
    font-size: .3rem;
}

.main .xwdt .pagination {
    position: absolute;
    right: .1rem;
    text-align: right;
    bottom: .1rem;
    z-index: 5;
    width: 30%;
}

.main .xwdt .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #ffffff;
    margin: 0 3px;
    cursor: pointer;
}

.main .xwdt .swiper-active-switch {
    background: #d81f0a;
}

/*新闻列表*/
ul.newsList {
    width: 100%;
    margin: 0 auto;
}

ul.newsList li {
    line-height: .9rem;
    height: .9rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #cccccc;
}

ul.newsList li:last-child {
    border-bottom: hidden;
}

ul.newsList li:hover {
    color: #3868b6;
}

.point{
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #C6C6C6;
    margin-right: .16rem;
    vertical-align: .03rem;
}

.main .more {
    border: 1px solid #3868b6;
    line-height: .6rem;
    width: 2rem;
    font-size: .28rem;
    text-align: center;
    display: block;
    color: #3868b6;
    margin: .2rem auto 0;
}

.main .jryw{
    width: 94%;
    margin: .4rem auto;
    
}

.main .zscd{
    width: 94%;
    margin: .4rem auto;  
}

.main .bmsd{
    width: 94%;
    margin: .4rem auto;  
}

.main .qxdt{
    width: 94%;
    margin: .4rem auto;  
}

.main  h4{
    border-bottom: 1px solid #ccc;
    font-size: .36rem;
}

.main h4 span{
    font-weight: bold;
    color: #3868b6;
    border-bottom: 3px solid #3868b6;
    padding-bottom: .16rem;
    display: inline-block;
}