/* 全局样式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "SimSun", sans-serif;
}

body {
  background-color: #ffffff;
  color: #333;
}

.container {
  /* width: 1600px; */
  margin: 0 auto;
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  color: #c00;
}

ul {
  list-style: none;
}
img:hover {
    transform: scale(1.05);
    /*对图片进行放大*/
        transition: all 1s;
}

/* 顶部信息栏 */
.top-info {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  padding: 5px 10px;
  background-color: #ffffff;
  flex-direction: row;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}

.top-info-right {
  margin-left: 20px;
}

/* 头部区域 */
header {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 26px 0 35px;
  align-items: flex-end;
}

.header-left {
  display: flex;
}

.header-left .logo {
  width: 296px;
  /* height: 93px; */
}

.header-right {
  display: flex;
  flex-direction: column;
}

.service-links {
  display: flex;
  justify-content: flex-end;
}

.service-links a {
  margin-left: 23px;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
}

.search-box {
  display: flex;
}

.search-box input {
  width: 351px;
  height: 42px;
  padding: 6px 10px;
  border: 1px solid #1D71B7;
  border-right: none;
  outline: none;
}

.search-btn {
  padding: 6px 15px;
  background-color: #2b7acd;
  color: white;
  border: none;
  cursor: pointer;
}

/* 主导航栏 */
.main-nav {
  background-color: #c00;
}

.main-nav ul {
  width: 1400px;
  height: 54px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.main-nav li {
  padding: 10px 0;
  flex: 1;
  text-align: center;
  font-weight: bold;
}

.main-nav a {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
}

.main-nav li.active {
  background-color: #a00;
}

.main-nav li:hover {
  background-color: #a00;
}

/* 主要内容区域 */
.main-content {
  width: 1400px;
  margin: 0 auto;
  padding: 0 0px;
}

/* 焦点新闻 */
.focus-news {
  text-align: center;
  margin-bottom: 15px;
}

.news-title {
  margin-bottom: 21px;
  margin-top: 31px;
}

.news-title a {
  font-weight: bold;
  font-size: 33px;
  color: #305798;
}

.news-subtitle {
  font-weight: bold;
  font-size: 23px;
  color: #333333;
  margin-bottom: 42px;
}

/* 滚动公告 */
.news-ticker {
  display: flex;
  align-items: center;
  background-color: #c00;
  padding: 8px 15px;
  margin-bottom: 30px;
}

.ticker-title {
  background-color: #c00;
  color: white;
  padding: 3px 10px;
  margin-right: 15px;
  font-weight: bold;
  font-size: 16px;
}

.ticker-content {
  display: flex;
  flex: 1;
  overflow: hidden;
  font-size: 16px;
  color: #FFFFFF;
}
.ticker-content a{
    color:#fff;
}
.ticker-content a:hover{
    color:#fff;
}
/* 内容包装器 */
.content-wrapper {
  display: flex;
  margin-bottom: 20px;
}

.left-content {
  width: 925px;
  margin-right: 20px;
}

.right-content {
  flex: 1;
}

/* 新闻轮播 */
.news-slider {
  position: relative;
  margin-bottom: 30px;
  width: 925px;
  height: 569px;
  overflow: hidden;
}

.news-slider img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news-slider .swiper-button-next,
.news-slider .swiper-button-prev {
  bottom: 0;
  top: auto;
  height: 58px;
}

.news-slider .swiper-button-next img,
.news-slider .swiper-button-prev img {
  width: 9px;
  height: 19px;
}


.news-slider .swiper-button-next::after,
.news-slider .swiper-button-prev::after {
  display: none;
}

.slider-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 0px 50px;
  font-size: 14px;
  text-align: center;
  height: 66px;
  line-height: 66px;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}

.slider-controls {
  position: absolute;
  bottom: -33px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);

}

.slider-controls span {
  color: white;
  padding: 0px 15px;
  cursor: pointer;
  font-size: 26px;
  height: 66px;
  line-height: 66px;
}

.leader-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* 领导推荐 */
.leader-recommend {
  width: 320px;
  margin-bottom: 20px;
}

