/**slide导航**/
.wp-navi .navi-slide-head {
  display: none;
  padding: 0 10px;
  height: 40px;
}

.wp-navi .navi-slide-head .navi-slide-title {
  display: inline-block;
  float: left;
  font-weight: normal;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 40px;
}

.wp-navi .navi-slide-head .navi-slide-arrow {
  display: block;
  width: 34px;
  height: 40px;
  float: right;
  background: url(css/img/menu-icon-arrow-white.png) no-repeat 50%;
}


.top-alink{
  display: none;
}

.floatpic{
  display: none;
}

.head-right{
  display: none;
}


.logo{
  width: 258px;
  height: 72px;
  margin: 12px 0 12px 10px;
}


.more{
  display: none !important;
}

.en-title{
  display: none;
  font-size: 10px !important;
  color: #2C4684;
  opacity: 0.65;
}

.imgs-info .info-box{
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.imgs-info .info-box a{
  width: 100%;
}



/**aside导航**/
.navi-aside-page {
  position: fixed;
}

.navi-aside-toggle {
  display: block;
  width: 34px;
  height: 34px;
  background: url(css/img/menu-icon-arrow-white.png) no-repeat 50%;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 29%;
  display: none;
  margin-left: 6px;
}

.navi-aside-search {
  display: block;
  width: 34px;
  height: 34px;
  background: url(css/img/menu-icon-search.png) no-repeat 50%;
  cursor: pointer;
  position: absolute;
  left: auto;
  right: 10px;
  top: 58px;
  z-index: 1000;
  margin-top: -17px;
  display: none;
}

.wp-navi-aside {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
}

.wp-navi-aside .navi-aside-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1);
}

.wp-navi-aside-active {
  display: block;
}

.wp-navi-aside .aside-inner {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -216px;
  z-index: 1002;
  width: 216px;
  max-width: 100%;
  background: #252525;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.wp-navi-aside .aside-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: rgba(0, 0, 0, .6);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .6);
}

.wp-navi-aside .navi-aside-head {
  margin-top: 0;
  border-top: 1px solid rgba(0, 0, 0, .3);
  background: #333;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
  text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.wp-navi-aside .navi-aside-head .navi-aside-title {
  padding: 7px 10px;
  font-weight: normal;
  color: #777;
  font-size: 14px;
}

.wp-navi-aside .navi-aside-wrap {
  color: #aaa;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
}

.wp-navi-aside .navi-aside-wrap li {
  position: relative;
}

.wp-navi-aside .navi-aside-wrap li .menu-switch-arrow {
  display: block;
  cursor: pointer;
  width: 50px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0px;
  color: #f6f6f6;
  font-size: 14px;
  background: url(css/img/menu-switch-arrow.png) no-repeat 22px -25px;
}

.wp-navi-aside .navi-aside-wrap li .menu-open-arrow {
  background-position: 20px 12px;
}

.wp-navi-aside .navi-aside-wrap li a {
  display: block;
  text-decoration: none;
  color: #c7c7c7;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 30px 8px 10px;
  border-top: 1px solid rgba(0, 0, 0, .3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
  text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}

.wp-navi-aside .navi-aside-wrap li a:hover,
.wp-navi-aside .navi-aside-wrap li a:focus {
  background-color: #404040;
  color: #fff;
  outline: 0;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu {
  display: none;
  background-color: #2e2e2e;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu li a {
  padding-left: 26px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu {
  background-color: #333
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu li a {
  padding-left: 40px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu {
  background-color: #343434;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu li a {
  padding-left: 54px;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu {
  background-color: #373737;
}

.wp-navi-aside .navi-aside-wrap li .sub-menu .sub-menu .sub-menu .sub-menu li a {
  padding-left: 68px;
}

.col_menu .col_menu_head {
  position: relative;
}

/**位置栏目背景**/
.column-switch {
  display: none;
  position: absolute;
  right: 10px;
  top: 8px;
  width: 30px;
  height: 24px;
  float: right;
  background: url(css/img/menu-dot-w.png) no-repeat center;
}

/**阅读设置**/
.night-model .wp-container {
  background-color: #313131;
  color: #6f6f6f;
}

.night-model .article .entry,
.night-model .article .entry p {
  color: #6f6f6f;
}

.night-model .read a {
  color: #6d6d6d;
}

.night-model .read a:hover {
  color: #f5f5f5;
}

.night-model .article h1.arti-title {
  color: #e7e8e9
}

.read-setting {
  margin-bottom: 10px;
  display: none;
  background-color: #fdfdfd;
  height: 38px;
  border-bottom: 1px solid #F1F1F1;
}

.night-model .read-setting {
  background-color: #1d1d1d;
  border-color: #313131;
}

.read-setting .setting-item {
  display: inline-block;
  width: 49%;
  height: 38px;
  float: left;
}

.read-setting .setting-item a {
  display: inline-block;
  color: #565656;
  font-size: 20px;
  float: left;
  width: 49%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-top: 9px;
  color: #565656;
}

.read-setting .setting-item a:hover {
  color: #999;
}

.read-setting .setting-item a.smaller-font {
  border-left: 1px solid #F1F1F1;
  font-size: 18px;
}

.read-setting .setting-model {
  border-left: 1px solid #F1F1F1;
  text-align: center;
}

.night-model .read-setting .setting-item a.smaller-font,
.night-model .read-setting .setting-model {
  border-left-color: #313131;
}

.read-setting .setting-model a.read-model {
  font-size: 18px;
  background: url(css/img/moon.png) no-repeat 0 50%;
  float: none;
  width: auto;
  padding-left: 24px;
  margin: 9px auto;
}

.night-model .read-setting .setting-model a.read-model {
  background-image: url(css/img/sun.png);
}

.article .entry .set-fz12,
.article .entry .set-fz12 p {
  font-size: 12px;
}

.article .entry .set-fz14,
.article .entry .set-fz14 p {
  font-size: 14px;
}

.article .entry .set-fz16,
.article .entry .set-fz16 p {
  font-size: 16px;
}

.article .entry .set-fz18,
.article .entry .set-fz18 p {
  font-size: 18px;
}

.article .entry .set-fz20,
.article .entry .set-fz20 p {
  font-size: 20px;
}

.article .entry .set-fz22,
.article .entry .set-fz22 p {
  font-size: 22px;
}

/**文章分享（百度分享）**/
.article #bdshare {
  margin-top: 10px;
}

/*读图模式*/
.view-box {
  display: block;
  color: #666;
  font-style: normal;
  margin-bottom: 10px;
}

.view-box-inner {
  display: block;
  text-align: center;
  max-width: 400px;
  min-width: 30px;
  margin: 0 auto;
  position: relative;
}

.view-box-inner img {
  width: 100%;
  width: auto;
  display: block;
  margin: 0 auto;
}

.view-box-inner .open-view {
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 1px;
  bottom: 1px;
  z-index: 1;
}

.view-box-inner .view-icon {
  display: block;
  width: 100%;
  height: 100%;
  background: url(img/view-image.png) no-repeat center;
}

#wp-view-page {
  display: none;
  position: fixed;
  z-index: 10000000;
  width: 100%;
  background-color: #1a1a1a;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

#view-head {
  width: 100%;
  height: 42px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

#back-read-page {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 42px;
  background: url(css/img/back-arrow.png) no-repeat center;
}

#back-read-page span {
  display: none;
}

#view-original-image {
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFF;
  float: right;
  font-size: 15px;
  margin: 12px 12px 0px 0px;
  display: block;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 40px;
}

#view-foot {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 42px;
  left: 0;
  bottom: 0;
  color: #FFF;
  position: absolute;
  font-size: 14px;
  line-height: 42px;
  opacity: 0.8;
  z-index: 99;
}

#view-index {
  float: left;
  margin-left: 10px;
}

#view-current {
  color: #3495FF;
}

