* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 20px;
}

ul,
li {
    list-style: none;
}

a {
    background-color: transparent;
    text-decoration: none;
}

header {
    height: 280px;
    width: 100%;
    background: url(../img/szqh/banner.jpg) center no-repeat;
    background-size: 100% 100%;
}

.banxin {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

/* 轮播图 */
.banxin main .swiper-main {
    height: 400px;
    /* background-color: aquamarine; */
    margin: 60px 0 40px 0;
    display: flex;
}

.banxin main .swiper-main #oImg {
    height: 400px;
    width: 660px;
    background-color: palegoldenrod;
    background-size: 660px 400px;
    position: relative;
    transition: 0.5s all linear;
}

.banxin main .swiper-main #oImg ul {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.banxin main .swiper-main #oImg ul li {
    list-style: none;
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    margin: 5px;
    float: left;
}

.banxin main .swiper-main .content {
    height: 100%;
    width: 540px;
    /* background-color: chartreuse; */
    padding-left: 50px;

}

.banxin main .swiper-main .content ul {
    height: 100%;
}

.banxin main .swiper-main .content ul li {
    list-style-type: square;
    /* height: 50px;
    line-height: 50px; */
    /* line-height: 37px; */
}

/* 将li前面的符号变成红色 */
.banxin main .swiper-main .content ul li::marker {
    color: #c33939;
}

.banxin main .swiper-main .content ul li a {
    color: black;
    display: block;
    /* width: 425px; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* font-size: 18px; */
    font-weight: normal;
    line-height: 46px;
}



/*中央精神、陕西动态  */
.banxin main .news {
    width: 100%;
    /* height: 340px; */
    /* background-color: aqua; */
    display: flex;
    justify-content: space-between;
}

.banxin main .news .center {
    width: 48%;
    /* background-color: beige; */
}

.banxin main .news .center .title {
    height: 35px;
    /* background-color: red; */
    display: flex;
}

.banxin main .news .center .title img {
    width: 35px;
    height: 35px;
}

.banxin main .news .center .title span {
    line-height: 35px;
    color: #c33939;
}

.banxin main .news .center .content {
    /* height: 290px; */
    /* background-color: yellow; */
    padding: 30px 0 30px 0;
}

/* 取消默认的li样式 */
.banxin main .news .center .content ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    height: 38px;
}

.banxin main .news .center .content ul li a {
    font-size: 18px;
    color: black;
    width: 490px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.banxin main .news .center .content ul li a:before {
    content: '';
    height: 7px;
    width: 7px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    background: url(../img/spr.png) -40px -42px;
}

.banxin main .news .center .more a {
    height: 15px;
    font-size: 15px;
    text-align: end;
    color: #c33939;
    float: right;
}

.banxin main .news .shanxi {
    width: 50%;
    /* background-color: orange; */
}

/* 媒体视频 */
.banxin main .video {
    width: 100%;
    height: 270px;
    /* background-color: aqua; */
	/* border: #c33939 1px solid; */
}

.banxin main .video .title {
    width: 100%;
    height: 120px;
    /* background-color: antiquewhite; */
    text-align: center;
    line-height: 120px;
    font-size: 29px;
    color: #c33939;
}

.banxin main .video .title span {
    height: 100%;
    float: right;
}

.banxin main .video .title span a {
    color: gray;
    font-size: 15px;
}

.banxin main .video .content {
    width: 100%;
    height: 230px;
    display: flex;
}

/* .banxin main .video .content .left {
    height: 100%;
    width: 30px;
    text-align: left;
    color: rgba(128, 128, 128, 0.5);
    line-height: 230px;
    cursor: pointer;
}

.banxin main .video .content .right {
    height: 100%;
    width: 30px;
    text-align: right;
    color: rgba(128, 128, 128, 0.5);
    line-height: 230px;
    cursor: pointer;
} */

.banxin main .video .content .module {
    height: 100%;
    width: 100%;
    /* background-color: yellow; */
    display: flex;
    justify-content: space-between;
}

.banxin main .video .content .module .one {
    height: 100%;
    width: 265px;
}

.banxin main .video .content .module .one .pic {
    width: 265px;
    height: 195px;
}

.banxin main .video .content .module .one .char {
    height: 35px;
    line-height: 50px;
    font-weight: 700;
    zoom: .8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.banxin main .video .content .module .one .char a {
    color: black;
    font-weight: normal;
    /* font-size: 18px; */
}

.banxin main .video .content .module .one .pic img {
    width: 100%;
    height: 100%;
}

/* 非凡十年 */
.banxin main .tenyear {
    width: 100%;
    height: 560px;
    /* background-color: orange; */
}

.banxin main .tenyear .title {
    width: 100%;
    height: 120px;
    /* background-color: antiquewhite; */
    text-align: center;
    line-height: 120px;
    font-size: 29px;
    color: #c33939;
}

.banxin main .tenyear .content {
    width: 100%;
    height: 448px;
    /* background-color: aqua; */
    display: flex;
    justify-content: space-between;
}

.banxin main .tenyear .content .pic {
    height: 100%;
    width: 48%;
    /* padding: 0 10px 7px 10px; */
}

.banxin main .tenyear .content .pic .more {
    width: 100%;
    height: 30px;
    font-size: 16px;
    color: gray;
    text-align: end;
    /* background-color: pink; */
}

.banxin main .tenyear .content .pic .image {
    height: 420px;
    width: 100%;
    /* background-color: yellow; */
    display: flex;
	flex-direction: row;
    justify-content: space-between;
}

.banxin main .tenyear .content .pic .image .left {
    width: 50%;
    height: 100%;
    /* background-color: yellowgreen; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.banxin main .tenyear .content .pic .image .left .top {
    width: 100%;
	height: 50%;
    /* background-color: blue; */
}

.banxin main .tenyear .content .pic .image .left .bottom {
    width: 100%;
	height: 50%;
    /* background-color: white; */
}

.banxin main .tenyear .content .pic .image .right {
    width: 50%;
	height: 100%;
    /* background-color: olive; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	text-align: right;
}

.banxin main .tenyear .content .pic .image .right .top {
    width: 100%;
	height: 50%;
    /* background-color: blue; */
}

.banxin main .tenyear .content .pic .image .right .bottom {
    width: 100%;
    height: 50%;
    /* background-color: white; */
}

.banxin main .tenyear .content .char {
    height: 450px;
    width: 48%;
    /* background-color: yellow; */
}

.banxin main .tenyear .content .char .more {
    width: 100%;
    height: 30px;
    font-size: 16px;
    color: gray;
    text-align: end;
    /* background-color: greenyellow; */
}

.banxin main .tenyear .content .char ul {
    width: 100%;
    height: 100%;
}

.banxin main .tenyear .content .char ul li {
    /* height: 48px; */
    line-height: 46px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.banxin main .tenyear .content .char ul li:first-child{
    border-top: none;
}

.banxin main .tenyear .content .char ul li a {
    font-size: 18px;
    color: black;
}

/* 底部部分 */
footer {
    width: 100%;
    height: 150px;
    background-color: #c33939;
    margin-top: 95px;
    color: white;
    padding-top: 20px;
}

footer .wrapper {
    width: 100%;
    height: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer .wrapper p {
    font-size: 14px;
}

footer .wrapper p a {
    color: white;
    font-size: 14px;
}