.section-title {
  border-bottom: 2px solid #F5F5F7;
  padding-bottom: 8px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  color: #DA0010;
}

.politics-news {
  width: calc(100% - 375px);
}

.section-title .title {
  position: relative;
}

.section-title .title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #c00;
}

.more {
  float: right;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

.more img {
  width: 7px;
  height: 11px;
  margin-left: 3px;
}

.leader-photos {
  display: flex;
  justify-content: space-between;
}

.leader-item {
  width: 151px;
  height: 212px;
  text-align: center;
  position: relative;
}

.leader-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 5px;
}

.leader-name {
  position: absolute;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 32px;
}

/* 新闻列表 */
.news-list {
  margin-bottom: 20px;
}


.news-item {
  width: 100%;
  margin-bottom: 25px;
}

.news-item a {
  font-size: 18px;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
}

.news-item-top a {
  font-weight: bold;
  font-size: 18px;
  color: #305798;
  position: relative;
  display: block;
  width: 100%;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-item-first {
  font-size: 21px;
}

.news-item-first a {
  &::before {
    content: '';
    display: block;
    width: 4px;
    height: 26px;
    position: absolute;
    background: #305798;
    left: 0px;
    font-size: 24px;
  }
}

.news-list-right li {
  position: relative;
  padding-left: 12px;
  /*border-left: 1px solid #F5F5F7;*/
  border-bottom: 2px solid #F5F5F7;
  height: 68px;
  display: flex;
  align-items: center;
}
.news-list-right  li:hover {
    background-color: #E60012;

}
.news-list-right  li:hover a {

  color: #fff !important;
}

.news-list-right  li a:hover {
    
    text-decoration: underline;
}


.news-list-right li a {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}

/* .news-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #c00;
} */

.politics-news {}

/* 本地新闻 */
.local-news {
  margin-bottom: 20px;
}

.news-banner {
  /* margin-bottom: 15px; */
}

.news-banner img {
  width: 438px;
  height: 89px;
  object-fit: cover;
}

/* 融媒视听 */
.multimedia {
  margin-bottom: 35px;
}

.multimedia-content {
  display: flex;
  justify-content: space-between;
}

.multimedia-item {
  width: 336px;
  height: 212px;
}

.multimedia-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 底部新闻区域 */
.bottom-news {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}

.news-column {
  width: 32%;
}

.news-column .news-list li {
  position: relative;
  padding-left: 15px;
  margin-top: 35px;
}

.news-column .news-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #305798;
}

.news-column .news-list li a {
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  line-height: 18px;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-column .news-list li a:hover{color:#a00}

.bottom-news2 .news-list li:first-child {
  padding-left: 0;
}

.bottom-news2 .news-list li:first-child a {
  display: flex;
}

.bottom-news2 .news-list li:first-child a .title {
  width: calc(100% - 169px);
  white-space: break-spaces;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 23px;
}

.bottom-news2 .news-list li:first-child a img {
  width: 169px;
  height: 108px;
  margin-right: 13px;
}

.bottom-news2 .news-list li:first-child::before {
  display: none;
}

.bottom-news3 .news-list li a {
  /*white-space: break-spaces;*/
}

.bottom-news3 .news-list li:first-child {
  padding-left: 0;
}

.bottom-news3 .news-list li:first-child a {
  display: flex;
}

.bottom-news3 .news-list li:first-child a {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
}

.bottom-news3 .news-list li:first-child::before {
  display: none;
}

/* 四个图片 */
.mu-media {
  margin-bottom: 35px;
  overflow: hidden;
  position: relative;
}

.mu-media-content {
  display: flex;
  justify-content: space-between;
}

.mu-media .mu-media-item {
  /*width: 336px;*/
  width: 445px;
  height: 74px;
}

.mu-media-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mu-media .swiper-button-next::after,
.mu-media .swiper-button-prev::after {
  display: none;
}

.tp {
  margin-bottom: 65px;
}

.tp .section-title {
  position: relative;
}

.tp .section-title .more {
  position: absolute;
  right: 0px;
  top: -23px;
}

.tp .section-title .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -23px;
}

.tp .tp-content {
  display: flex;

}

.tp .tp-content .left {
  width: 690px;
  height: 441px;
  position: relative;
}

.tp .tp-content .left img {
  width: 100%;
  height: 100%;
}

.tp .tp-content .left span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background: rgba(0, 0, 0, 0.302);
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 28px;
  padding: 0 11px;
}