#view-title {
  position: absolute;
  left: 60px;
  top: 10px;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  color: #fff;
}

#view-body {
  width: 100%;
  height: 100%;
  position: relative;
}

#view-image-items {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

#view-image-items li {
  float: left;
  text-align: center;
  background: no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
}

/**jumphandle**/
#jumphandle {
  width: 32px;
  height: 70px;
  position: fixed;
  right: 6px;
  bottom: 20px;
  z-index: 100000000;
  display: none;
}

#jumphandle a {
  display: block;
  width: 32px;
  height: 32px;
  background: #777 url(css/img/jump-icon.png) no-repeat 0 top;
  opacity: 0.7;
}

#jumphandle a#gobot {
  background-position: 0 bottom;
  margin-top: 6px;
}



#zbydBox,#cj2Box,#xzzxBox{
  display: none;
}


.footer-bottom{
  margin-top: 20px;
}


.footer-links .links-right{
  margin-top: 10px;
}

.footer-links .links-item{
 
  height: 36px;
}

.footer-links .links-title{
  color: rgba(255, 255, 255, 0.67);
  font-weight: 500;
}

.footer-links .links-item select{
  width: calc(100% - 20px);
  height: 36px;
  background-color: #33547F;
  color: #ffffff;
  border: none !important;
  padding: 0 12px;
}

.footer-links .links-item select option{
  color: #ffffff;
  height: 30px !important;
}

.link_text img{
  width: 100%;
}

