* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* 头部 */
.header {
    width: 100%;
    margin: 0 auto;

    background-image: url("../img/index/top_bg.jpg");
    
}

.warper {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.nav {
    width: 100%;
    height: 50px;
    background: #11558a;
}

.top_nav1 {
    line-height: 60px;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    position: relative;
}

.top_nav1 a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.top_nav1 .welcome {
    float: left;
}

.top_nav1 ul{
    list-style: none;
    float: right;
}

.top_nav1 ul li {
    float: left;
    margin: 0 10px;
}

.top_nav1 ul li:not(:last-child)::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 14px;
    background: #fff;
    margin-left: 10px;
    top: 40%
}

.top_nav1 .wza {
    line-height: 28px;
    float: right;
    padding: 0 10px;
    border: 1px solid #fff;
    margin-top: 15px;
    border-radius: 5px;
}

.top_nav2 {
    text-align: center;
}

.top_nav3 {
    text-align: center;
}

#searchForm {
    position: relative;
}
#searchForm button {
    width: 20px;
    height: 20px;
    border: none;
    position: absolute;
    top: 15px;
    right: 370px;
    background: url("../img/index/sousuo.png");
}

#searchWord {
    width: 480px;
    height: 40px;
    border-radius: 5px;
    color: #4d7384;
    font-size: 15px;
    padding: 0 10px;
    outline: none;
    border: none;
    margin-top: 5px;
    margin-bottom: 25px;
}

.nav ul {
    width: 1200px;
    list-style: none;
    margin: 0 auto;
}
.nav ul li {
    width: 165px;
    float: left;
    line-height: 48px;
    cursor: pointer;
    text-align: center;
}
.nav ul li a {
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
}
.nav .selected {
    background: #093c6e;
    height: 50px;
}

/* 正文内容 */
.content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 26px;
}

/* 轮播图 */
.pic-box {
    width: 700px;
    height: 418px;
    float: left;
    position: relative;
    overflow: hidden;
}

.pic-news-slide {
    width: 700px;
    height: 418px;
    display: none;
}
.pic-news {
    width: 700px;
    height: 418px;
}
.pic-news img {
    width: 700px;
    height: 418px;
}
.pic-news .pic-title {
    width: 100%;
    background: #00000060;
    position: absolute;
    left: 0;
    bottom: 0;
}
.pic-news p {
    width: 70%;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.slide-active {
    display: block;
    animation: hideIndex 0.5s;
}
.dots {
    position: absolute;
    right: 24px;
    bottom: 10px;
    text-align: right;
}
.dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff60;
    margin-right: 4px;
    cursor: pointer;
}

.dots span.active {
    background: #ffffff;
}

@keyframes hideIndex {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* 党政要闻 */
.news {
    width: 472px;
    height: 418px;
    float: right;
}
.news-column ul {
    height: 50px;
    border-bottom: 1px solid #093c6e;
}
.news-column-part {
    height: 50px;
    padding: 0 12px;
    line-height: 48px;
    color: #00000080;
    font-size: 18px;
    font-weight: 600;
    float: left;
    list-style: none;
    text-align: center;
}
.news-column-part a {
    color: #00000080;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
}
.news-column-active {
    color: #10568a;
    border-bottom: 5px solid #10568a;
}

.news-title-part {
    width: 100%;
    display: none;
    margin-bottom: 11px;
}
.news-title-active {
    display: block;
}
.news-title-part ul li {
    font-size: 18px;
    color: #666666;
    margin-top: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    list-style: none;
}
.news-title-part ul li a {
    font-size: 18px;
    color: #666666;
    text-overflow: ellipsis;
    text-decoration: none;
}
.news-title-part ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #666666;
    display: inline-block;
    border-radius: 50%;
    margin-right:10px;
    margin-bottom: 4px;
}

