.home {
  width: 100%;
  background-color: #fff;
}

.ab {
  background-color: transparent;
}

.ab:active,
.ab:hover {
  outline: 0;
}

.top-img img {
  display: inline-block;
  width: 100%;
  max-height: 117px;
  cursor: pointer;
}

.container-wrapper {
  width: 1200px;
  min-height: 20px;
  margin: 0 auto;
}

.top-wrapper {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 20px;
  height: 36px;
}

.top-wrapper .logo {
  display: block;
  width: 425px;
  height: 36px;
  cursor: pointer;
}

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

.search-input-wrapper {
  /* border: 1px solid #004ea2; */
  border-radius: 50px;
  width: 224px;
  height: 36px;
  padding: 0 16px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-svg {
  cursor: pointer;
}

.search-other input {
  outline: none;
  border: 0;
  height: 34px;
  width: 200px;
}

.toolbar {
  margin-left: 124px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
}

.toolbar img {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 16px;
  cursor: pointer;
}

#home-nav {
  height: 46px;
  border: 1px solid #eeeeee;
  border-left: 0;
  border-bottom: 0;
  margin-bottom: 20px;
}

.nav-item {
  line-height: 46px;
  display: block;
  cursor: pointer;
  text-align: center;
  width: 188px;
  font-size: 18px;
  margin-right: 60px;
}

.child-nav {
  border-top: 3px solid #225ba6;
  width: 90px;
  padding: 2px;
  z-index: 100;
}

.child-nav div {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.child-nav div:hover {
  color: #225ba6;
}

.top-news {
  border: 1px solid #eee;
  border-top: 2px solid #225ba6;
  padding: 18px 10px;
  width: 1200px;
  box-sizing: border-box;
}

.top-news .left-img {
  width: 38px;
  height: 104px;
  margin-right: 8px;
}

.top-news .right-img {
  width: 210px;
  height: 110px;
}

.news-content {
  width: calc(100% - 250px);
  border-right: 1px solid #eee;
  margin-right: 12px;
}

.news-title {
  color: #004ea2;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  font-size: 34px;
  padding: 10px 0;
  margin-bottom: 28px;
}

.top-news .flex div {
  width: 30%;
  text-align: center;
  padding: 0 8px;
}

.top-news .flex div:nth-child(2) {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.news-title a {
  font-size: 14px;
  color: #000;
}

.carousel-wrapper {
  width: 800px;
  height: 392px;
}

.carousel-wrapper .carousel {
  width: 100%;
  height: 100%;
}

.carousel-inner {
  height: 100%;
}

.oper-btns {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  line-height: 70px;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Microsoft YaHei";
}

.oper-btns img {
  display: block;
  width: 40px;
  height: 40px;
}

.card-wrapper {
  width: 380px;
  border: 1px solid #eee;
  border-top: 2px solid #225ba6;
  padding: 10px;
  box-sizing: border-box;
}

.content-wrapper {
  margin-top: 20px;
}

.title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
}

.title-wrapper .title {
  font-size: 18px;
  color: #004ea2;
  font-family: "Microsoft YaHei";
  font-weight: bold;
}

.title-wrapper .more {
  font-size: 12px;
  color: #5b5b5b;
  cursor: pointer;
}

.news-list {
  padding: 0 20px;
}

.news-list .news-item {
  line-height: 30px;
  font-size: 14px;
  color: #000;
  padding-left: 20px;
  position: relative;
}

.news-list .news-items {
  line-height: 20px;
  font-size: 14px;
  color: #000;
  padding-left: 10px;
  position: relative;
}

.news-list .news-item::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #c2c2c2;
  position: absolute;
  left: 0px;
  top: 12px;
}

.focus-list {
  padding: 16px 20px;
}

.focus-list2 {
  padding: 16px 0px;
}

.news-list .focus-item {
  padding-left: 0;
}

.news-list .focus-item::before {
  display: none;
}

.news-list .focus-item .source {
  color: #1f5da4;
}

/* 视频新闻 */
.video-news {
  width: 300px;
  height: 228px;
  box-sizing: border-box;
}

.news-video {
  width: 100%;
  height: 182px;
  padding: 16px 0;
  box-sizing: border-box;
}

.news-video .news-text {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.6);
}