.img-title-info{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.img-title-info .info-box .img-box{ 
  display: flex;
  justify-content: center;
}

.img-title-info .info-box .title{
  margin-top: 10px;
  text-align: center;
}

.img-title-info .info-box .title a{
  color: #2C4684;
  font-size: 18px;
  font-weight: bold;
}


.img-title-info .info-box img{
  margin-left: 44px;
  margin-right: 12px;
}

.imgs-info .info-box {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.imgs-info .info-box .title{
  position: absolute;
  left: 0;
  bottom: 74px;
  width: 325px;
  height: 60px;
  background-color: rgba(45, 70, 132, 0.9);
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding-left: 37px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.imgs-info .info-box .title a{
  color: #fff;
}

.imgs-info .info-box .title a:hover{
  color: #fff;
}

.imgs-info .info-box .sub-title a{
  margin-top: 21px;
  color: #333;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
}




.mbanner .dtjt9_div_img .number  {
  display: flex;
  align-items: center;
  bottom: 16px !important;
}

.mbanner .dtjt9_div_img .number .nomal {
  width: 10px !important;
  height: 10px !important;
  border-radius: 10px;
  background: #FFFFFF !important;
  color: #fff;
  opacity: 1 !important;
  border: none !important;
  font-size: 10px !important;
  text-align: center!important;
  line-height: 10px !important;
  margin-right: 20px; 
}

.mbanner .dtjt9_div_img .number .nomal:hover {
  color: #fff !important;
}

.mbanner .dtjt9_div_img .number .current {
  width: 71px !important;
  height: 29px !important;
  background: url(./images/w.png) no-repeat center;
  background-size: 74% 80%;
  opacity: 1 !important;
  border: none !important;
  margin-right: 20px;
}

.mbanner .dtjt9_div_img .number .current:hover {
  color: #fff !important;
}

.img-title-info img{
  height: 52px;
  width: auto;
}


.imgs-info{
  display: flex;
  flex-direction: column;
}


.imgs-info .info-box a{
  width: 100%;
  height: 200px;
} 

.imgs-info .info-box img{
  width: 100%;
  height: 100%;
} 

.imgs-info.left-news .info-box{
  width: 438px;
  background-color: #fff;
}

.imgs-info.left-news .info-box{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.imgs-info.left-news .info-box .bottoms-info{
  padding: 20px;
  height: 104px;
  background-color: #fff;
  color: #333;
}

.imgs-info.left-news .info-box .bottoms-info .main-title{
  color: #333;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 50px;
  line-height: 25px;
}

.imgs-info.left-news .info-box .bottoms-info .content{
  color: #666;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
  line-height: 22px;
}

.imgs-info.left-news .info-box .bottoms-info .pub-time{
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 120px;
  width: 100px;
  height: 80px;
  color: #fff;
  background-color: rgba(45, 70, 132, 0.9);
}

.imgs-info.left-news .info-box .bottoms-info .pub-time .my_time {
 position: absolute;
 visibility: hidden;
}

.imgs-info.left-news .info-box .bottoms-info .pub-time .time_top {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
}

.imgs-info.left-news .info-box .bottoms-info .pub-time .time_bottom {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}

.r-list .li-title img{
  display: none;
}

.footer-logo-box{
  display: flex;
  justify-content: center;
}

.footer-logo-box img{
 transform: translateX(-10px);
}

.footer-infos-box{
  margin: 30px 0;
}


.footer-qr-box {
  margin-top: 30px;
}

.footer-qr-box .info-box{
  display: flex;
  justify-content: center;
  margin-right: 24px;
}

.footer-qr-box .info-box li{
  display: flex;
  flex-direction: column;
}

.footer-qr-box .info-box img{
  width: 116px;
  height: 116px;
}

.footer-qr-box .info-box .title{
  text-align: center;
  margin-top: 12px;
}

.footer-qr-box .info-box .title a{
  color: #fff;
  font-size: 14px;
}

#fixed-header{
  display: none !important;
}

.main11 {
  padding-top: 20px;
}

.main11 .xuexi-tt .tit{
  display: flex;
  flex-direction: row;
}


.main11 .xuexi-tt .title img{
  width: 126px;
}

.main11 .xuexi-tt .more_btn{
  margin-top: 24px;
}

.xx-img-2{
  width: 120px;
}


.more_btn .more_text .txt{
  display: flex;
  align-items: center;
  margin-left: -17px;
  white-space: nowrap;
}

.more_btn .more_text img{
  display: none;
}

.more_btn .more_text .txt .add-icon{
  display: block;
  margin-left: 3px;
}


.main11 .con{
  overflow-x: scroll;
}

.main11 .xuexi-box{
  display: flex;
  align-items: center;
  width: calc((100vw - 94px) * 4);
}

.main11 .xuexi-box .xuexi-item{
  width: calc(100vw - 94px);
  border: 1px solid #AFC7E3;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 20px;
}

.main11 .xuexi-box .xuexi-item .xuexi-bottom{
  padding: 15px;
  height: 20px;
}

.main11 .xuexi-box .xuexi-item .img-a {
  display: inline-block;
  width: 100%;
  height: 160px;
  overflow: hidden;
}

.main11 .xuexi-box .xuexi-item .img-a img {
  object-fit: cover;
}

.main11 .xuexi-box .xuexi-item .img-a img:hover{
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

.main11 .xuexi-box .xuexi-item .title  {
  margin-bottom: 15px;
}

.main11 .xuexi-box .xuexi-item .title a {
  display: inline-block;
  width: 100%;
  height: 22px;
  color: #000;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

.main11 .xuexi-box .xuexi-item .f-title  {
  margin-bottom: 15px;
}

.main11 .xuexi-box .xuexi-item .f-title a {
  display: inline-block;
  width: 100%;
  color: #666;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}



.main11 .xuexi-box .xuexi-item .contents a {
  color: #666;
  font-size: 15px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


#container-1 .main-top-box{
  margin-top: 20px;
}

#container-1 .left-banner{
  position: relative;
}

#container-1 .left-banner .dtjt9_div_text {
  display: block !important;
  bottom: 0 !important;
}
#container-1 .left-banner .dtjt9_div_text .dtjt9_div_text_title {
  background: linear-gradient(180deg, rgba(44,70,132,0) 0%, rgba(0,0,0,0.74) 100%);
  text-align: left !important;
  height: 56px;
}

#container-1 .left-banner .dtjt9_div_text .dtjt9_div_text_title a {
  display: inline-block;
  width: 70% !important;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  line-height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 30px;
}

#container-1 .left-banner .dtjt9_div_text .dtjt9_div_text_title a font {
  color: #fff !important;
}

#container-1 .left-banner .dtjt9_div_img .number  {
  z-index: 200 !important;
}
 