.part2 {
    width: 100%;
    padding-top: 26px;
    float: left;
}
/* 通知公告 */
.notice {
    width: 700px;
    height: 300px;
    float: left;
}
.notice-column ul {
    height: 50px;
    border-bottom: 1px solid #093c6e;
}
.notice-column-part {
    height: 50px;
    padding: 0 30px;
    line-height: 48px;
    color: #00000080;
    font-size: 18px;
    font-weight: 600;
    float: left;
    list-style: none;
    text-align: center;
}
.notice-column-part a {
    color: #00000080;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
.notice-column-active {
    color: #10568a;
    border-bottom: 5px solid #10568a;
}

.notice-title-part {
    width: 100%;
    height: 368px;
    display: none;
}
.notice-title-active {
    display: block;
}
.notice-title-part ul li {
    font-size: 18px;
    color: #666666;
    margin-top: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    list-style: none;
}
.notice-title-part ul li a {
    font-size: 18px;
    color: #666666;
    text-overflow: ellipsis;
    text-decoration: none;
}
.notice-title-part ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #666666;
    display: inline-block;
    border-radius: 50%;
    margin-right:10px;
    margin-bottom: 4px;
}

/* 政民互动 */
.interact {
    width: 472px;
    height: 300px;
    float: right;
}
.interact-column ul {
    height: 50px;
    border-bottom: 1px solid #093c6e;
}
.interact-column-part {
    height: 50px;
    padding: 0 30px;
    line-height: 48px;
    color: #00000080;
    font-size: 18px;
    font-weight: 600;
    float: left;
    list-style: none;
    text-align: center;
}
.interact-column-part a {
    color: #00000080;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}
.interact-column-active {
    color: #10568a;
    border-bottom: 5px solid #10568a;
}

.interact-title-part {
    width: 100%;
    height: 368px;
    display: none;
}
.interact-title-active {
    display: block;
}
.interact-title-part ul li {
    font-size: 18px;
    color: #666666;
    margin-top: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    list-style: none;
}
.interact-title-part ul li a {
    font-size: 18px;
    color: #666666;
    text-overflow: ellipsis;
    text-decoration: none;
}
.interact-title-part ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #666666;
    display: inline-block;
    border-radius: 50%;
    margin-right:10px;
    margin-bottom: 4px;
}

/* 学党史banner */
.part3 {
    float: left;
    margin-top: 26px;
}