.news-video .news-pic {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.news-video .icon-play {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* 媒体聚焦 */
.media-news {
  width: 496px;
  height: 228px;
  box-sizing: border-box;
}

/* 基层动态 */
.grassroot-news {
  height: 228px;
  box-sizing: border-box;
}

/* 电子期刊 */
.electronic-news {
  width: 200px;
  height: 326px;
}

.electronic-news-content {
  position: relative;
  padding: 0 20px;
  height: 255px;
}

.electronic-news-content>a,
.electronic-news-content img {
  display: block;
  width: 100%;
  height: 100%;
}

.electronic-news .mask2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #1d7ee0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.electronic-news .mask2 span {
  color: #fff;
}

/* 党群之窗 */
.party-window {
  width: 488px;
  height: 326px;
}

.party-tabs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.party-tabs div {
  padding: 0 10px;
  font-size: 14px;
  color: #5b5b5b;
  text-align: center;
  border-right: 1px solid #eeeeee;
}

.party-tabs .last {
  border-right: 0;
}

.party-tabs div:hover {
  color: #ff0000;
}

.party-content {
  padding: 16px 30px;
}

.party-content .img-title {
  height: 88px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: flex-start;
}

.party-content .img-title img {
  display: block;
  width: 120px;
  height: 78px;
}

.party-content .img-title .title {
  margin-left: 15px;
  color: #000;
  font-weight: bold;
  line-height: 30px;
}

.party-list {
  padding: 0;
  margin-top: 10px;
}

/* 公告 */
.notice-wrapper {
  width: 488px;
  height: 326px;
  border: 1px solid #eee;
  /* border-top: 2px solid #225ba6; */
}

.notice-wrapper .notice-tabs {
  display: flex;
  justify-content: flex-start;
  height: 46px;
}

.notice-wrapper .notice-tabs div {
  width: calc(100% / 3);
  background-color: #fafafa;
  line-height: 46px;
  text-align: center;
  color: #000000;
  font-weight: bold;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.notice-wrapper .notice-tabs div.active,
.notice-wrapper .notice-tabs div:hover {
  color: #004ea2;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  border-top: 2px solid #225ba6;
}

.notice-list {
  padding: 0;
  margin-top: 10px;
}

/* 图片新闻 */
.news-imgs .img {
  width: 380px;
  height: 142px;
}

.news-imgs .img a,
.news-imgs .img img {
  display: block;
  width: 100%;
  height: 100%;
}

/* 成员单位 */
.members {
  width: 1200px;
  height: 358px;
  padding: 0 !important;
  box-sizing: border-box;
}

.members .title-wrapper .title {
  padding-top: 10px;
  padding-left: 16px;
  line-height: 36px;
}

.members .ullist {
  width: 1200px;
  height: 280px;
  margin-top: 16px;
  padding: 0 !important;
}

.members .ullist ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.members .ullist ul li {
  width: 300px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 40px;
  color: #1f5da4;
}

.ul1,
.ul3 {
  background-color: #f9fbff;
}
/* 每 4 个 li 为一组，隔行背景色 */
.ul1 li:nth-child(8n+1),
.ul1 li:nth-child(8n+2),
.ul1 li:nth-child(8n+3),
.ul1 li:nth-child(8n+4) {
    background-color: #ffffff;
}

.ul1 li:nth-child(8n+5),
.ul1 li:nth-child(8n+6),
.ul1 li:nth-child(8n+7),
.ul1 li:nth-child(8n+8) {
    background-color: #f9fbff;
}

.members .ullist ul li:nth-child(4n + 3) {
  margin-right: 0;
}

/* 尾部 */
.footer {
  width: 100%;
  height: 160px;
  background-color: #3d3d3d;
  margin: 20px auto 0;
}

.foot {
  width: 1200px;
  height: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot-copyright {
  width: 600px;
  display: flex;
  align-items: center;
}

.filing {
  color: #606060;
  margin-left: 5px;
  display: flex;
  align-items: center;
}

.footer .foot a,
.footer .foot .foot-text {
  color: #afafaf;
  font-size: 14px;
}

.foot .total-count {
  color: #ff0000;
}

.lincese {
  margin: 0 auto;
  width: 100%;
  height: 50px;
  background-color: #1d1d1d;
  color: #606060;
  font-size: 12px;
}

.lincese .foot {
  height: 50px;
}

.talentsImg {
  width: 180px;
  height: 80px;
  cursor: pointer
}

.title-container {
  display: inline-block;
  width: 326px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.li-item {
  height: 30px;
  line-height: 30px;
}

.survey-title-content {
  display: inline-block;
  flex: 1;
  background-color: #193d90;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;

}

.survey-title-content.active {
  background-color: #b3292c;
  height: 100%;
  color: #fff;
  border: 0px;
}

.talents-img-title {
  width: 120px;
  height: 80px;
  margin-bottom: 10px;
}

.talents-title {
  font-size: 14px;
  font-weight: bold;
}

.talents-title-list {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 80%;
}

.slideshow-title {
  background-color: #fff;
  width: 220px;
  height: 160px;
  position: absolute;
  top: 46px;
  right: 65px;
}

.active2 {
  background-color: #ff920b;
  color: #fff;
}
.text-item{
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 25px;
}
.text-item img{
  width: 26px;
  height: 20px;
  padding-right: 5px;
}
.business-title{
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  font-size: 21px;
  text-align: center;
  height: 52px;
}
.business-text{
  line-height: 30px;
  text-indent: 2em;  
  margin-top: 30px;
  margin-left: 20px;
}
.download_title{ 
  background-color: #193d90;
  width: 1200px;
  height: 50px;
  margin:  0 auto;
  margin-top: 30px;
  color: #fff;
  line-height: 50px;
  font-size: 18px;
  position: relative;
}
.download_title input{
  position: relative;
  right: -780px;
  width: 242px;
  height: 25px;
  border-radius: 5px;
  line-height: 50px;
}