#container-1 .left-banner .dtjt9_div_img .number .nomal {
  width: 20px;
  height: 8px;
  background: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
}
 
#container-1 .left-banner .dtjt9_div_img .number .nomal:hover {
  color: #fff !important;
}

#container-1 .left-banner .dtjt9_div_img .number .current {
  width: 20px;
  height: 8px;
  background: #2C4684;
  border-radius: 5px;
  overflow: hidden;
  color: #2C4684;
}

#container-1 .left-banner .dtjt9_div_img .number .current:hover {
  color: #2C4684 !important;
}

#container-1 .news-banner-box{
  padding-top: 40px;
}

#container-1 .l-banner-news .newstt{
  position: absolute;
  left: 1.5%;
  top: 0;
  margin-top: 0;
  width: 97%;
}

#container-1 .l-banner-news .link_text {
 display: none;
}


#container-1 .r-list-bottom .li-title .top_title{
  color: #2C4684;
}

#container-1 .r-list-bottom .li-title .media_title{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

#container-1 .r-list-bottom .li-title .media_title a{
  font-size: 17px;
}

#container-10{
  width: 100%;
  margin-top: 30px;
}

#container-10 .inner{
  display: flex;
  flex-direction: column;
}

#container-10 .newstt{
  margin-bottom: 52px;
}


#container-10 .left-list{
 width: 100%;
}

#container-10 .right-list{
  width: 100%;
  height: 270px;
  /* background: url(./images/kjbg.png) no-repeat center;
  background-size: 100% 100%; */
  margin-right: -30px;
}


#container-10 .explain{
  font-weight: bold;
  font-size: 15px;
  color: #666666;
  line-height: 23px;
  padding-top: 30px;
  padding-bottom: 40px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
}


#container-10 .my-news-list{
  position: relative;
}

#container-10 .my-news-list .news-pic{
  position: absolute;
  left: 14%;
  top: 121%;
  width: 73%;
  height: 76%;
}

#container-10 .my-news-list .news-pic a{
  display: block;
  width: 100%;
  height: 100%;

}

#container-10 .my-news-list .news-pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}


#container-10 .my-news-list .kj_item {
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #ECECEC;
}

#container-10 .my-news-list .kj_item:last-child{
  border-bottom: none;
}

#container-10 .my-news-list .kj_item .news_title {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

#container-10 .my-news-list .kj_item .news_title a {
  font-weight: bold;
  font-size: 17px;
  color: #333333;
  line-height: 54px;
}

#container-10 .my-news-list .kj_item.active {
  border-left: 3px solid #2C4684;
  border-bottom: none;
}

#container-10 .my-news-list .kj_item.active .news_title a{
  color: #2C4684;
  padding-left: 30px;
}




#container-9{
  width: 100%;
  margin-top: 30px;
}

#container-9 .inner{
  display: flex;
  flex-direction: column;
}

#container-9 .newstt{
  margin-bottom: 52px;
}


#container-9 .left-list{
 width: 100%;
}

#container-9 .right-list{
  width: 100%;
  height: 270px;
  /* background: url(./images/rwbg.png) no-repeat center;
  background-size: 100% 100%; */
}


#container-9 .explain{
  font-weight: bold;
  font-size: 15px;
  color: #666666;
  line-height: 23px;
  padding-top: 30px;
  padding-bottom: 40px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
}


#container-9 .my-news-list{
  position: relative;
}

#container-9 .my-news-list .news-pic{
  position: absolute;
  left: 14%;
  top: 121%;
  width: 73%;
  height: 76%;
}

#container-9 .my-news-list .news-pic a{
  display: block;
  width: 100%;
  height: 100%;

}

#container-9 .my-news-list .news-pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}


#container-9 .my-news-list .kj_item {
  width: 100%;
  height: 55px;
  border-bottom: 1px solid #ECECEC;
}

#container-9 .my-news-list .kj_item:last-child{
  border-bottom: none;
}

#container-9 .my-news-list .kj_item .news_title {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

#container-9 .my-news-list .kj_item .news_title a {
  font-weight: bold;
  font-size: 17px;
  color: #333333;
  line-height: 54px;
}

#container-9 .my-news-list .kj_item.active {
  border-left: 3px solid #2C4684;
  border-bottom: none;
}

#container-9 .my-news-list .kj_item.active .news_title a{
  color: #2C4684;
  padding-left: 30px;
}


