﻿@charset "utf-8";

blockquote,
body,
button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
lengend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  font-family: "Microsoft YaHei", Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #f7f7f7;
  position: relative;
  min-width: 1200px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
p {
  line-height: 1.8;
  margin-bottom: 0;
}
ol,
ul {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #c81b15;
  text-decoration: none;
}
a:focus,
a:active {
  outline: none;
}
img {
  height: auto;
  max-width: 100%;
}
blockquote {
  border-left: none;
  padding-left: 0;
  padding-right: 0;
}
input,
:focus {
  outline: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.t2 {
  text-indent: 2em;
}
.rel {
  position: relative;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.margint10 {
  margin-top: 10px;
}
.marginb40 {
  margin-bottom: 40px;
}
/* Layout */
.content {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.header {
  border-bottom: 5px solid #c81b15;
}
.topLine {
  background-color: #c81b15;
  line-height: 39px;
  color: #fff;
}
.topLine .topbox {
  display: flex;
  justify-content: space-between;
  background-color: #c81b15;
}
.banner {
  height: auto;
}
.banner img {
  display: block;
  /*临时*/
  width:100%;
}
.carousel-indicators {
  bottom: 15px;
}
.carousel-indicators li {
  width: 35px;
  height: 4px;
  border-radius: 0;
  background: rgb(160, 160, 160);
  border: none;
  margin: 0;
}
.carousel-indicators .active {
  width: 35px;
  height: 4px;
  background-color: #fff;
  border: none;
  margin: 0;
}
/* Navigations */
.navbar {
  height: 71px;
  /* line-height: 71px; */
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}
.navbar .nav {
  width: 1200px;
  height: 71px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.navbar .nav li {
  /* line-height: 71px; */
  padding: 10px 0;
}
.navbar .nav li a {
  font-size: 22px;
  color: #c81b15;
  padding: 0 7px;
  transition: all 0.3s ease;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: #c81b15 !important;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(200, 27, 21, 0.2);
  color: #fff;
}
/* 通知公告 */
.notice-box {
  background: #f4f4f4;
  height: 55px;
  line-height: 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;
  padding: 0 30px;
  border: 1px solid #eae9e9;
}
/*搜索*/
.search {
  color: #333;
}
.input-kw {
  float: left;
  width: 180px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  border: 1px solid #e9e9e9;
  padding: 0 10px;
  color: #666;
  font-size: 14px;
}
.input-btn {
  float: left;
  background: #c81b15 url(../images/ss.png) no-repeat center center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: 0;
  line-height: 20px;
}
.notice {
  background: url(../images/notice.png) no-repeat left center;
  padding-left: 50px;
}
/* 党建要闻 */
.layer1 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.list-djyw {
  width: 500px;
  padding: 0 40px 0 25px;
}
.title-djyw {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  height: 52px;
  border-bottom: 1px solid #da251c;
}
.title-djyw .tit {
  font-size: 24px;
  line-height: 36px;
  color: #da251c;
  font-weight: bold;
}
.title-djyw .more a {
  /*color: #666;
  display: block;
  line-height: 36px;*/
      font-size: 18px;
    color: #C7301E;
}
  	
}
.list {
  margin-top: 15px;
}
.list li {
  height: 42px;
  line-height: 42px;
  background: url(../images/dot.png) no-repeat left 18px;
  padding-left: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 焦点图 */
.focus {
  width: 700px;
  height: 485px;
  position: relative;
  float: left;
}
.fw1 {
  width: 725px;
  height: 485px;
  overflow: hidden;
}
.fw1 img {
  width: 725px;
  height: 485px;
  display: block;
}
.focus .rslides {
  width: 100%;
  position: relative;
  list-style: none;
  padding: 0;
}
.focus .rslides_nav {
  height: 51px;
  width: 31px;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 50%;
  left: 0;
  opacity: 0.5;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  margin-top: -28px;
  display: none;
}
.focus .rslides_nav:active {
  opacity: 1;
}
.focus .rslides_nav.next {
  left: auto;
  background-position: -31px 0;
  right: 0;
}
.focus .rslides_tabs {
  margin: 12px auto;
  clear: both;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 10px;
}
.focus .rslides_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 7px;
}
.focus .rslides_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
  background: #fff;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.focus .rslides_tabs .rslides_here a {
  background: rgba(0, 0, 0, 0.6);
  background: #f79a14;
}
.focus li a {
  display: block;
}
.focus li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 56px;
  padding: 0 15px;
  line-height: 56px;
  background: url(../images/bg00050.png) repeat;
}
.focus li p a {
  display: block;
  color: #fff;
  font-size: 18px;
}
.quickNav {
  margin: 40px 0;
}
.quickNav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.quickNav li {
  width: 140px;
  height: 128px;
  /* background-color: #eee; */
}
.quickNav li a {
  width: 140px;
  height: 128px;
  transition: 0.4s;
}
.quickNav li a img {
  display: block;
  width: 100%;
  height: 100%;
}
.quickNav li a:hover img {
  animation: change 0.3s linear 1;
}
/* 四个要点 */
.topic {
  height: 46px;
  margin: 40px 0;
}
.topic ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topic li {
  width: 290px;
  height: 46px;
  background-color: #1c637b;
}
.topic li a,
.topic li a img {
  display: block;
  width: 290px;
  height: 46px;
}
/* 党建专题 */
.picture-topic {
  margin: 20px 0;
  height: 330px;
  overflow: hidden;
}
.picture-topic a,
.picture-topic a img {
  display: block;
  width: 1200px;
  height: 330px;
  transition: all 0.6s;
  transform: scale(1);
}
.picture-topic a:hover img {
  transform: scale(1.1);
}
/* 组织工作 */
.layer2 {
  display: flex;
  justify-content: space-between;
}
.news.zzgz {
  width: 590px;
}
.news-hd {
  background-color: #f4f4f4;
  height: 55px;
  line-height: 55px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #e3e1e1;
  position: relative;
}
.news-hd .more {
  padding-right: 15px;
}
.news-hd .more a {
  color: #818181;
}
.news-hd .title {
  font-size: 22px;
  font-weight: bold;
  color: #c81b15;
  padding: 0 25px;
  position: relative;
  border-bottom: 3px solid #c81b15;
}
.news-list {
  padding: 15px 25px 0 25px;
}
.news-list li {
  line-height: 42px;
  background: url(../images/arrow.png) no-repeat 0 15px;
  padding-left: 20px;
  border-bottom: 2px dashed #efefef;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list li:last-child {
  border-bottom: none;
}
.news-list li:hover {
  background-position: 0 -30px;
}
.news-right {
  width: 590px;
  
  position: relative;
  overflow: hidden;
}
/*.news-right a {
  display: block;
  width: 478px;
  height: 271px;
}
.news-right .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.news-right .tit {
  background: url(../images/bg00050.png) repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 47px;
  height: 47px;
  color: #fff;
  padding: 0 15px;
  box-sizing: border-box;
}
*/
/*-- 新闻中心 --*/
.myTab {
  position: relative;
}
.nav-tabs {
  border: none;
}
.nav-tabs > li > a {
  border-radius: 0;
  margin-right: 0;
  border: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  cursor: pointer;
  display: block;
  border: none;
}
.news-tabs {
  position: absolute;
  left: 275px;
  top: 0;
}
.news-tabs > li {
  float: left;
  font-size: 20px;
  height: 55px;
}
.news-tabs > li.active {
  border-top: 3px solid #c81b15;
  background: #fff;
}
.news-tabs > li > a {
  color: #000;
  display: block;
  text-align: center;
  overflow: hidden;
  position: relative;
  line-height: 55px;
  font-size: 18px;
  padding: 0 20px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  line-height: 48px;
  color: #000;
}
/* 远程教育 */
.pic-list ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  justify-items: center;
  padding: 40px 0 20px;
  flex-wrap: wrap;
}
.pic-list ul li {
  width: 374px;
  position: relative;
  margin-bottom: 60px;
}
.pic-list ul li .img {
  border-radius: 5px;
  overflow: hidden;
}
.pic-list ul li p {
  position: absolute;
  left: 0;
/*  bottom: 0;*/
  background: url(../images/bg-gray.png) repeat;
  width: 100%;
}
.pic-list ul li p a {
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 48px;
  color: #3d3c3c;
}
.pic-list .image-shadow {
  transition: all 0.2s linear;
}
.pic-list .image-shadow:hover {
  box-shadow: 0 0 20px rgb(9 41 77 / 20%);
  transform: translate3d(0, -6px, 0);
}
.pic-list .image-shadow:hover p {
  background: #c81b15;
  color: #fff;
}
.pic-list .image-shadow:hover p a {
  color: #fff;
}
/*底部菜单*/
.footer,
.footer .content {
  background: #f1f1f1;
}
.footer .content {
  padding: 40px 0;
}
.footer .menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.footer .menu ul li {
  border-right: 1px solid #999;
}
.footer .menu ul li a {
  padding: 0 25px;
  display: block;
  line-height: 20px;
  color: #000;
}
.footer .menu ul li a:last-child {
  border-right: none;
}
.copyright {
  color: #666;
  line-height: 40px;
  text-align: center;
}
.copyright p {
  font-size: 16px;
}
.copyright span {
  padding: 0 10px;
}