.tp .tp-content .right {
  display: grid;
  grid-template-columns: repeat(2, 338px);
  gap: 18px;
  /* w338 h212 **/
}

.tp .tp-content .right .right-item {
  position: relative;
}

.tp .tp-content .right .right-item {
  width: 338px;
  height: 212px;
}


.tp .tp-content .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.tp .tp-content .right span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background: rgba(0, 0, 0, 0.302);
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 28px;
  padding: 0 11px;
}

.seven {
  position: relative;
}

.seven .swiper-button-next::after,
.seven .swiper-button-prev::after {
  display: none;
}

.seven .section-title {
  position: relative;
}

.seven .section-title .more {
  position: absolute;
  right: 0px;
  top: -23px;
}

.seven .section-title .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -23px;
}

.seven .mu-media-content {
  overflow: hidden;
}

.seven .mu-media-content .mu-media-item {
  width: 182px;
  height: 252px;
}

.seven .mu-media-content .mu-media-item a img {
  width: 182px;
  height: 252px;
}

.mu-media-bottom .mu-media-content .item1 {
  background-image: url('../img/mask1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.mu-media-bottom .mu-media-content .item2 {
  background-image: url('../img/mask2.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.mu-media-bottom .mu-media-content .item3 {
  background-image: url('../img/mask3.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.mu-media-bottom .mu-media-content .item4 {
  background-image: url('../img/mask4.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.mu-media-bottom .mu-media-content .mu-media-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.mu-media-bottom .mu-media-content .mu-media-item a .title {
  font-weight: 400;
  font-size: 25px;
  color: #FFFFFF;
  line-height: 25px;
  border: 1px solid #FFFFFF;
  padding: 9px 18px;
}


/* 页脚 */
footer {
  background-color: #cc0000;
  color: #fff;
  padding: 40px 0;
  width: 100%;
  /* height: 436px; */
}

.footer-content {
  width: 1400px;
  margin: 0 auto;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.link-section {
  /* flex: 1; */
  margin: 0 15px;
}

.link-section .title {
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  display: inline-block;
}

.link-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(6, 1fr);
  gap: 20px;
}




.link-section a {
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  white-space: nowrap;
}

.link-section a:hover {
  text-decoration: underline;
}

.footer-info {
  /* text-align: center; */
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.footer-info .bottom ul {
  display: flex;
  margin-top: 23px;
}

.footer-info .bottom ul li {
  margin-right: 48px;
  flex-shrink: 0;
}

.footer-info .bottom ul li span {
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
}

.footer-info .info-r {
  display: flex;
}

.footer-info .info-r img:first-child {
  margin-right: 50px;
}

.footer-bot {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.footer-bot span {
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  margin-left: 18px;
}



#div1 {
    width: 1100px;
    height: 25px;
    position: relative;
    overflow: hidden;
}

#div1 ul {
    width: 100%;
    height: 36px;
    position: absolute;
}

#div1 ul li {
    float: left;
    padding-left: 30px;
    margin-top: 5px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*首页中上广告轮播*/
  .adver {
    width: 1400px; 
    margin-top: 25px;
     position: relative;
    height: 100%;
    overflow: hidden;
}

.adver .mid-adver {
    width: 100%;
    background: #1583E5;
    text-align: center;
}

.adver .mid-adver img {
    width: 1400px;
     height: 141px;
}

.mid-adver .swiper-container {
  width: 100%;
  height: 100%;
}

.mid-adver .swiper-slide {
  text-align: center;
  font-size: 18px;
  /*background: #fff;*/
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
    
.mid-adver .swiper-slide img{
    display:block;
}