.kxjsrwsk .dtjt8_div_img .number  {
  z-index: 200 !important;
 }
 
.kxjsrwsk .dtjt8_div_img .number .nomal {
  width: 24px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
}
 
.kxjsrwsk .dtjt8_div_img .number .nomal:hover {
  color: #fff !important;
}
 
.kxjsrwsk .dtjt8_div_img .number .current {
  width: 24px;
  height: 10px;
  background: #2C4684;
  border-radius: 5px;
  overflow: hidden;
  color: #2C4684;
}
 
.kxjsrwsk .dtjt8_div_img .number .current:hover {
  color: #2C4684 !important;
}

/* 学院图链接 */
#container-12{
  margin: 30px 0;
}

#container-12 .inner{
  width: 97%;
}

#container-12 .bottom-main{
  margin-top: 20px;
}

#container-12 .daily-study-info.link {
  justify-content: center;
}

#container-12 .daily-study-info.link .info-box{
  text-align: center;
}

#container-12 .daily-study-info.link .info-box:not(:last-child){
  margin-bottom: 10px;
}



#container-12 .daily-study-info.link .info-box a{
  position: relative;
  font-family: '楷体';
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  pointer-events: none;
}

#container-12 .daily-study-info.link .info-box a::before{
  content: '';
  position: absolute;
  left: -16px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: linear-gradient(180deg, #5FC1C9 0%, #1F4CAA 100%);
}


/* 师生心语 校友心声 */
#container-3{
  padding-top: 42px;

}

#container-3 .inner{
  display: flex;
  flex-direction: column;
}

#container-3 .c3-list{
  width: 100%;
}

#container-3 .c3-left .shisheng-box{
  display: flex;
  justify-content: space-between;
  gap: 0 !important;
}

#container-3 .c3-left .shisheng-item{
  display: flex;
  flex-direction: column;
  width: 388px;
}

#container-3 .c3-left .shisheng-item .img-a{
  display: block;
  width: 100%;
  height: 170px;
}



#container-3 .c3-left .shisheng-item .img-a .m-img{
  width: 100%;
  height: 100%;
}

#container-3 .c3-left .shisheng-item .shisheng-bottom{
  padding: 10px;
}

#container-3 .c3-left .shisheng-item .shisheng-bottom .title{
  position: relative;
  padding-left: 20px;
  margin-bottom: 23px;
  min-height: 78px;
}

#container-3 .c3-left .shisheng-item .shisheng-bottom .title::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 30px;
  background: #2D4684;
}

#container-3 .c3-left .shisheng-item .shisheng-bottom .title a{
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#container-3 .c3-left .shisheng-item .shisheng-bottom .title a:hover{
  color: unset !important;
}

#container-3 .c3-left .shisheng-item .shisheng-bottom .contents{
  padding-left: 20px;
  margin-bottom: 18px;
}

#container-3 .c3-left .shisheng-item .shisheng-bottom .contents a{
  font-size: 14px;
  color: #333333;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#container-3 .c3-left .shisheng-item .shisheng-bottom .contents a:hover{
  color: unset !important;
}

#container-3 .c3-left .shisheng-item .shisheng-bottom .time{
  text-align: left;
  color: #2C4684;
  padding-left: 20px;
}

#container-3 .c3-left .shisheng-item:nth-child(1){
  margin-top: 54px;
}

#container-3 .c3-left .shisheng-item:nth-child(1) .shisheng-bottom{
  background: #2C4684;
}

#container-3 .c3-left .shisheng-item:nth-child(1) .shisheng-bottom .title a,
#container-3 .c3-left .shisheng-item:nth-child(1) .shisheng-bottom .contents a,
#container-3 .c3-left .shisheng-item:nth-child(1) .shisheng-bottom .time {
  color: #fff !important;
}

#container-3 .c3-left .shisheng-item:nth-child(1) .shisheng-bottom .title::before{
  background: #fff;
}

#container-3 .c3-left .newstt{
  position: relative;
}

#container-3 .c3-left .more_btn{
  position: absolute;
  right: 0;
  top: 0;
}

#container-3 .c3-right .pic-li{
  width: 100%;
  height: 30px;
  margin-bottom: 30px;
}


#container-3 .c3-right .pic-li .li-title{
  width: 100%;
  height: 100%;
}

#container-3 .c3-right .pic-li .li-title .news_title{
  display: block;
  width: 100%;
  height: 100%;
  border-left: 2px solid #2C4684;
  padding: 0 !important;
}


#container-3 .c3-right .pic-li .li-title .news_title a{
  color: #333;
  padding-left: 22px;
  font-size: 16px;
}

#container-3 .c3-right .pic-li .li-title .news_meta{
  text-align: right;
  color: #2C4684;
}

#container-3 .c3-right .pic-li .news-pic{
  display: none;
  width: 388px;
  height: 281px;
}
#container-3 .c3-right .pic-li .news-pic a{
  display: block;
  width: 100%;
  height: 100%;
}

#container-3 .c3-right .pic-li .news-pic a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#container-3 .c3-right .pic-li .news_meta{
  display: none ;
}





#container-20{
  width: 100%;
}

#container-20 .inner{
  display: flex;
  flex-direction: column;
}