/* 二级列表页 */
.breadcrumb {
  background: #f4f4f4;
  height: 55px;
  line-height: 55px;
  border: 1px solid #ecebeb;
  border-radius: 0;
  margin: 40px 0 0;
  padding: 0;
  padding-left: 40px;
}
.breadcrumb > li + li:before {
  content: "";
  background: url(../images/jt.png) no-repeat left center;
}
.list-content {
  padding: 60px 80px;
  overflow: hidden;
}
.sideNav {
  float: left;
  width: 152px;
}
.sideNav li {
  width: 203px;
 /* height: 55px;*/
  line-height: 55px;
  background: #f4f4f4;
  border: 1px solid #e3e1e1;
  text-align: center;
  margin-bottom: 27px; 
  overflow:hidden;
}
.sideNav li a {
  display: block;
  font-size: 22px;
}
.sideNav li.active a {
  background: #c81b15;
  color: #fff;
}
.listbox {
  float: right;
  width: 800px;
}

/*
.newslistbox {
  float: right;
  width: 800px;
 
}

.newslistbox li {
  background: url(../images/line.png) repeat-x left bottom;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.newslistbox li a {
  color: #000;
}
.newslistbox li .tit {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.newslistbox li .desc {
  font-size: 18px;
  background: url(../images/dot.png) no-repeat left -27px;
  padding-left: 20px;
}
.newslistbox li .time {
  font-size: 16px;
  text-align: right;
}
.newslistbox li:last-child {
  background: none;
}



.list-content>.listbox {
     float: right;
  width: 800px;
  display:none;
}



.list-content>.active {
    display: block;
}
*/