/* 平台服务 */
.part4 {
    float: left;
    margin-top: 30px;
}
.part4 ul {
    list-style: none;
}
.service-title {
    width: 100%;
}
.service-title-part {
    height: 50px;
    padding: 0 10px;
    line-height: 48px;
    color: #00000080;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}
.service-title-active {
    color: #10568a;
}
.platform-service {
    width: 1200px;
    display: none;
    overflow-x: scroll;
}
.platform-active {
    display: block;
}
.platform-service-ul, .query-service-ul {
    width: max-content;
}
.platform-service-ul li, .query-service-ul li {
    float: left;
    margin-right: 20px;
}
.service-content ul li {
    margin-bottom: 10px;
}
/* a 标签是 inlinenon-replaced 元素
img 标签是 inlinereplaced 元素 */
.service-content ul li img {
    vertical-align: bottom;
}
.service-content ul li:hover {
    box-shadow: 2px 10px 10px 2px #00000090;
}

/* 专题专栏 */
.part5 {
    float: left;
    margin-top: 40px;
}
.ztzl-title {
    width: 1200px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #10568a;
    position: relative;
}
.ztzl-title p:before, .ztzl-title p:after {
    position: absolute;
    content: '';
    width: 500px;
    height: 1px;
    background: #ccc;
    top: 50%;
}
.ztzl-title p:before {
    left: 0;
}
.ztzl-title p:after {
    right: 0;
}

.ztzl-content ul li {
    list-style: none;
    float: left;
    margin-bottom: 20px;
    margin-right: 15px;
}
/* a 标签是 inlinenon-replaced 元素
img 标签是 inlinereplaced 元素 */
.ztzl-content ul li img {
    vertical-align: bottom;
}
.ztzl-content ul li:hover {
    box-shadow: 2px 10px 10px 2px #00000090;
}
.ztzl-content ul li:nth-child(3) {
    margin-right: 0;
}
.ztzl-content ul li:last-child {
    margin-right: 0;
}

/* 友情链接 */
.friend-link {
    width: 100%;
    height: 50px;
    margin-top: 20px;
    float: left;
    background: #eeeeee;
}
.friend-link ul {
    width: 1200px;
    margin: 0 auto;
    list-style: none;
    position: relative;
}
.friend-link ul li {
    color: #666666;
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
    padding: 0 26px;
    float: left;
}
.friend-link ul li:hover {
    color: #10568a;
}
.friend-link ul li span {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-left: 10px;
    transform: rotate(45deg);
    border: solid #666666;
    border-width: 2px 0 0 2px;
}
.friend-link ul li a {
    color: #666666;
    font-size: 16px;
    text-decoration: none;
}

.link-content {
    line-height: 30px;
    display: none;
    position: absolute;
    background: #fff;
    width: 1200px;
    padding: 20px 0;
    border: solid #666666;
    border-width: 2px 2px 0 2px;
    bottom: 0;
    left: 0;
}
.friend-link ul li:hover .link-content {
    display: block;
}
.link-content a {
    color: #666666;
    font-size: 14px;
    margin: 0 20px;
    text-decoration: none;
    min-width: 180px;
    display: inline-block;
}

/* 底部开始 */
.footer {
    width: 100%;
    height: 260px;
    float: left;
    background: #303135;
}
.footer-content {
    width: 1200px;
    margin: 0 auto;
}
.footer-des {
    width: 80%;
    padding: 40px 0;
    float: left;
}
.contact-us, .contact-us a, .footer-des p{
    color: #fff;
    text-decoration: none;
}
.contact-us {
    margin-bottom: 20px;
}
.footer-des p{
    font-size: 14px;
    line-height: 24px;
    color: #adadad;
}
.footer-des .des-img-a {
    margin-top: 10px;
}
.footer-des img {
    vertical-align: middle;
}
.footer-des .des-img-a a {
    font-size: 14px;
    color: #adadad;
    text-decoration: none;
    margin-left: 10px;
}
.site-dzjg {
    margin-top: 40px;
    float: right;
}
.site-dzjg img {
    margin-right: 10px;
    vertical-align: middle;
}


/* newschild栏目样式 */
.website-nav, .website-nav a {
    font-size: 15px;
    color: #000000a0;
    font-weight: bold;
    text-decoration: none;
}
.column-title {
    font-size: 20px;
    font-weight: bold;
    color: #11558a;
    border-bottom: 1px solid #00000050;
    padding: 15px 0;
}
.column-content {
    margin-bottom: 50px;
}
.column-list {
    margin: 20px 0 50px;
}
.column-list ul li {
    font-size: 16px;
    color: #666666;
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    list-style: none;
}
.column-list ul li a {
    font-size: 16px;
    color: #666666;
    text-overflow: ellipsis;
    text-decoration: none;
}
.column-list ul li a:hover {
    color: #111111;
}
.column-list ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #666666;
    display: inline-block;
    border-radius: 50%;
    margin-right:10px;
    margin-bottom: 4px;
}

/*--------------------2.1.新闻内容CSS--------------------*/
.website/*所在位置*/{ line-height:30px; height:30px;background-color:#E9F3FD; margin-top:10px;padding-left:10px;font-size:14px;}
.website a {text-decoration:none;color:#122e67;font-size:14px; cursor:pointer;}
.abstract/*摘要信息*/{height:75px;background-color:#E9F3FD; margin-top:10px;padding-left:10px;}
.abstract ul {padding: 15px;}
.abstract ul li {float: left; width: 400px; padding-bottom: 10px; font-size: 12px; list-style: none;}

.pagesite/*第几页*/{ text-align:center; line-height:24px; height:24px; margin:10px auto;}
.newsTex/*内容标题*/{ width:100%; margin:auto;}
.newsTex h1{ font-size:28px; padding:20px 0; font-family:"微软雅黑","黑体"; text-align:center; line-height:30px;}
.newsTex li {list-style:none;}
.newsTex li a {text-decoration:none;color:#122e67;font-size:14px; cursor:pointer;}
.msgbar{ line-height:30px; text-align:center; color:#999; font-size:12px;}
.summary/*摘要*/{ width:98%;  line-height:20px; font-size:22px; font-family:"微软雅黑","黑体"; text-align:center;}
.newsCon{  line-height:24px; padding:50px 10px 20px 10px;}
.pagebar{height:30px;line-height:30px; text-align:center;}
.other{height:60px;  border-top:#ccc 1px solid; padding-top:10px;}
.other ul{float:left; margin-left:10px;}
.other ul li{height:26px; line-height:26px; text-align:left; width:100%;}