#container-20 .inner .content-left{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#container-20 .inner .content-left .post1 {
  width: 100% !important;
}

#container-20 .inner .content-right{
  display: flex;
  flex-direction: column;
  width: 100%;
}

#container-20 .inner .content-right .content-right-top{
  width: 100%;
}

#container-20 .inner .content-right .content-right-bottom{
  display: flex;
  width: 100%;
}

#container-20 .xy-box-1{
  width: 100%;
  height: 230px;
}

#container-20 .xy-box-1 .xy-item{
  width: 100%;
  height: 100%;
}

#container-20 .xy-box-2{
  height: 230px;
}

#container-20 .xy-box-3{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#container-20 .xy-box-3 .xy-item{
  width: 49%;
  height: 140px;
}

#container-20 .xy-box .xy-item .m-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#container-20 .inner .column .xy-box .xy-item{
  position: relative;
}

#container-20 .inner .column .xy-box .xy-item:hover .xy-title{
  display: block;
}

#container-20 .inner .column .xy-box .xy-item .xy-title {
  display: none;
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 100%;
}


#container-20 .inner .column .xy-box .xy-item .xy-title a{
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
}

#container-20 .inner .column .xy-box .xy-item:hover .m-img{
  filter: blur(2px);
}



#container-21{
  display: flex;
  flex-direction: column;
  width: 100%;
  background-size: 100% 100%;
}

#container-21 .ct-top{
  width: 100%;
  height: 555px;
}

#container-21 .ct-top .inner{
  position: relative;
  height: 100%;
  padding-top: 25px;
}

#container-21 .tt{
  width: 97%;
  margin-left: 1.5%;
}


#container-21 .ct-top .box-1{
  margin-top: 20px;
}

#container-21 .ct-top .tongji-box.box-4{
  display: flex;
  flex-direction: column;
}





#container-21 .ct-top .tongji-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#container-21 .ct-top .tongji-list.total-count{
  display: flex;
  flex-direction: column-reverse;
  width: 49%;
  align-items: center;
}

#container-21 .ct-top .tongji-list.total-count .Column_VisitCount,
#container-21 .ct-top .tongji-list.total-count .title{
  text-align: center;
  padding: 10px 0;
} 

#container-21 .ct-top .tongji-item{
  display: flex;
  flex-direction: column-reverse;
  width: 49%;
}


#container-21 .ct-top .tongji-item .f-title a,
#container-21 .box-4 .total-count .WP_VisitCount{
  font-family: '楷体',STKaitiTC, STKaitiTC;
  font-weight: 700;
  font-size: 26px;
  color: #2C4684;
  pointer-events: none;
  white-space: nowrap;
  letter-spacing: 2px;
}

#container-21 .ct-top .tongji-item .f-title {
  text-align: center;
}

#container-21 .ct-top .tongji-item .title {
 padding-bottom: 10px;
 text-align: center;
 padding-top: 10px;
}

#container-21 .ct-top .tongji-item .title a,
#container-21 .box-4 .total-count .title{
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  pointer-events: none;
  white-space: nowrap;
}

#container-21 .ct-bottom{
  width: 100%;
  margin-top: 84px;
}

#container-21 .ct-bottom .bn-box {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap;
}

#container-21 .ct-bottom .bn-box .bn-item{
  position: relative;
  width: 33.33%;
  margin-bottom: 15px;
}


#container-21 .ct-bottom .bn-box .bn-item .img-a{
  display: flex;
  justify-content: center;
  align-items: center;
 }

#container-21 .ct-bottom .bn-box .m-img{
  width: 44px !important;
  height: auto !important;
  filter: grayscale(1);
}

#container-21 .ct-bottom .bn-box .bn-item .bn-bottom {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

#container-21 .ct-bottom .bn-box .bn-item .bn-bottom .title a {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}



#container-13{
  width: 100%;
  height: 474px;
  margin-top: 54px;
}

#container-13 .newstt{
  display: flex;
  justify-content: space-between;
  border-bottom: none !important;
}

#container-13 .inner{
  height: 416px;
  overflow-x: scroll;
}

#container-13 .xsbg-box{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  width: calc((100vw - 94px) * 4)
}

#container-13 .xsbg-box .more_btn .more_text .txt{
  color: #fff !important;
}

#container-13 .xsbg-box .box-item{
  background: url(./images/xsbg-bg.png) no-repeat;
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  width: calc(100vw - 94px) ;
}

#container-13 .xsbg-box .box-item:nth-child(1){
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}

#container-13 .xsbg-box .box-item:nth-child(2){
  background: url(./images/tzgg-bg.png) no-repeat;
}

#container-13 .xsbg-box .box-item:nth-child(3){
  background: url(./images/rcgz-bg.png) no-repeat;
}

#container-13 .xsbg-box .box-item:nth-child(4){
  background: url(./images/xsbg-bg.png) no-repeat;
  background-position: 100%;
}

#container-13 .xsbg-box .box-item:nth-child(5){
  background: url(./images/xyfw-bg.png) no-repeat;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}


#container-13 .xsbg-box .box-item .newstt .more_btn{
  position: unset !important;
}