.listbox li {
  background: url(../images/line.png) repeat-x left bottom;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.listbox li a {
  color: #000;
}
.listbox li .tit {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.listbox li .desc {
  font-size: 18px;
  background: url(../images/dot.png) no-repeat left -27px;
  padding-left: 20px;
}
.listbox li .time {
  font-size: 16px;
  text-align: right;
}
.listbox li:last-child {
  background: none;
}
.navigation {
  text-align: center;
}
.pagination > .active > a {
  background-color: #c81b15;
  border-color: #c81b15;
}

/* 视频列表 */
.video-list {
  overflow: hidden;
  float: right;
  padding-left: 50px;
  width: 880px;
}
.video-list li {
  float: left;
  margin-left: 15px;
  text-align: center;
  margin-bottom: 15px;
}
.video-list li a {
  display: block;

  overflow: hidden;
}
.video-list li img {
  width: 260px;
  height: 180px;
  display: block;
  border-radius: 5px;
}
.video-list li p {
  line-height: 40px;
}
.video-content {
  padding: 40px;
}
.video-content .title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.video-content .video {
  /* text-align: center;
  margin-bottom: 40px;*/
  width: 800px;
  margin: 0 auto;
}

/*new*/
/*.list-content>.newvideo-list  {
		overflow: hidden;
  float: right;
  padding-left: 50px;
  width: 880px;
	}

.newvideo-list li {
  float: left;
  margin-left: 15px;
  text-align: center;
  margin-bottom: 15px;
}
.newvideo-list li a {
  display: block;

  overflow: hidden;
}
.newvideo-list li img {
  width: 260px;
  height: 180px;
  display: block;
  border-radius: 5px;
}
.newvideo-list li p {
  line-height: 40px;
}

*/
/*视频隐藏*/

/*
.list-content>.video-list  {
	overflow: hidden;
  float: right;
  padding-left: 50px;
  width: 880px;
 display:none;
  
	}

.list-content>.active{
display:block;
  
}

*/

/* 三级页新闻详情 */
.main-content {
  padding: 30px 100px;
}
.m-tit {
  line-height: 56px;
  text-align: center;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 20px;
}
.m-source {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  height: 60px;
  align-items: center;
}
.m-source span {
  margin-right: 20px;
}
.m-source i {
  font-style: normal;
  color: #165cdc;
}
.print a {
  cursor: pointer;
}
.print-link {
  display: flex;
  justify-content: flex-end;
}
.m-article {
  padding: 20px 0;
  min-height: 500px;
  line-height: 36px;
  font-size: 16px;
}
.m-article p {
  margin-bottom: 16px;
  /*text-indent: 2em;*/
  line-height: 36px;
  font-size: 16px;
}

@media print {
  .notprint {
    display: none;
  }
  .main-content {
    width: 1044px;
  }
}

@keyframes change {
  0% {
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
  }
  　　100% {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
  }
}
@-webkit-keyframes change /* Safari and Chrome */ {
  0% {
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
  }
  　　100% {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
  }
}

/*共产党员网*/
.tongfa_box {
  width: 100%;
  height: 60px;
  background: #eee;
}
.tongfa_dywk218 {
  height: 60px;
  background: #eee;
  clear: both;
  margin: 0 auto;
  text-align: left;
  width: 960px;
}
.tongleft_dywk218 {
  width: 151px;
  float: left;
  position: relative;
}
.tongright_dywk218 {
  width: 800px;
  float: right;
  padding-top: 10px;
  height: 60px;
}
.tongright_dywk218 ul {
  list-style: none;
  float: left;
}
.tongright_dywk218 ul li {
  line-height: 21px;
  margin-left: 38px;
  background-image: url(//p5.img.cctvpic.com/photoAlbum/templet/common/DEPA1339644672740245/tongfali_dywk218.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 7px;
}
.tongright_dywk218 ul li a {
  color: #666;
  font-size: 12px;
}
.tftop_dywk218 {
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  //background: url(//p5.img.cctvpic.com/photoAlbum/templet/common/DEPA1339644672740245/about:blank);
}
.tfbot_dyw218 {
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  top: 30px;
  display: block;
 // background: url(//p5.img.cctvpic.com/photoAlbum/templet/common/DEPA1339644672740245/about:blank);
}



.zyywNav {
    font-size: 24px;
    height: 100%;
    background: #f9f9f9;
    line-height: 40px;
    
}


.zyywNav li {
    float: left;
    cursor: pointer;
    width: 130px;
    text-align: center;
    color: #C7301E;
}


.zyywNav li.active {
    font-weight: bold;
    color: #ffffff;
    background: #C7301E;
    height:100%;
}

/*gundogn */
.animate {
            
            white-space: nowrap;
            animation: 10s wordsLoop linear infinite normal;
        }
 
        @keyframes wordsLoop {
           0% {
                transform: translateX(200px);
                -webkit-transform: translateX(200px);
            }
            100% {
                transform: translateX(-100%);
                -webkit-transform: translateX(-100%);
            }
        }
 


.carousel-fade .carousel-inner .item{ 
	opacity:0.2;  
	-webkit-transition-property:opacity ;  
	-moz-transition-property:opacity ;  
	-ms-transition-property:opacity ;  
	-o-transition-property:opacity ;  
	transition-property:opacity ;
}

.carousel-fade .carousel-inner .active{ opacity: 1;}
.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right{left: 0;opacity: 0;}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {opacity: 1;}


.pictmp
{
	margin-bottom:20px;
	display: flex;
  justify-content: space-between;
}



.pictwo
{
        margin-bottom:20px;
        display: flex;
  	justify-content: space-between;
        margin-top:20px;
}



.news-righthd {
  background-color: #f4f4f4;
  height: 55px;
  line-height: 55px;
  padding: 0 35px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #e3e1e1;
  position: relative;
}


 .more {
  padding-right: 15px;
}
.news-righthd .more a {
  color: #818181;
}
.news-righthd .title {
  font-size: 22px;
  font-weight: bold;
  color: #c81b15;
  padding: 0 35px;
  position: relative;
  border-bottom: 3px solid #c81b15;
}


/* 20220515
----新增 */
.topLine .content{
  overflow: unset;
}
.welcome{
  display: flex;
  align-items: center;
}
.welcome a{
  display: block;
  color: #ffffff;
}
.welcome .home{
  background: url(../newimages/icon-home.png) no-repeat left center;
  padding-left: 30px;
  margin-right: 30px;
}
.welcome .gongzhonghao{
  background: url(../newimages/icon-gzh.png) no-repeat left center;
  padding-left: 30px;
  margin-right: 30px;
}
.welcome .douyinghao{
  background: url(../newimages/icon-douyin.png) no-repeat left center;
  padding-left: 30px;
  margin-right: 30px;
}
.link-area{
  background: url(/uploads/1/image/public/indexmiddlebanner/bj.png) no-repeat;
  height: 160px;
  margin: 20px auto;
  overflow: hidden;
}
.link-content{
  /*margin: 20px 0 0 370px;*/
  margin: 28px 0 0 206px;
   display: flex;
   gap:16px;
  padding-right:16px;

}
.link-content a{
  display: block;
  margin: 10px 0;
}
.link-group{
  width: 1200px;
  margin: 0 auto 50px;
}
.link-img{
  margin: 20px 0;
  margin-left: -12px;
  display: flex;
  justify-content: space-evenly;
}
.link-img .link-item{
  margin-left: 12px;
}
.link-img .link-item a{
  display: block;
  width: 291px;
  height: 96px;
}
.link-img .link-item a img{
  display: block;
  border: 1px solid #c81b15;
  border-radius: 5px;
}
.link-img .link-item a:hover img{
  box-shadow: 0 0 10px #ff0900;
  border: 1px solid #ff9e9b;
}
.link-text{
  margin: 20px 0;
  overflow: hidden;
}
.link-title{
  font-size: 24px;
  color: #c81b15;
  margin: 10px 0;
}
.link-list ul,
.link-list-wx ul{
  display: flex;
  align-items: center;
  justify-content: space-between; 
}
.link-list ul li{
  margin-right: 15px;
}
.link-list-wx ul li{
  text-align: center;
}
.navitem {
  position: relative;
 }
 .navitemlist {
  height: auto;
  /* overflow: hidden; */
  position: absolute;
  background: url(../newimages/icon-arrow.png) no-repeat top center;
  left: 50%;
  top: 40px;
  width: 130px;
  height: 130px;
  padding: 5px;
  border-radius: 5px;
  margin-left:-60px;
  /* background: #FFF; */
  z-index: 9999;
  text-align: left;
  display: none;
  color: #000000;
 }
 .navitemlist img{
  border-radius: 5px;
 }


cture-topic-tmp{
  margin: 20px 0;
  height: 200px;
  overflow: hidden;
}



/* Add new css*/
table, th, td {border: 1px solid black;}

.newlistbox {
  float: right;
  width: 800px;
}

.newlistbox li {
  
  padding-bottom: 2px;
  margin-bottom: 0px;
}

/*增加远程教育栏排列*/
.news-hd-20250224{
  background-color: #f4f4f4;
  height: 55px;
  line-height: 55px;
  display: flex;
 
  border: 1px solid #e3e1e1;
  position: relative;
}
.news-hd-20250224 .title {
  font-size: 22px;
  font-weight: bold;
  color: #c81b15;
  padding: 0 25px;
  position: relative;
  border-bottom: 3px solid #c81b15;
}
.news-hd-20250224 .more {
  margin-left: auto; 
}
.news-hd-20250224 .more a {
  color: #818181;
}
