html,
body {
    margin: 0px;
    padding: 0px;
    color: #333;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;}

a {
    text-decoration: none;
    color: #333;}

a:hover {
    text-decoration: underline;}

ul,
li,
dl,
dt,
dd {
    list-style: none;
    padding: 0px;
    margin: 0px;}

.c-f {
    color: #fff;}

.c-3 {
    color: #333;}

.c-6 {
    color: #666;}

.c-9 {
    color: #999;}

.c-c {
    color: #ccc;}

.c-r {
    color: #ae261c;}

.ml5 {
    margin-left: 5px;}

.ml10 {
    margin-left: 10px;}

.ml15 {
    margin-left: 15px;}

.ml20 {
    margin-left: 20px;}

.ml100 {
    margin-left: 100px;}

.mt2 {
    margin-top: 2px;}

.mt5 {
    margin-top: 5px;}

.mt10 {
    margin-top: 10px;}

.mt20 {
    margin-top: 20px;}

.mt30 {
    margin-top: 30px;}

.mb10 {
    margin-bottom: 30px;}

.f14 {
    font-size: 14px;}

.f16 {
    font-size: 16px;}

.f18 {
    font-size: 18px;}

.f20 {
    font-size: 20px;}

.f22 {
    font-size: 22px;}

.f24 {
    font-size: 24px;}

.f28 {
    font-size: 28px;}

.f32 {
    font-size: 32px;}

.f36 {
    font-size: 36px;}

.lh20 {
    line-height: 20px;}

.lh24 {
    line-height: 24px;}

.lh28 {
    line-height: 28px;}

.lh32 {
    line-height: 32px;}

.indent2 {
    text-indent: 2em;}

.bold {
    font-weight: bold;}

.w2 {
    width: 1400px;
    margin: 0px auto;}

.w {
    width: 1200px;
    margin: 0px auto;}

.w100 {
    width: 100%;}

.h100 {
    height: 100%;}

.bg-f {
    background-color: #fff;}

.bg-red {
    background-color: #b2352b;}

.pd5-10 {
    padding: 5px 10px;}

.pd15 {
    padding: 15px;}

.pt20 {
    padding-top: 20px;}

.pb15 {
    padding-bottom: 15px;}

.relative {
    position: relative;}

.absolute {
    position: absolute;}

.index100 {
    z-index: 100;}

.row {
    display: flex;
    flex-direction: row;}

.column {
    display: flex;
    flex-direction: column;}

.between {
    justify-content: space-between;}

.around {
    justify-content: space-around;}

.wrap {
    flex-wrap: wrap;}

.center {
    text-align: center;}

.center-cross {
    align-items: center;}

.center-main {
    justify-content: center;}

.end-main {
    justify-content: end;}

.top {
    height: 55px;}

.top-left>li {
    margin-right: 25px;}

.top-left>li>a {
    color: #fff;
    text-decoration: none;}

.top-left>li>a:hover {
    text-decoration: underline;}

.search>form {
    width: 350px;
    padding: 3px 0px 3px 10px;
    border-radius: 2px;}

.search>form>input {
    width: calc(100% - 25px);
    border: 0px;
    outline: none;}

.search>form>button {
    background: transparent;
    border: 0px;}

.content {
    background-image: url(images/bg-1.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;}

.logo {
    padding: 25px 0px;}

.logo>img {
    height: 64px;
    margin-right: 10px;}

.menu {
    height: 50px;}

.menu>li {
    width: 9.09%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;}

.menu>li:hover {
    background-color: #b2352b;}

.menu>li:hover>a {
    color: #fff;}

.menu>li>a {
    color: #000;
    text-decoration: none;}

.menu>li.active {
    background-color: #b2352b;}

.menu>li.active>a {
    color: #fff;}

.title01 {
    width: 80%;
    margin: 0px auto;
    padding: 50px 0px;}

.hengxian {
    width: calc(50% - 130px);
    border-bottom: 1px solid #999;}

.title02 {
    width: 100%;
    margin: 0px auto;
    padding: 30px 0px 0px 0px;}

.hengxian2 {
    width: calc(100% - 340px);
    border-bottom: 1px solid #999;}

.hengxian3 {
    width: calc(100% - 280px);
    border-bottom: 1px solid #999;}

.hongdian {
    background-color: #b2352b;
    width: 8px;
    height: 8px;
    transform: translateX(-25%) rotate(-45deg);}

.title01-text {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 6px;
    padding-bottom: 5px;}

.news-top1 {
    position: relative;
    width: 482px;
    overflow: hidden;
    box-shadow: -30px 40px 20px #f5f5f5;}

#news-slider{
    width: 2400px; 
    display: flex;
    flex-direction: row;}
#news-slider .slider-item{width: 20%;}

#news-slider>ul>li{
    width: 480px;
    height: 482px;
    overflow: hidden;}

.news-top1::after {
    content: "";
    box-shadow: 30px 0px 20px #f5f5f5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -10;}

.news-top1>a {
    position: relative;
    z-index: 100;}

.news-top1-image>img {
    width: 100%;
    height: 300px;}

.news-top1-date {
    background-color: #b2352b;
    width: 100px;
    height: 80px;
    position: absolute;
    top: -30px;
    left: 30px;}

.news-top1-title {
    justify-content: flex-end;}

.news-top1-title-text {
    min-height: 60px;
    padding: 15px 30px;
    width: calc(100% - 190px);}

.news-top2 {
    width: calc(100% - 522px);}

.jiange {
    width: 5px;
    height: 50px;
    background-color: #b2352b;}

.news-top2-title {
    width: calc(100% - 120px);}

.news-top2-container>li {
    margin-bottom: 30px;}

.news-top2-container>li:last-child {
    margin-bottom: 0px;}

.news-top-more {
    padding: 30px 0px 30px 0px;
    text-align: center;}

.news-top-more>a {
    font-size: 18px;
    color: #b2352b;
    font-weight: bold;}

.news2 {
    background-image: url(images/bg-2.jpg);
    background-size: cover;}

.news2-1 {
    width: 63%;}

.news2-2 {
    width: calc(37% - 70px);}

.notice {
    padding-top: 20px;}

.notice>li {
    width: calc(50% - 25px);
    height: 80px;
    margin-bottom: 40px;}

.notice>li>div.notice-date {
    position: absolute;
    padding: 5px 10px;
    height: 42px;
    top: 15px;
    z-index: 100;}

.notice>li:nth-of-type(even)>div.notice-date {
    left: 10px;}

.notice-title {
    position: relative;
    box-shadow: 15px 15px 10px #e5e5e5;
    position: absolute;
    background-color: #fff;
    height: 100%;}

.notice-title::after {
    content: "";
    box-shadow: 15px -5px 10px #e5e5e5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;}

.notice-title>a {
    position: relative;
    z-index: 100;}

.notice>li:nth-of-type(even) {
    margin-left: 50px;}

.notice>li:nth-of-type(odd)>div.notice-title {
    left: 10px;
    width: calc(100% - 95px);
    padding-left: 85px;}

.notice>li:nth-of-type(even)>div.notice-title {
    left: 0px;
    width: calc(100% - 105px);
    padding-left: 105px;}

.activity {
    padding-top: 10px;}

.activity>ul {
    height: 320px;
    overflow-y: auto;}

.activity>ul::-webkit-scrollbar {
    width: 12px;
    background-color: rgba(0, 0, 0, 0);}

.activity>ul::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #ccc;}

.activity>ul::-webkit-scrollbar-track {
    display: none;}

.activity>ul>li {
    width: calc(100% - 20px);
    height: 80px;
    margin-bottom: 40px;
    position: relative;
    box-shadow: 10px 10px 10px #e5e5e5;
    background-color: #fff;}

.activity>ul>li::after {
    content: "";
    box-shadow: 10px -10px 10px #e5e5e5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;}

.activity-date {
    background-color: #b2352b;
    line-height: 34px;
    color: #fff;
    padding-left: 20px;
    position: relative;
    z-index: 100;}

.activity-title {
    line-height: 46px;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 20px;
    position: relative;
    z-index: 100;}

.media {
    padding-bottom: 20px;}

.media>li {
    width: calc(25% - 19px);
    padding-top: 12px;}

.media-container {
    box-shadow: 10px 10px 10px #e5e5e5;}

.media-container::after {
    content: "";
    box-shadow: -10px 10px 10px #e5e5e5;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;}

.media-container>a {
    position: relative;
    z-index: 100;}

.media-date {
    padding: 5px 5px;
    height: 42px;
    position: absolute;
    left: 20px;
    top: -12px;}

.media-title {
    padding: 18px 25px;
    height: 84px;}

.media-unit {
    padding: 0px 25px 20px 22px;}

.media-image>img {
    width: 100%;
    height: 180px;}

.politics {
    width: 100%;
    background-image: url(images/bg-3.jpg);
    background-size: cover;
    height: 260px;
    padding-top: 60px;
    position: relative;
    overflow: hidden;
    text-align: center;}

.politics .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
    z-index: 3;}

.politics .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;}

.politics .dots li.active {
    background: #fff;
    opacity: 1;}

.politics .arrow {
    position: absolute;
    width: 21px;
    height: 24px;
    top: 50%;
    margin-top: -18px;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;}

.politics #al {
    left: -36px;}

.politics #ar {
    right: -36px;}

.politics>div>ul {
    z-index: 1;
    overflow: hidden;}

.politics .progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    min-height: 3px;
    overflow: hidden;
    z-index: 2;
    background: #f60;}

.arrow-container {
    position: absolute;
    top: 0px;
    left: calc(50% - 600px);}

.politics-image>img {
    width: 100%;
    height: 200px;}

.politics-title {
    position: absolute;
    width: 100%;
    line-height: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    font-size: 20px;
    font-weight: bold;
    height: 32px;
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 20px;
    left: 0px;
    z-index: 100;}

.politics-title>a {
    color: #fff;}

.politics>div>ul>li {
    width: 232px;
    margin-right: 10px;
    float: left;}

.bottom {
    background-color: #333;
    z-index: 2;
    position: relative;
    height: 280px;}

.bottom-center {
    width: calc(100% - 600px);}

.bottom-link>li {
    padding: 0px 25px;
    line-height: 16px;
    border-right: 2px solid #fff;}

.bottom-link>li:first-child {
    padding-left: 0px;}

.bottom-link>li:last-child {
    padding-right: 0px;
    border-right-width: 0px;}

.bottom-link>li>a {
    color: #fff;
    font-size: 16px;}

.bottom-contact>li>img {
    width: 25px;}

.bottom-contact>li:first-child {
    margin-left: 0px;}

.bottom-contact>li {
    margin-left: 25px;}


/*********************************************公管要闻***********************************************************/

.news-container {
    min-height: calc(100vh - 502px);
    background-image: url(images/bg-3.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;}

.localtion-container {
    background-color: #ae261c;
    padding: 25px 40px 40px 40px;}

.location>span,
.location>a {
    margin-right: 5px;
    color: #fff;}

.location>a:hover{
    color: #fff;
    text-decoration: underline;}

.aspan3>span,
.aspan3>a {
    margin-right: 5px;
    color: #333;}

.aspan3>a:hover{
    color: #333;
    text-decoration: underline;}

.news-list {
    width: calc(100% - 80px);
    margin: -20px auto 0px auto;
    min-height: 500px;}

.news-list>li {
    background-color: #fff;
    box-shadow: -3px 15px 10px #f2f2f2;
    margin-bottom: 25px;
    position: relative;
    padding: 20px 40px;}

.news-list>li::after {
    content: "";
    box-shadow: -3px 15px 10px #f2f2f2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;}

.news-list>li:last-child {
    margin-bottom: 0px;}

.news-list>li>div,
.news-list>li>a {
    position: relative;
    z-index: 100;}

.news-pager{
    padding: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;}

.news-pager>span{
    display: flex;
    flex-direction: row;
    justify-content: left;}

.news-pager>span>a,
.news-pager>span>span {
    padding: 0px 11.2px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    color: #333;
    margin-right: 10px;}

.news-pager>span>span.p_no_d{
    background-color: #ae261c;
    color: #fff;}

.news-pager>span.p_t{
    margin-right: 5px;}

.news-pager>span.p_goto{
    margin-right: 5px;}

.news-pager>span.p_goto>input{
    text-align: center;
    width: 20px;}

.news-list2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% - 80px);
    margin: -25px auto 0px auto;}

.news-list2>li {
    margin-right: 25.33px;}

.news-list2>li:nth-child(1),
.news-list2>li:nth-child(2),
.news-list2>li:nth-child(3),
.news-list2>li:nth-child(4) {
    margin-bottom: 70px;}

.news-list2>li:nth-child(4),
.news-list2>li:nth-child(8) {
    margin-right: 0px
;}

.news-list3 {
    width: calc(100% - 290px);
    position: relative;
    margin-top: -20px;}

.page-content{
    width: calc(100% - 290px);
    position: relative;
    margin-top: -20px;}

.page-content p{
    text-indent: 2em;}

.news-list3>ul {
    padding: 0px 30px;}

.news-list3>ul>li {
    margin-top: 50px;}

.news-category {
    width: 210px;
    padding-left: 40px;
    padding-top: 30px;}

.news-category>li.news-category-item-1 {
    margin-bottom: 25px;}

.news-category>li.news-category-item-1::before {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    background-color: #666;
    border-radius: 7px;}

.news-category>li.active::before {
    background-color: #ae261c;}

.news-category>li>a {
    margin-left: 15px;
    color: #333;
    font-size: 16px;}

.news-category-2{
    padding-left: 15px;}

.news-category-2>li{
     margin-bottom: 25px;}

.news-category-2>li::before {
    display: inline-block;
    content: "";
    width: 14px;
    height: 14px;
    background-color: #666;
    border-radius: 7px;}

.news-category-2>li.active::before {
    background-color: #ae261c;}

.news-category-2>li>a {
    margin-left: 15px;
    color: #333;
    font-size: 16px;}

.news-content {
    width: calc(100% - 400px);
    padding: 0px 40px;
    position: relative;
    margin-top: -108px;
    z-index: 101;
    background-color: #fff;}

.content-text p {
    text-indent: 2em;}

.news-history {
    position: relative;
    z-index: 100;
    padding: 50px 20px;
    width: 280px;
    background-color: #fff;}

.news-history>li {
    padding: 15px 0px;
    border-left: 1px solid #ccc;
    padding-left: 20px;
    position: relative;}

.news-history>li::after {
    content: "";
    position: absolute;
    border: 2px solid #ccc;
    z-index: 100;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background-color: #fff;
    left: -7px;
    top: calc(50% - 7px);
}

#wximage {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
        
#wxlink {
    position: relative;
}