#container-13 .xsbg-box .box-item .newstt .tit .en-title,
#container-13 .xsbg-box .box-item .newstt .tit .title{
  color: #fff;
  border-bottom: none !important;
}

#container-13 .xsbg-box .box-item.active .newstt .more_btn{
  display: block;
}
#container-13 .xsbg-box .box-item{
  padding: 24px;
}

#container-13 .shisheng-box{
  display: flex;
  flex-direction: column;
}

#container-13 .shisheng-box .shisheng-item{
  display: flex;
  justify-content: space-between;
  width: calc(100% - 48px);
  height: 54px;
  background: rgba(255, 255, 255, 0.2);
  line-height: 54px;
  margin-bottom: 12px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0 24px;
}

#container-13 .shisheng-box .shisheng-item .title a{
  display: block;
  width: 66vw;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#container-13 .shisheng-box .shisheng-item .title a:hover{
 font-weight: bold;
 color: #fff !important;
}

#container-13 .shisheng-box .shisheng-item .time {
  display: none;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}


#container-13 .report-box{
  display: flex;
  flex-direction: column;
}

#container-13 .report-box .report-item{
  margin-bottom: 8px;
}

#container-13 .report-box .report-item .report-top{
  display: none;
}

#container-13 .report-box .report-item .report-bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 64vw;
  height: 54px;
  background: rgba(255, 255, 255, 0.2);
  padding: 0 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#container-13 .report-box .report-item .report-bottom .icon{
  display: none;
}

#container-13 .report-box .report-item .report-bottom .bottom-left{
  display: flex;
  align-items: center;
}

#container-13 .report-box .report-item .report-bottom .bottom-left .time{
  display: none;
}

#container-13 .report-box .report-item .bottom-left .my_time{
  display: flex;
  flex-direction: column;
  margin-right: 27px;
  display: none;
}

#container-13 .report-box .report-item .bottom-left .my_time .time_top{
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

#container-13 .report-box .report-item .bottom-left .my_time .time_bottom{
  font-size: 11px;
  color: #fff;
  margin-top: 8px;
  text-align: center;
  font-weight: bold;
}

#container-13 .report-box .report-item .report-bottom .bottom-left .title{

}

#container-13 .report-box .report-item .report-bottom .bottom-left .title a{
  font-weight: bold;
  font-size: 17px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 68vw;
  display: inline-block;

}

#container-13 .report-box .report-item .report-bottom .bottom-left .title a:hover{
  color: #fff !important;
}

#container-13 .report-box .report-item .icon{
  display: flex;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #2C4684;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 18px;
  cursor: pointer;
}

#container-13 .report-box .report-item.active .report-top{
  display: block;
}

#container-13 .report-box .report-item.active .report-bottom{
  display: none;
}

#container-13 .report-box .report-item .report-top {
 
  display: none;
}

#container-13 .report-box .report-item .report-top .report-top-main{
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: rgba(255, 255, 255, 0.2);
  height: 160px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#container-13 .report-box .report-item .report-top .top-left .time {
  display: none;
}

#container-13 .report-box .report-item .report-top .report-top-main .top-center .tp{
  width: 16px !important;
  height: 16px !important;
  margin-right: 12px;
  margin-top: 2px;
}

#container-13 .report-box .report-item .report-top .report-top-main .top-left .my_time{
  display: flex;
  flex-direction: column;
  margin-right: 27px;
  width: 64px;
  height: 64px;
  background: linear-gradient( 180deg, #577CBA 0%, #2C4684 100%);
  box-shadow: 0px 0px 4px 3px rgba(117,139,193,0.14);
  border-radius: 8px;
}

#container-13 .report-box .report-item .report-top .report-top-main .top-left .time_top{
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}

#container-13 .report-box .report-item .report-top .report-top-main .top-left .time_bottom{
  font-size: 11px;
  color: #fff;
  margin-top: 8px;
  text-align: center;
  font-weight: bold;
}

#container-13 .report-box .report-item .report-top .report-top-main .top-center{
  font-size: 11px;
  color: #fff;
  margin-top: 8px;
  font-weight: bold;
  width: 680px;
  padding-right: 50px;
}

#container-13 .report-box .report-item .report-top .report-top-main .top-center .title {
 margin-bottom: 8px;
}

#container-13 .report-box .report-item .report-top .report-top-main .top-center .title a{
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
}

#container-13 .report-box .report-item .report-top .report-top-main .top-center .contents{
  display: none;
}

#container-13 .report-box .report-item .report-top .report-top-main .top-center .my-text{
  display: flex;
  flex-direction: column;
}
#container-13 .report-box .report-item .report-top .report-top-main .top-center .my-text .my-text-item{
  margin-top: 12px;
  display: flex;
}

#container-13 .report-box .report-item .report-top .report-top-main .top-center .my-text .my-text-item .txt{
  font-size: 16px;
  color: #fff;
  line-height: 20px;
}


/**页脚开始**/
#footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #666666;
  font-size: 14px;
}

.footer-top,
.footer-bottom {
  width: 100%;
}




.footer-top {
  background-color: #2C4684;
}

