﻿@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: #ffffff;
  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: #f90606;
  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 */
.container{
  width:1200px;
  margin:0 auto;
  padding-right: 0;
  padding-left: 0;
}
.content {
  margin: 0 auto;
  padding: 0;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.header {
}
.topLine {
  background-color: #c81b15;
  line-height: 39px;
  color: #fff;
  padding:0 10px;
}
.topLine .topbox {
  display: flex;
  justify-content: space-between;
  background-color: #c81b15;
}
.welcome a{
	background:url(../images/home.png) no-repeat 10px center;
	padding-left: 35px;
	background-size: 16px;
}
.welcome a{
	color:#ffffff;
}
.welcome .sy{
	margin-left:35px;
}
.banner {
  height: auto;
  width:100%;
}
.banner img {
  display: block;
}
.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: 110px;
  /* line-height: 71px; */
  width: 100%;
  margin:25px 0;
  padding: 0;
  background:#b41813;
  border-radius:0
}
.navbar .nav {
  width: 1200px;
  height: 110px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar .nav li {
  /* line-height: 71px; */
  padding: 10px 0;
}
.navbar .nav li span{
	width:50px;
	height:50px;
	margin:0 auto;
	display:block;
	background:url(../images/icon.png) no-repeat;
}
.navbar .nav li span.icon1{
	background-position:0 0;
}
.navbar .nav li span.icon2{
	background-position:0 -50px;
}
.navbar .nav li span.icon3{
	background-position:0 -100px;
}
.navbar .nav li span.icon4{
	background-position:0 -150px;
}
.navbar .nav li a {
  font-size: 22px;
  color: #ffffff;
  padding: 2px 15px;
  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;
}

/* 选调招录 */
.list {
  
}
.list-djyw {
  width: 100%;
  margin-bottom:35px;
}
.title-djyw {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  height: 52px;
  line-height:52px;
  border-bottom: 1px solid #c2c2c2;
}
.title-djyw .tit {
  font-size: 24px;
  color: #df2904;
  padding:0 25px;
  border-bottom:3px solid #df2904;
 
}
.title-djyw .more a {
  color: #999;
  display: block;
}
.list {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.list .imgbox{
	width:560px;
	height:385px;
}
.list .imgbox img{
	width:100%;
	height:100%;
	display: block;
	border-radius:5px;
	overflow:hidden;
}
.listul{
	width:580px;
}
.listul li {
  height: 48px;
  line-height: 48px;
  background: url(../images/dot.png) no-repeat left -18px;
  padding-left: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.listul li a{
	font-size:16px;
}
.listul li:hover{
	background: url(../images/dot.png) no-repeat left 21px;
}

/* 工作动态 */
.news {
  display: flex;
  justify-content: space-between;
}
.news-item{
	width:48%;
}
.news-hd {
  display: flex;
  justify-content: space-between;
  height: 53px;
  line-height:48px;
  border-bottom: 1px solid #c2c2c2;
}
.news-hd .more {
  padding-right: 15px;
}
.news-hd .more a {
  color: #999;
  display: block;
}
.news-hd .title {
  font-size: 24px;
  color: #df2904;
  padding:0 25px;
  border-bottom:3px solid #df2904;
}
.news-list {
  padding: 15px 25px 0 0;
}
.news-list li {
  line-height: 52px;
  background: url(../images/line.png) repeat-x left bottom;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list li a{
	display:block;
  line-height: 52px;
  background: url(../images/dot.png) no-repeat left -18px;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list li a:hover {
  background-position: 0 21px;
}


/* 远程教育 */
.pic-list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 20px;
  flex-wrap: wrap;
}
.pic-list ul li {
  width: 374px;
  margin-bottom: 40px;
}
.pic-list ul li .img {
  border-radius: 6px;
  overflow: hidden;
}
.pic-list ul li p {
  width: 100%;
}
.pic-list ul li p a {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 48px;
  color: #3d3c3c;
}
.pic-list .image-shadow .img{
  transition: all 0.2s linear;
}
.pic-list .image-shadow .img:hover {
  box-shadow: 0 0 20px rgb(9 41 77 / 20%);
  transform: translate3d(0, -6px, 0);
}

/*底部菜单*/
.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;
}

/* 二级列表页 */

.list-content {
  padding: 30px 0;
  overflow: hidden;
}
.sideNav {
  float: left;
  width: 200px;
}
.sideNav li {
  width: 200px;
  height: 55px;
  line-height: 55px;
  background: #f4f4f4;
  border: 1px solid #e3e1e1;
  text-align: center;
  margin-bottom: 27px;
}
.sideNav li a {
  display: block;
  font-size: 22px;
}
.sideNav li.active a {
  background: #c81b15;
  color: #fff;
}
.listbox {
  float: right;
  width: 900px;
  margin-right:25px;
}


.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;
  margin-bottom: 10px;
}
.listbox li .desc {
  font-size: 18px;
  color:#888;
}
.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;
}
/* 三级页新闻详情 */
.main-content {
  padding: 30px 100px;
}
.m-tit {
  line-height: 56px;
  text-align: center;
  font-weight: 600;
  font-size: 32px;
  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: 18px;
}
.m-article p {
  margin-bottom: 16px;
  /*text-indent: 2em;*/
  line-height: 36px;
}

@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);
}
