@charset "utf-8";
body {
  background-color: #f4f4f4;
}
.swiper-container {
  width: 835px;/*修改*/
  height: 427px;/*修改*/
  float: left;
}
.banner-right {
  width: 365px;/*修改*/
  float: left;
  background-color: #fff;
}
.banner-right .head {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  padding: 0px 18px;
}
.banner-right .head a {
  box-sizing: border-box;
  float: right;
/*  width: 80px;*/
  height: 26px;
  background: #ffffff;
/*  border: 1px solid  #0371D3;*/
  border-radius: 13px;
  font-size: 12px;
  font-weight: 400;
  color:  #0371D3;
  line-height: 24px;
  text-align: center;
  margin-top: 17px;
}
.banner-right .head p {
  font-size: 24px;
  font-family: Helvetica;
  color: #333333;
  float: left;
  text-indent: 15px;
}
.banner-right .head:after {
  content: "";
  width: 2px;
  height: 24px;
  background-color:  #0371D3;
  display: block;
  position: absolute;
  top: 19px;
  left: 20px;
}
.swiper-pagination-bullet-active {
  background-color:  #0371D3 !important;
}
.text-list {
  height: 269px;
  overflow: hidden;
}
.text-list .item {
  padding: 0 21px;
}
.text-list li {
  line-height: 1.1;
  overflow: hidden;
  margin-top: 17px;
}
.text-list li a {
  font-size: 16px;
  font-family: Helvetica;
  color: #333333;
  width: 80%;
  float: left;
}
.text-list li span {
  font-size: 14px;
  font-family: Helvetica;
  color: #c9c9c9;
  float: right;
}
.wrap-2 {
  overflow: hidden;
  background-color: #f4f4f4 !important;
}
.wrap-2 .item-body {
  height: 232px;
  position: absolute;
  top: 61px;
  left: 0px;
  padding: 0px 35px 20px 20px;
  box-sizing: border-box;
}
.wrap-2 .item-body .head-img {
  width: 98px;
  height: 98px;
  display: block;
  float: left;
}
.wrap-2 .item-body .item-main {
  width: 418px;
  height: 100%;
  float: left;
  margin-left: 19px;
  position: relative;
}
.wrap-2 .item-body .item-main .item-title {
  height: 42px;
  font-size: 32px;
  font-family: Helvetica;
  color: #ffffff;
  line-height: 42px;
  margin-bottom: 25px;
  overflow: hidden;
  -ms-overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  -ms-white-space: nowrap;
}
.wrap-2 .item-body .item-main h2 a {
  display: block;
  max-height: 44px;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-bottom: 10px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.wrap-2 .item-body .item-main h2 .item-titlebar {
  height: auto;
  font-size: 18px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #323232;
  line-height: 25px;
  margin-bottom: 7px;
  overflow: hidden;
  -ms-overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  -ms-white-space: nowrap;
}
.wrap-2 .item-body .item-main .p {
  font-size: 14px;
  font-weight: 400;
  color: #595959;
  line-height: 18px;
  overflow: hidden;
  -ms-overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  -ms-white-space: nowrap;
}
.wrap-2 .item-body .item-main .item-jj {
  max-height: 38px;
  font-size: 14px;
  font-family: Helvetica;
  color: #8a8a8a;
  line-height: 19px;
  margin-top: 12px;
  margin-bottom: 18px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.wrap-2 .item-body .item-main .btn {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 120px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background:  #0371D3;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  display: block;
  padding: 0px;
}
.wrap-2 .item {
  background-color: #fff;
  width: 590px;
  height: 295px;
  float: left;
  position: relative;
}
.wrap-2 .item img {
  z-index: -1;
}
.wrap-2 .item:first-child {
  margin-right: 20px;
}
.fill .head {
  height: 59px;
  line-height: 59px;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  padding: 0 18px;
}
.fill .head p {
  float: left;
  font-size: 24px;
  font-weight: 400;
  color: #323232;
}
.fill .head .head-list {
  float: left;
  font-size: 18px;
  font-family: Helvetica;
}
.fill .head .head-list .head-li {
  margin-left: 70px;
  float: left;
  cursor: pointer;
}
.fill .head .active {
  color:  #0371D3;
}
.fill .head a {
  box-sizing: border-box;
  float: right;
/*  width: 80px;*/
  height: 26px;
  background: #ffffff;
/*  border: 1px solid  #0371D3;*/
  border-radius: 13px;
  font-size: 12px;
  font-weight: 400;
  color:  #0371D3;
  line-height: 24px;
  text-align: center;
  margin-top: 18px;
}
.fill .head:after {
  content: "";
  width: 2px;
  height: 24px;
  background-color:  #0371D3;
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
}
.fill .style {
  padding: 20px;
}
.column-img-3 {
  overflow: hidden;
  padding: 20px;
  height: 230px;
  box-sizing: border-box;
}
.column-img-3 .img-list {
  float: left;
  width: 363px;
  margin-right: 35px;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
}
.column-img-3 .img-list .img {
  width: 100%;
  height: 80px;
  display: block;
}
.column-img-3 .img-list .img img {
  width: 100%;
  height: 100%;
}
.column-img-3 .img-list .img-title {
  max-height: 63px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  padding: 0px 7px 0px 20px;
  margin: 22px 0px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.column-img-3 .img-list:last-child {
  margin: 0px;
}
.column-img-3 .img-list:first-child + div + div {
  margin: 0px;
}
.column-img-4 {
  overflow: hidden;
}
.column-img-4 .img-list {
  float: left;
  width: 261px;
  margin-right: 38px;
}
.column-img-4 .img-list .img {
  width: 261px;
  height: 143px;
  display: block;
}
.column-img-4 .img-list .img img {
  width: 100%;
  height: 100%;
  transition: all .5s ease;
}
.column-img-4 .img-list .img img:hover {
  transform: scale(1.1);
}
.column-img-4 .img-list:first-child + div + div + div {
  margin: 0px;
}
.column-img-4 .last {
  margin-right: 0!important;
}
.column-img-4 .img-title {
  max-height: 44px;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  line-height: 22px;
  margin-top: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.column-img-4 .subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
  margin-top: 5px;
}
.column-img-7 {
  overflow: hidden;
}
.column-img-7 .img-list {
  float: left;
  width: 140px;
  margin-right: 28px;
}
.column-img-7 .img-list .img {
  width: 140px;
  height: 190px;
  display: block;
}
.column-img-7 .img-list .img img {
  width: 100%;
  height: 100%;
  transition: all .5s ease;
}
.column-img-7 .img-list .img img:hover {
  transform: scale(1.1);
}
.column-img-7 .img-title {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  line-height: 20px;
  text-align: center;
  margin-top: 16px;
}
.column-img-7 .img-list:last-child {
  margin: 0px;
}
.column-img-7 .img-list:first-child + div + div + div + div + div + div {
  margin: 0px;
}
.main {
  padding-bottom: 39px;
}
.main .wrap-4 {
  background-color: #f4f4f4;
}
.column-text-2 {
  width: 590px;
  float: left;
  margin-right: 20px;
  background-color: #fff;
}
.column-text-2.last {
  margin-right: 0px;
}
.column-text-2 .style {
  padding: 0;
}
.column-text-2 .text-list {
  padding: 20px 30px 20px 20px;
  height: auto;
}
.column-text-2 .text-list .item {
  padding: 0px;
}
.column-text-2 .text-list .item li {
  margin-bottom: 17px;
  line-height: 21px;
  margin-top: 0px;
}
.column-text-2 .text-list .item li:last-child {
  margin-bottom: 0px;
}
.column-img-6 {
  overflow: hidden;
}
.column-img-6 .img-list {
  float: left;
  width: 180px !important;
  height: 180px;
  box-sizing: border-box;
  border: 1px solid #f4f4f4;
  margin-right: 16px;
}
.column-img-6 .img-list img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
.column-img-6 .img-list .img-title {
  margin-top: 10px;
  text-align: center;
}
.picMarquee-left .bd {
  padding: 20px 10px;
  overflow: hidden;
}
.picMarquee-left .bd:last-child {
  display: none;
}
.picMarquee-left .bd:first-child + div {
  display: none;
}
.picMarquee-left .img-list {
  padding: 0px;
}
.picMarquee-left .item {
  padding: 20px 35px 20px;
}
.tab_nav {
  display: none;
}
.tab_nav.on {
  display: block;
}
.ing {
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  padding: 0 9px;
  line-height: 24px;
  border-radius: 12px;
  margin-right: 5px;
  vertical-align: 2px;
  padding-left: 18px;
  position: absolute;
  top: -104px;
}
.ing:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -1px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
}
.text-co {
  font-weight: 400;
  color: #8a8a8a !important;
}
.wrap-banner {
  margin-top: 20px;
  overflow: hidden;
}
.wrap-banner img {
  width: 1200px;
  height: 102px;
  transition: all .5s ease;
}
.wrap-banner img:hover {
  transform: scale(1.1);
}
.column-icon {
  height: 100px;
  padding: 20px 0px 20px 20px;
  box-sizing: border-box;
}
.column-icon .icon-item {
  float: left;
  margin-right: 38px;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.points-list {
  display: none;
  position: fixed;
  top: 310px;
  left: 50%;
  margin-left: -722px;
  background-color: #ffffff;
  transform: all .5s ease;
}
.points-list .points-li {
  padding: 0px 13px;
  margin-bottom: 5px;
  line-height: 34px;
  text-align: center;
}
.points-list .points-li a {
  display: block;
  color: #333333 !important;
}
.points-list .active > a {
  color: #fff !important;
}
.points-list .active > a:hover {
  color: #fff !important;
}
.points-list .points-list > div + div + div + div + div + div + div {
  margin-bottom: 0px;
}
.points-list .active {
  background:  #0371D3;
  color: #fff;
}
@media only screen and (max-width: 1470px) {
  .points-list {
    position: fixed;
    top: 310px;
    left: 15px;
    margin-left: 0px;
    z-index: 100;
  }
  .points-list .points-li {
    font-size: 12px;
    line-height: 28px;
  }
  .points-list .points-li a {
    font-size: 12px;
  }
  .elevator-nav {
    background: #ffffff;
    position: fixed;
    top: 310px;
    right: 15px;
    margin-right: 0px;
  }
}

.wrap-4 .column-img-4 .img-list:last-child a {
    pointer-events: none;
}
.xxfc {
  width: 110px;
  height: 140px !important;
  border-radius: 0px !important; 
}
.picMarquee-left .item {
  padding: 10px 35px 20px;
}
.column-img-6 .img-list .img-title {
  margin-top: 5px;
  text-align: center;
}
.container-panel{
    background-color:#f4f4f4;
}
.swiper-container{
    width: 680px;
    height: 347px;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
.banner-right{
    width: 500px;
    margin-left: 20px;
}
.banner-right .head ul li{
    margin-right: 24px;
}
.text-list {
    height: 285px;
}  
/*修改轮播图右侧*/
.banner-right .head ul{
    width: 240px;
    float: left;
    padding-left: 18px;
}
.banner-right .head ul li{
    float: left;
    font-size: 24px;
    font-weight: 400;
    color: #323232;
    cursor: pointer;
    margin-right: 20px;
}
.banner-right .head ul .on {
    color: #0371D3;
    border-bottom: 1px solid #0371D3;
}
.headnav-list .headnav-li:first-child > a {
    padding: 0px 12px 0px 12px;
} 
.wrap-3 .column-img-4{
    width: 1200px;
    max-height: 236px;
 }
.swiper-pagination-bullet{
        width: 12px;
        height: 12px;
        background: #ffffff;
        opacity:1;
}
.main .wrap-4 {
    background-color: #ffffff;
}
.wrap-project .column-img-4 .img-title{
        text-align: center;
}
/*直播课堂工作室样式*/
.container-panel{
    overflow: hidden;
    margin-top: 20px;
}
.container-panel .panel-left,.container-panel .panel-right{
    width: 590px;
    float: left;
    background-color: #ffffff;	
}

.container-white{
    background-color: #ffffff!important;  /*新增*/
}

.container-panel .new-live-modular {
  height: 160px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px 40px 0 40px;
  float: left;
  width: 590px;
}
.container-panel .new-live-modular .img {
  float: left;
  margin-right: 10px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.container-panel .new-live-modular .img img {
  width: 100%;
  height: 100%;
}
.container-panel .new-live-modular .live-text {
  width: 415px;
  float: left;
}
.container-panel .new-live-modular .live-text .titleBar {
  height: 18px;
  font-size: 14px;
  color: #333;
  line-height: 18px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.container-panel .new-live-modular .live-text .titleBar-details {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  max-height: 40px ;
  font-size: 15px;
  color: #323232;
  line-height: 20px;
  margin-bottom: 8px;
}
.container-panel .new-live-modular .live-text .nameBar {
  height: 18px;
  font-size: 14px;
  color: #999999;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.container-panel .panel-left{
    margin-right: 20px;
}
/*直播课堂工作室样式*/

/*修改培训项目样式*/

.wrap-project .column-img-4 .img-list{
    width: 261px;
    margin-right: 38px;
    margin-bottom: 15px;
}
.wrap-project .column-img-4 .img-list .img{
    width: 261px;
    height: 143px;
	
}
.wrap-project .column-img-4 .img-list .img img:hover{
	transform:none;
}
.wrap-project .column-img-4 .img-list:first-child + div + div + div{
	margin-right: 18px;
}

.sidebar-right {
  display: none;
  box-sizing: border-box;
  position: absolute;
  right: 50%;
  margin-right: -685px;
  top: 420px;
  width: 60px;
  height: auto;
}
#sidebarRight {
  position: relative;
  width: 100%;
  min-height: 70px;
}
.sidebar-right .sidebar-right-item {
  display: none;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  padding: 8px 9px;
  border-radius: 10px;
  margin-bottom: 10px;
  position: relative;
}
.sidebar-right .sidebar-right-item .name {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
}
.sidebar-right .sidebar_is_show {
  display: block;
}
.sidebar-right .sidebar-right-item .sidebar_img{
	position: absolute;
	bottom: 8px;
	left: -175px;
	width: 163px;
	height: 138px;
	display: none;
}
.sidebar-right .sidebar-right-item .sidebar_img img{
	width: 100%;
	height: 100%;
}
.sidebar-right .sidebar-right-item:hover .sidebar_img{
	display: block;
}
.sidebar-right .color_BA0000 {
    background-color: #0371D3;
}





/*轮播图改版成左图右文20240117*/
.layout_head {
  height: 40px;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
}
.layout_head .head_p {
  position: relative;
  float: left;
  line-height: 30px;
  font-size: 24px;
  font-weight: 500;
}
.layout_head .head_a {
  float: right;
  margin-top: 16px;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
}
.layout_head:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 52px;
  height: 2px;
}
.container_swiper {
  height: 377px;
  margin-bottom: 45px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.swiper_list {
  width: 740px;
  height: 377px;
  float: left;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.swiper_list .switch-tips {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -48px;
  z-index: 1;
}
.swiper_list .switch-tips li {
  cursor: pointer;
  text-indent: -9999px;
  float: left;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 20px;
}
.swiper_list .switch-tips .on {
  background: #c02832;
}
.swiper_list .switch-tips ol li:hover {
  background: #c02832;
}
.swiper_list .switch-tips .last-switch-tips {
  margin-right: 0;
}
.swiper_list .img-group ul li {
  float: left;
  position: relative;
  width: 740px;
  height: 377px;
}
.swiper_list .img-group img {
  width: 740px;
  height: 377px;
}
#news {
  position: relative;
}
.news_one {
  width: 430px;
  height: 377px;
}
.news_one .main_body {
  padding-top: 15px;
  overflow: hidden;
}
.news_one .list {
  margin-bottom: 30px;
}
.news_one .list a {
  display: block;
}
.news_one .list .item {
  position: relative;
  width: 100%;
  padding-left: 17px;
  box-sizing: border-box;
  color: #505050;
  font-size: 18px;
  font-weight: 400;
  height: 36px;
  line-height: 36px;
}
.news_one .list .item a {
  float: left;
  color: #505050;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.news_one .list .item span {
  float: right;
  color: #999;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  display: none;
}
.news_one .list .item:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 8px;
  height: 8px;
}
.news_one .btn_list {
  width: 450px;
  display: flex;
  justify-content: space-between;
}
.news_one .btn_list .btn_default {
  flex: 1;
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-right: 20px;
}
.news_one .btn_list a:hover {
  color: #fff !important;
}
.news_one .btn_list .btn_login {
  background-color: #6BA4D0;
}
.news_one .btn_list .btn_public {
  background-color: #FF4A4A;
}
.news_one .btn_list .btn_app {
  background-color: #E4C307;
}
.news_one .btn_list .btn_guide {
  background-color: #0371D3;
}

.news_one .btn_list .btn_default{
     position: relative;
}
.news_one .btn_list .btn_code{
    display: none;
    position: absolute;
    top: -110px;
    left: 50%;
    margin-left: -45px;
    width: 92px;
    height: 92px;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
}
.news_one .btn_list .btn_public:hover>.btn_code,
.news_one .btn_list .btn_app:hover>.btn_code{
    display: block;
}
.news_one .btn_list .btn_code .img{
    width: 100%;
    height: 100%;
    position: relative;
}
.news_one .btn_list .btn_code .img img{
    width: 100%;
    height: 100%;
}
.news_one .btn_list .btn_code  .img:before{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -18px;
    border: 8px solid transparent;
    border-top: 10px solid #dfdfdf;
}



/*
二级党校样式新增20240124
*/
.container-panel .panel-left .list{
    height: 160px;
    padding: 11px 40px 0 15px;
}
.container-panel .panel-left .list li{
    position: relative;
    width: 100%;
    padding-left: 17px;
    box-sizing: border-box;
    color: #505050;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}
.container-panel .panel-left .list li a
{
    float: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    margin-right: 20px;
}