.footer-top .foot_left p span {
  color: #a5acc3;
  font-size: 14px;
  line-height: 32px;
}

.footer-top .foot_left a {
  color: #a5acc3;
  font-size: 14px;
}

.footer-top .foot_right,
.footer-top .foot_center{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-top .foot_right{
  flex-direction: row-reverse;
}

.shares {
	text-align: center;
	height: 43px;
}
.shares ul {
	display: inline-block;
	width: auto;
	text-align: right;
}
.shares li {
	float: left;
	margin: 0 10px;
	position: relative;
	padding: 0;
}
.shares li a {
	display: inline-block;
	width: 36px;
	height: 22px;
	line-height: 22px;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.shares li .con {
	display: none;
	position: absolute;
	bottom: 35px;
	left: 50%;
	z-index: 100;
	margin-left: -52px;
	width: 100px;
}
.shares li .con img {
	width: 100px;
	height: 100px;
	vertical-align: top;
}
.shares li .con span {
	line-height: 22px;
	font-size: 12px;
	color: #fff;
}
.shares li a {
	margin-top: 10px;
}
.shares li.i1 a {
	background: url(./images/wechat.png) top center no-repeat;
}
.shares li.i1 a:hover {
	background: url(./images/wechat.png) bottom center no-repeat;
}
.shares li.i2 a {
	background: url(./images/sina.png) top center no-repeat;
}
.shares li.i2 a:hover {
	background: url(./images/sina.png) bottom center no-repeat;
}

.footer-bottom {
  display: flex;
  height: 54px;
  background: #001857;
}

.footer-inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.bottom-left {
  width: 100%;
}

.bottom-right {
  width: 240px;
  display: flex;
  align-items: center;
}

.bottom-right img {
  width: 100px;
  height: 100px;
}

.bottom-right .top-box {
  height: 160px;
  width: 240px;
}

.bottom-right .top-box .info-box {
  display: flex;
  justify-content: space-between;
  width: 120px;
}

.bottom-right .top-box .info-box li {
  width: 100px;
}

.bottom-right .top-box .info-box li a {
  color: white;
  font-size: 16px;
  font-weight: 600;
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px;
}

.footer-logo-box{
  width: 193px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer-infos-box{
  height: 141px;
  color: rgba(255,255,255,0.97);
  margin-top: 34px;
  font-size: 14px;
}

.footer-infos-box p{
  line-height: 30px;
}

.footer-links {
  width: 275px;
}

.footer-qr-box{
}

.footer-qr-box .info-box{
  margin-right: 24px;
}

.footer-qr-box .info-box li{
  display: flex;
  flex-direction: column;
}

.footer-qr-box .info-box img{
  width: 116px;
  height: 116px;
}

.footer-qr-box .info-box .title{
  text-align: center;
  margin-top: 12px;
}

.footer-qr-box .info-box .title a{
  color: #fff;
}

.footer-links .links-right {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.footer-links .links-item select option {
  color: black;
}
.footer-links .links-item {
  background-color: #5f626f;
  height: 36px;
}

.footer-links .links-title {
  font-weight: 500;
  margin-right: 10px;
}

.footer-links .links-item select {
  width: 275px;
  height: 36px;
  background-color: #374D88;
  color: #fff;
  border: none !important;
  padding: 0 12px;
}

#footer .sp-line{
  width: 1px;
  height: 141px;
  background-color: rgba(255, 255, 255, 0.5);
}

.bottom-first .site-rale .clearfix li:nth-of-type(8) span {
  display: none;
}

.bottom-first .site-rale .clearfix li a {
  color: white;
}

.bottom-first .wp-menu {
  display: flex;
  justify-content: center;

}

.bottom-first .wp-menu .menu-item {
  margin: 0 16px;
}

.bottom-first .wp-menu .menu-item .menu-link {
  color: #666666 !important;
}


.bottom-second,
.bottom-third,
.bottom-fourth {
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.bottom-first {
  height: 14px;
  margin-top: 40px;
}

.bottom-third a {
  color: #666666;
}

/* 领导列表 */
.ld-list-container .ld-item{
  width: 100% !important;
  height: 80px !important;
}

.ld-list-container .ld-item.xz{
 border-top: none !important;
}

.ld-list-container .ld-item-l{
  width: unset !important;
  padding-right: 0.5rem !important;
}

.ld-list-container .ld-item-l .job{
  font-size: 0.8rem !important;
}

.ld-list-container .ld-item .line{
  height: 1.5rem !important;
}

.ld-list-container .ld-item-r .name{
  font-size: 0.7rem !important;
  margin-left: 1rem !important;
}

.ld-list-container .ld-left,
.ld-list-container .ld-right{
  width: 100% !important;
}

.ld-item.fzx .ld-item-r .name {
  margin-left: 0.3rem !important;
}

.ld-item.fzx .ld-item-r .name:nth-child(1) {
  margin-left: 1rem !important;
}

/* 机构列表 */
.syjg-list .syjg-item {
  height: auto !important;
  min-height: 72px;
}

.syjg-list .syjg-item .name{
  text-align: center;
}

.wp_entry a:hover{
  color: #2C4684 !important;
}