#country .pageTop {
  width: 100%;
  height: 122px;
  background-color: #94070a;
}
.navDrawerWrapper{
  display: none;
}
#country .navWrap .navClose{
  display: none;
}
#country .pageTop .handleWrap{
  display: none;
}
#country .pageTop .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 122px;
  margin: 0 auto;
}
#country .pageTop .cont .logo {
  width: 756px;
}
#country .pageTop .cont .searchWrap {
  display: flex;
  align-items: center;
  width: 353px;
  height: 32px;
  padding: 0 20px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 16px;
}
#country .pageTop .cont .searchWrap .icon {
  width: 18px;
  height: 19px;
  flex-shrink: 0;
  cursor: pointer;
  margin-left: 20px;
}
#country .pageTop .cont .searchWrap .ipt {
  width: 100%;
  font-size: 14px;
}
#country .w620 {
  width: 620px !important;
}
#country .w550 {
  width: 550px !important;
}
#country .mt15 {
  margin-top: 15px !important;
}
#country .navWrap {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 66px;
  background-color: #fff;
}
#country .navWrap .nav {
  display: flex;
  width: 1200px;
  height: 66px;
  margin: 0 auto;
}
#country .navWrap .nav .navList {
  position: relative;
  font-size: 18px;
  width: 200px;
  height: 66px;
  text-align: center;
  box-sizing: border-box;
  transition: 0.3s;
}
#country .navWrap .nav .navList a {
  display: block;
  color: #999;
  height: 66px;
  line-height: 66px;
}
#country .navWrap .nav .navList .border {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 28px;
  background-color: #7e7e7e;
}
#country .navWrap .nav .navList .menuWrap {
  display: none;
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  z-index: 9999;
  box-sizing: border-box;
  background-color: #720407;
}
#country .navWrap .nav .navList .menuWrap .menu {
  padding: 20px 0;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  text-align: center;
  height: auto;
  box-sizing: border-box;
  font-weight: 500 !important;
  border-bottom: 1px solid #ecedf0;
  background-color: #720407;
}
#country .navWrap .nav .navList .menuWrap li:last-child .menu {
  border-bottom: 0;
}
#country .navWrap .nav .navList:hover,
#country .navWrap .nav .active {
  background-color: #94070a;
}
#country .navWrap .nav .navList:hover a,
#country .navWrap .nav .active a {
  color: #fff;
  font-weight: bold;
}
#country .navWrap .nav .navList:hover a .border,
#country .navWrap .nav .active a .border {
  display: none;
}
#country .banner {
  width: 100%;
  height: 190px;
  background-image: url('../images/banner/banner_zzjg.png');
  background-size: cover;
  background-position: center center;
}
#country .banner .cont {
  width: 1200px;
  padding: 20px 0;
  margin: 0 auto;
}
#country .banner .cont .bannerCrumb {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
#country .banner .cont .bannerCrumb .symbol {
  padding: 0 10px;
}
#country .banner .cont .bannerCrumb a {
  color: #fff;
}
#country .crumb {
  font-size: 14px;
  color: #353535;
  line-height: 20px;
}
#country .crumb a {
  color: #999;
}
#country .teacherWrap {
  width: 100%;
  padding: 20px 0 40px;
  background-image: url('../images/bg/bg_page_main.png');
  background-size: 100% auto;
}
#country .teacherWrap .teacher {
  width: 1200px;
  margin: 0 auto;
}
#country .teacherWrap .teacher .teacherCont {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
}
#country .teacherWrap .teacher .teacherCont .tabWrap {
  width: 200px;
  margin-right: 20px;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px 0px rgba(0, 94, 199, 0.1);
}
#country .teacherWrap .teacher .teacherCont .tabWrap .tabList {
  display: flex;
  align-items: center;
  width: 100%;
  height: 58px;
  padding: 0 18px;
  box-sizing: border-box;
  /* border-bottom: 1px solid #f0f0f0; */
  font-size: 14px;
  color: #353535;
  cursor: pointer;
  transition: 0.3s;
  background-color: #fff;
}
#country .teacherWrap .teacher .teacherCont .tabWrap .tabList p {
  width: 100%;
}
#country .teacherWrap .teacher .teacherCont .tabWrap .tabList .icon,
#country .teacherWrap .teacher .teacherCont .tabWrap .tabList .whiteIcon {
  width: 8px;
  height: 11px;
  flex-shrink: 0;
  margin-left: 4px;
}
#country .teacherWrap .teacher .teacherCont .tabWrap .tabList .whiteIcon {
  display: none;
}
#country .teacherWrap .teacher .teacherCont .tabWrap .tabList:last-child {
  border-bottom: 0;
}
#country .teacherWrap .teacher .teacherCont .tabWrap .tabList:hover,
#country .teacherWrap .teacher .teacherCont .tabWrap .active {
  color: #fff;
  background-color: #94070a;
}
#country .teacherWrap .teacher .teacherCont .tabWrap .tabList:hover .whiteIcon,
#country .teacherWrap .teacher .teacherCont .tabWrap .active .whiteIcon {
  display: block;
}
#country .teacherWrap .teacher .teacherCont .tabWrap .tabList:hover .icon,
#country .teacherWrap .teacher .teacherCont .tabWrap .active .icon {
  display: none;
}
#country .teacherWrap .teacher .teacherCont .rightWrap {
  width: 980px;
  padding: 30px 30px 40px;
  box-sizing: border-box;
  background-color: #fff;
}
#country .teacherWrap .teacher .teacherCont .rightWrap .tags {
  position: relative;
  padding-bottom: 18px;
  font-size: 22px;
  color: #353535;
  font-weight: bold;
  line-height: 1;
}
#country .teacherWrap .teacher .teacherCont .rightWrap .tags::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 56px;
  height: 2px;
  background-color: #94070a;
}

#country .teacherWrap .teacher .teacherCont .rightWrap .teacherWraps{
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#country .teacherWrap .teacher .teacherCont .rightWrap .teacherWraps .tag{
  font-size: 18px;
  color: #94070A;
  font-weight: bold;
  margin: 10px 0;
}
#country .teacherWrap .teacher .teacherCont .rightWrap .teacherWraps .tag:first-child{
  margin-top: 0;
}
#country .teacherWrap .teacher .teacherCont .rightWrap .teacherWraps .teacherCont{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0;
}
#country .teacherWrap .teacher .teacherCont .rightWrap .teacherWraps .teacherCont .teacherList{
  margin-right: 20px;
  margin-bottom: 10px;
}
#country .teacherWrap .teacher .teacherCont .rightWrap .teacherWraps .teacherCont .teacherList a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 68px;
  font-size: 20px;
  color: #353535;
  
  background-color: #f7f7fa;
}
#country .teacherWrap .teacher .teacherCont .rightWrap .teacherWraps .teacherCont .teahcerList:nth-child(6n){
  margin-right: 0;
}
#country .teacherWrap .teacher .teacherCont .rightWrap .teacherWraps .tips{
  font-size: 14px;
  color: #999;
}
#country .teacherWrap .teacher .teacherCont .rightWrap .teacherWraps .labels{
  padding: 0 12px;
  height: 42px;
  display: flex;
  align-items: center;
  background-color: #94070A;
  font-size: 18px;
  color: #fff;
  margin: 20px 0;
  font-weight: bold;
}




#country .teacherWrap .teacher .teacherCont .rightWrap .teacher {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
  padding-bottom: 20px;
}
#country .teacherWrap .teacher .teacherCont .rightWrap .teacher li {
  margin-right: 20px;
  margin-bottom: 20px;
}
#country .teacherWrap .teacher .teacherCont .rightWrap .teacher .teacherList {
  display: flex;
  align-items: center;
  width: 450px;
  height: 210px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  color: #666;
  transition: 0.3s;
}
#country .teacherWrap .teacher .teacherCont .rightWrap .teacher .teacherList .img {
  width: 119px;
  height: 169px;
  flex-shrink: 0;
  margin-right: 20px;
}
#country .teacherWrap .teacher .teacherCont .rightWrap .teacher .teacherList .name {
  font-size: 20px;
  color: #353535;
  line-height: 24px;
  font-weight: bold;
}
#country .teacherWrap .teacher .teacherCont .rightWrap .teacher .teacherList .cont {
  width: 100%;
}
#country .teacherWrap .teacher .teacherCont .rightWrap .teacher .teacherList .cont .text {
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
}
#country .teacherWrap .teacher .teacherCont .rightWrap .teacher .active,
#country .teacherWrap .teacher .teacherCont .rightWrap .teacher .teacherList:hover {
  background-color: #94070a;
  color: #fff;
}
#country .teacherWrap .teacher .teacherCont .rightWrap .teacher .active .name,
#country .teacherWrap .teacher .teacherCont .rightWrap .teacher .teacherList:hover .name {
  color: #fff;
}
#country .teacherWrap .teacher .teacherCont .rightWrap .teacher li:nth-child(2n) {
  margin-right: 0;
}
#country .teacherWrap .teacherDetail {
  width: 1200px;
  margin: 10px auto -10px;
}
#country .teacherWrap .teacherDetail .teacherInfo {
  display: flex;
  align-items: center;
  width: 100%;
  height: 216px;
}
#country .teacherWrap .teacherDetail .teacherInfo .headImg {
  width: 152px;
  height: 216px;
  margin-right: 30px;
  border-radius: 8px;
}
#country .teacherWrap .teacherDetail .teacherInfo .nameWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#country .teacherWrap .teacherDetail .teacherInfo .name {
  min-width: 160px;
  height: 58px;
  line-height: 58px;
  padding-left: 18px;
  padding-right: 30px;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  box-sizing: border-box;
  margin-bottom: 40px;
  background: linear-gradient(270deg, rgba(148, 7, 10, 0) 0%, #7A090B 100%);
}
#country .teacherWrap .teacherDetail .teacherInfo .text {
  font-size: 16px;
  color: #353535;
  line-height: 28px;
}
#country .teacherWrap .teacherDetail .detail {
  padding: 30px;
  margin-top: 30px;
  background-color: #fff;
}
#country .teacherWrap .teacherDetail .detail li {
  margin-top: 35px;
}
#country .teacherWrap .teacherDetail .detail .tag {
  position: relative;
  padding-left: 14px;
  font-size: 28px;
  color: #353535;
  font-weight: bold;
  line-height: 40px;
}
#country .teacherWrap .teacherDetail .detail .tag::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 24px;
  border-radius: 3px;
  background-color: #94070a;
}
#country .teacherWrap .teacherDetail .detail .textWrap {
  margin-top: 20px;
  font-size: 16px;
  color: #353535;
  text-align: justify;
  line-height: 30px;
}
#country .teacherWrap .teacherDetail .detail li:first-child {
  margin-top: 0;
}
#country .newsWrap {
  width: 100%;
  padding: 20px 0 40px;
  background-image: url('../images/bg/bg_page_main.png');
  background-size: 100% auto;
}
#country .newsWrap .news {
  width: 1200px;
  margin: 0 auto;
}
/*  */
#country .newsWrap .news .newsListWrap li {
  width: 100%;
  margin-top: 20px;
}
#country .newsWrap .news .newsListWrap .newsList {
  display: flex;
  padding: 20px;
  /* height: 130px; */
  box-sizing: border-box;
  background-color: #fff;
}
#country .newsWrap .news .newsListWrap .newsList .date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  flex-shrink: 0;
  background-color: #94070a;
}
#country .newsWrap .news .newsListWrap .newsList .date .day {
  font-size: 28px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
#country .newsWrap .news .newsListWrap .newsList .date .year {
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#country .newsWrap .news .newsListWrap .newsList .img {
  width: 273px;
  height: 156px;
  margin-right: 20px;
  flex-shrink: 0;
}
#country .newsWrap .news .newsListWrap .newsList .img img {
  width: 273px;
  height: 156px;
}
#country .newsWrap .news .textbookListImg .newsList .img {
  width: 77px;
  height: 96px;
  margin-right: 20px;
  flex-shrink: 0;
}
#country .newsWrap .news .textbookListImg .newsList .img img {
  width: 77px;
  height: 96px;
}
#country .newsWrap .news .newsListWrap .newsList .cont {
  width: 100%;
  padding-top: 10px;
}
#country .newsWrap .news .newsListWrap .newsList .cont .title {
  font-size: 16px;
  color: #353535;
  font-weight: bold;
  line-height: 22px;
}
#country .newsWrap .news .newsListWrap .newsList .cont .desc {
  font-size: 14px;
  color: #999;
  line-height: 22px;
  margin-top: 8px;
}
#country .newsWrap .news .newsListWrap li:last-child {
  margin-bottom: 60px;
}
/*  */
#country .newsWrap .news .middleHorizontalImg li {
  width: 100%;
  margin-top: 20px;
}
#country .newsWrap .news .middleHorizontalImg .newsList {
  display: flex;
  padding: 20px;
  /* height: 130px; */
  box-sizing: border-box;
  background-color: #fff;
  width: 72vw;
}
#country .newsWrap .news .middleHorizontalImg .newsList .date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  flex-shrink: 0;
  background-color: #94070a;
}
#country .newsWrap .news .middleHorizontalImg .newsList .date .day {
  font-size: 28px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
#country .newsWrap .news .middleHorizontalImg .newsList .date .year {
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#country .newsWrap .news .middleHorizontalImg .newsList .img {
  width: 273px;
  height: 156px;
  margin-right: 20px;
  flex-shrink: 0;
}
#country .newsWrap .news .middleHorizontalImg .newsList .img img {
  width: 273px;
  height: 156px;
}
#country .newsWrap .news .middleHorizontalImg .newsList .cont {
  width: 100%;
  padding-top: 10px;
}
#country .newsWrap .news .middleHorizontalImg .newsList .cont .title {
  font-size: 16px;
  color: #353535;
  font-weight: bold;
  line-height: 22px;
}
#country .newsWrap .news .middleHorizontalImg .newsList .cont .desc {
  font-size: 14px;
  color: #999;
  line-height: 22px;
  margin-top: 8px;
}
#country .newsWrap .news .middleHorizontalImg li:last-child {
  margin-bottom: 60px;
}
/* middleHorizontalImg 中横向 尺寸273*156   smallVerticalImg小竖向 尺寸 77*96 */  
#country .newsWrap .news .newsTabWrap .smallVerticalImg{
  width: 100%;
}
#country .newsWrap .news .smallVerticalImg li {
  width: 100%;
  margin-top: 20px;
}
#country .newsWrap .news .smallVerticalImg .newsList {
  display: flex;
  padding: 20px;
  /* height: 130px; */
  box-sizing: border-box;
  background-color: #fff;
}
#country .newsWrap .news .smallVerticalImg .newsList .date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  flex-shrink: 0;
  background-color: #94070a;
}
#country .newsWrap .news .smallVerticalImg .newsList .date .day {
  font-size: 28px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
#country .newsWrap .news .smallVerticalImg .newsList .date .year {
  font-size: 12px;
  color: #fff;
  line-height: 18px;
}
#country .newsWrap .news .smallVerticalImg .newsList .img {
  width: 77px;
  height: 96px;
  margin-right: 20px;
  flex-shrink: 0;
}
#country .newsWrap .news .smallVerticalImg .newsList .img img {
  width: 77px;
  height: 96px
}
#country .newsWrap .news .smallVerticalImg .newsList .cont {
  width: 100%;
  padding-top: 10px;
}
#country .newsWrap .news .smallVerticalImg .newsList .cont .title {
  font-size: 16px;
  color: #353535;
  font-weight: bold;
  line-height: 22px;
}
#country .newsWrap .news .smallVerticalImg .newsList .cont .desc {
  font-size: 14px;
  color: #999;
  line-height: 22px;
  margin-top: 8px;
}
#country .newsWrap .news .smallVerticalImg li:last-child {
  margin-bottom: 60px;
}
#country .newsDetail {
  width: 100%;
  background-color: #f8f8f8;
  padding: 20px 0 40px;
}
#country .newsDetail .detail {
  width: 1200px;
  margin: 0 auto;
}
#country .newsDetail .titleWrap {
  margin-top: 50px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e5e5e5;
}
#country .newsDetail .title {
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #353535;
  font-weight: bold;
  line-height: 30px;
  margin-top:30px;
  border-bottom: 1px dashed #b4b2b2;
  padding-bottom: 20px;
}
#country .newsDetail .subtitle {
  font-weight: bold;
  font-size: 24px;
  color: #101828;
  margin-top: 37px;
  text-align: left;
}
#country .newsDetail .titleWrap .date {
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #999;
}
#country .newsDetail .rich {
  font-size: 16px;
  line-height: 30px;
  color: #353535;
  margin-top: 20px;
  text-align: justify;
}
#country .newsDetail .rich p {
  margin-bottom: 24px;
}
#country .newsDetail .reportTag{
  width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content:space-between;
  line-height: 35px;
  font-size: 14px;
 
}
#country .newsDetail .reportTag span{
  width: 30%;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#country .reportWrap {
  width: 100%;
  padding: 20px 0 40px;
  background-image: url('../images/bg/bg_page_main.png');
  background-size: 100% auto;
}
#country .reportWrap .report {
  width: 1200px;
  margin: 0 auto;
}
#country .reportWrap .titleWrap {
  position: relative;
  width: 100%;
  text-align: center;
}
#country .reportWrap .titleWrap .title {
  font-size: 16px;
  color: #353535;
  font-weight: bold;
  line-height: 22px;
}
#country .reportWrap .titleWrap .crumb {
  position: absolute;
  left: 0;
  top: 1px;
}
#country .reportWrap .pdf {
  width: 100%;
  height: 780px;
  margin-top: 20px;
}
#country .reportWrap #reportVideo {
  width: 100%;
  height: 680px;
  margin: 20px 0;
  border-radius: 16px;
  background-color: #000;
}
#country .reportWrap .videoTitle {
  font-size: 22px;
  color: #353535;
  line-height: 30px;
  font-weight: bold;
}
#country .dataWrap {
  width: 100%;
  padding: 20px 0 40px;
  background-image: url('../images/bg/bg_page_main.png');
  background-size: 100% auto;
}
#country .dataWrap .dataCont {
  width: 1200px;
  margin: 0 auto;
}
#country .dataWrap .dataCont .searchWrap {
  display: flex;
  width: 550px;
  height: 60px;
  margin: 20px auto 0;
  border: 1px solid #94070a;
  border-radius: 30px;
  overflow: hidden;
}
#country .dataWrap .dataCont .searchWrap .searchBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 60px;
  font-size: 16px;
  color: #fff;
  outline: 0;
  border: 0;
  flex-shrink: 0;
  font-weight: bold;
  cursor: pointer;
  background-color: #94070a;
}
#country .dataWrap .dataCont .searchWrap .iptWrap {
  display: flex;
  align-items: center;
  padding: 0 24px;
  width: 100%;
  box-sizing: border-box;
}
#country .dataWrap .dataCont .searchWrap .iptWrap .icon {
  width: 17px;
  height: 17px;
  margin-right: 10px;
  flex-shrink: 0;
}
#country .dataWrap .dataCont .searchWrap .iptWrap .ipt {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #353535;
  background-color: transparent;
}
#country .dataWrap .dataCont .searchResult {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
  color: #353535;
  font-weight: bold;
  line-height: 22px;
}
#country .dataWrap .dataCont .searchResult span {
  color: #94070a;
}
#country .swiperWrap {
  width: 100%;
  height: 500px;
}
#country .swiperWrap .list {
  width: 100%;
  height: 500px;
  background-image: url('../images/_temp/_tempBanner.png');
  background-size: cover;
  background-position: center center;
}
#country .swiperWrap .list .cont {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 1200px;
  height: 500px;
  box-sizing: border-box;
  padding-bottom: 30px;
  margin: 0 auto;
}
#country .swiperWrap .list .cont .title {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
#country .swiperWrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
#country .swiperWrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 27px !important;
  height: 7px;
  border-radius: 4px;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.4);
}
#country .swiperWrap .swiper-pagination {
  width: 1200px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 38px;
  display: flex;
  justify-content: flex-end;
}
#country .swiperWrap .swiper-pagination-bullet-active {
  background-color: #fff !important;
}
#country .titleWrap {
  position: relative;
  padding-top: 50px;
  text-align: center;
}
#country .titleWrap .title {
  font-size: 30px;
  font-weight: bold;
  color: #94070a;
  line-height: 1;
}
#country .titleWrap .en {
  font-size: 14px;
  color: #35495b;
  margin-top: 6px;
  line-height: 20px;
}
#country .titleWrap .findAll {
  position: absolute;
  top: 55px;
  right: 12px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
}
#country .titleWrap .findAll .icon {
  width: 6px;
  height: 10px;
  margin-left: 3px;
}
#country .homeNewsWrap,
#country .teachingWrap,
#country .baseWrap,
#country .trainWrap {
  width: 100%;
  padding-bottom: 40px;
  background-image: url('../images/bg/bg_country_home1.png');
  background-size: 100% auto;
}
#country .homeNewsWrap .newsCont,
#country .teachingWrap .newsCont,
#country .baseWrap .newsCont,
#country .trainWrap .newsCont {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
#country .homeNewsWrap .newsCont .leftWrap,
#country .teachingWrap .newsCont .leftWrap,
#country .baseWrap .newsCont .leftWrap,
#country .trainWrap .newsCont .leftWrap {
  width: 756px;
}
#country .homeNewsWrap .newsCont .leftWrap .newsImgText,
#country .teachingWrap .newsCont .leftWrap .newsImgText,
#country .baseWrap .newsCont .leftWrap .newsImgText,
#country .trainWrap .newsCont .leftWrap .newsImgText {
  display: flex;
  width: 100%;
  height: 138px;
}
#country .homeNewsWrap .newsCont .leftWrap .newsImgText .imgWrap,
#country .teachingWrap .newsCont .leftWrap .newsImgText .imgWrap,
#country .baseWrap .newsCont .leftWrap .newsImgText .imgWrap,
#country .trainWrap .newsCont .leftWrap .newsImgText .imgWrap {
  position: relative;
  width: 246px;
  height: 138px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 40px;
}
#country .homeNewsWrap .newsCont .leftWrap .newsImgText .imgWrap .img,
#country .teachingWrap .newsCont .leftWrap .newsImgText .imgWrap .img,
#country .baseWrap .newsCont .leftWrap .newsImgText .imgWrap .img,
#country .trainWrap .newsCont .leftWrap .newsImgText .imgWrap .img {
  width: 246px;
  height: 138px;
}
#country .homeNewsWrap .newsCont .leftWrap .newsImgText .imgWrap .date,
#country .teachingWrap .newsCont .leftWrap .newsImgText .imgWrap .date,
#country .baseWrap .newsCont .leftWrap .newsImgText .imgWrap .date,
#country .trainWrap .newsCont .leftWrap .newsImgText .imgWrap .date {
  position: absolute;
  top: 0;
  left: 20px;
  width: 52px;
  height: 48px;
  text-align: center;
  padding-top: 4px;
  box-sizing: border-box;
  background-image: url('../images/bg/bg_label_top.png');
  background-size: cover;
}
#country .homeNewsWrap .newsCont .leftWrap .newsImgText .imgWrap .date .day,
#country .teachingWrap .newsCont .leftWrap .newsImgText .imgWrap .date .day,
#country .baseWrap .newsCont .leftWrap .newsImgText .imgWrap .date .day,
#country .trainWrap .newsCont .leftWrap .newsImgText .imgWrap .date .day {
  font-size: 22px;
  line-height: 1;
  color: #fff;
}
#country .homeNewsWrap .newsCont .leftWrap .newsImgText .imgWrap .date .year,
#country .teachingWrap .newsCont .leftWrap .newsImgText .imgWrap .date .year,
#country .baseWrap .newsCont .leftWrap .newsImgText .imgWrap .date .year,
#country .trainWrap .newsCont .leftWrap .newsImgText .imgWrap .date .year {
  font-size: 10px;
  color: #fff;
  line-height: 14px;
}
#country .homeNewsWrap .newsCont .leftWrap .newsImgText .cont,
#country .teachingWrap .newsCont .leftWrap .newsImgText .cont,
#country .baseWrap .newsCont .leftWrap .newsImgText .cont,
#country .trainWrap .newsCont .leftWrap .newsImgText .cont {
  width: 100%;
  padding-top: 10px;
}
#country .homeNewsWrap .newsCont .leftWrap .newsImgText .cont .title,
#country .teachingWrap .newsCont .leftWrap .newsImgText .cont .title,
#country .baseWrap .newsCont .leftWrap .newsImgText .cont .title,
#country .trainWrap .newsCont .leftWrap .newsImgText .cont .title {
  font-size: 16px;
  color: #353535;
  font-weight: bold;
  line-height: 22px;
}
#country .homeNewsWrap .newsCont .leftWrap .newsImgText .cont .desc,
#country .teachingWrap .newsCont .leftWrap .newsImgText .cont .desc,
#country .baseWrap .newsCont .leftWrap .newsImgText .cont .desc,
#country .trainWrap .newsCont .leftWrap .newsImgText .cont .desc {
  font-size: 14px;
  color: #999;
  line-height: 22px;
  margin-top: 12px;
  text-align: justify;
}
#country .homeNewsWrap .newsCont .leftWrap .toast,
#country .teachingWrap .newsCont .leftWrap .toast,
#country .baseWrap .newsCont .leftWrap .toast,
#country .trainWrap .newsCont .leftWrap .toast {
  margin-top: 30px;
}
#country .homeNewsWrap .newsCont .leftWrap .toast .toastList,
#country .teachingWrap .newsCont .leftWrap .toast .toastList,
#country .baseWrap .newsCont .leftWrap .toast .toastList,
#country .trainWrap .newsCont .leftWrap .toast .toastList {
  display: flex;
  align-items: center;
}
#country .homeNewsWrap .newsCont .leftWrap .toast .toastList .title,
#country .teachingWrap .newsCont .leftWrap .toast .toastList .title,
#country .baseWrap .newsCont .leftWrap .toast .toastList .title,
#country .trainWrap .newsCont .leftWrap .toast .toastList .title {
  width: 100%;
}
#country .homeNewsWrap .newsCont .leftWrap .toast .toastList .date,
#country .teachingWrap .newsCont .leftWrap .toast .toastList .date,
#country .baseWrap .newsCont .leftWrap .toast .toastList .date,
#country .trainWrap .newsCont .leftWrap .toast .toastList .date {
  margin-top: 0;
  margin-left: 30px;
  flex-shrink: 0;
}
#country .homeNewsWrap .newsCont .leftWrap .newsRow,
#country .teachingWrap .newsCont .leftWrap .newsRow,
#country .baseWrap .newsCont .leftWrap .newsRow,
#country .trainWrap .newsCont .leftWrap .newsRow {
  display: flex;
  width: 100%;
  height: 207px;
  margin-bottom: 30px;
}
#country .homeNewsWrap .newsCont .leftWrap .newsRow .news,
#country .teachingWrap .newsCont .leftWrap .newsRow .news,
#country .baseWrap .newsCont .leftWrap .newsRow .news,
#country .trainWrap .newsCont .leftWrap .newsRow .news {
  display: block;
  position: relative;
  width: 363px;
  height: 207px;
  margin-right: 30px;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
#country .homeNewsWrap .newsCont .leftWrap .newsRow .news img,
#country .teachingWrap .newsCont .leftWrap .newsRow .news img,
#country .baseWrap .newsCont .leftWrap .newsRow .news img,
#country .trainWrap .newsCont .leftWrap .newsRow .news img {
  width: 100%;
  height: 207px;
}
#country .homeNewsWrap .newsCont .leftWrap .newsRow .news .cont,
#country .teachingWrap .newsCont .leftWrap .newsRow .news .cont,
#country .baseWrap .newsCont .leftWrap .newsRow .news .cont,
#country .trainWrap .newsCont .leftWrap .newsRow .news .cont {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  background-color: rgb(168 42 42 / 70%);
}
#country .homeNewsWrap .newsCont .leftWrap .newsRow .news .cont .title,
#country .teachingWrap .newsCont .leftWrap .newsRow .news .cont .title,
#country .baseWrap .newsCont .leftWrap .newsRow .news .cont .title,
#country .trainWrap .newsCont .leftWrap .newsRow .news .cont .title {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  font-weight: bold;
}
#country .homeNewsWrap .newsCont .leftWrap .newsRow .news .cont .date,
#country .teachingWrap .newsCont .leftWrap .newsRow .news .cont .date,
#country .baseWrap .newsCont .leftWrap .newsRow .news .cont .date,
#country .trainWrap .newsCont .leftWrap .newsRow .news .cont .date {
  font-size: 14px;
  color: #fff;
  margin-top: 7px;
  line-height: 1;
}
#country .homeNewsWrap .newsCont .leftWrap .newsCard,
#country .teachingWrap .newsCont .leftWrap .newsCard,
#country .baseWrap .newsCont .leftWrap .newsCard,
#country .trainWrap .newsCont .leftWrap .newsCard {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#country .homeNewsWrap .newsCont .leftWrap .newsCard li,
#country .teachingWrap .newsCont .leftWrap .newsCard li,
#country .baseWrap .newsCont .leftWrap .newsCard li,
#country .trainWrap .newsCont .leftWrap .newsCard li {
  margin: 0 30px 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
#country .homeNewsWrap .newsCont .leftWrap .newsCard .card,
#country .teachingWrap .newsCont .leftWrap .newsCard .card,
#country .baseWrap .newsCont .leftWrap .newsCard .card,
#country .trainWrap .newsCont .leftWrap .newsCard .card {
  display: flex;
  width: 363px;
  height: 65px;
}
#country .homeNewsWrap .newsCont .leftWrap .newsCard .card .img,
#country .teachingWrap .newsCont .leftWrap .newsCard .card .img,
#country .baseWrap .newsCont .leftWrap .newsCard .card .img,
#country .trainWrap .newsCont .leftWrap .newsCard .card .img {
  width: 116px;
  height: 65px;
  flex-shrink: 0;
  margin-left: 8px;
}
#country .homeNewsWrap .newsCont .leftWrap .newsCard .card .img img,
#country .teachingWrap .newsCont .leftWrap .newsCard .card .img img,
#country .baseWrap .newsCont .leftWrap .newsCard .card .img img,
#country .trainWrap .newsCont .leftWrap .newsCard .card .img img {
  width: 116px;
  height: 65px;
  border-radius: 8px;
}
#country .homeNewsWrap .newsCont .leftWrap .newsCard .card .cont,
#country .teachingWrap .newsCont .leftWrap .newsCard .card .cont,
#country .baseWrap .newsCont .leftWrap .newsCard .card .cont,
#country .trainWrap .newsCont .leftWrap .newsCard .card .cont {
  width: 100%;
}
#country .homeNewsWrap .newsCont .leftWrap .newsCard .card .cont .title,
#country .teachingWrap .newsCont .leftWrap .newsCard .card .cont .title,
#country .baseWrap .newsCont .leftWrap .newsCard .card .cont .title,
#country .trainWrap .newsCont .leftWrap .newsCard .card .cont .title {
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
#country .homeNewsWrap .newsCont .leftWrap .newsCard .card .cont .date,
#country .teachingWrap .newsCont .leftWrap .newsCard .card .cont .date,
#country .baseWrap .newsCont .leftWrap .newsCard .card .cont .date,
#country .trainWrap .newsCont .leftWrap .newsCard .card .cont .date {
  font-size: 12px;
  color: #999;
  margin-top: 12px;
  line-height: 1;
}
#country .homeNewsWrap .newsCont .leftWrap .newsCard li:nth-child(2n),
#country .teachingWrap .newsCont .leftWrap .newsCard li:nth-child(2n),
#country .baseWrap .newsCont .leftWrap .newsCard li:nth-child(2n),
#country .trainWrap .newsCont .leftWrap .newsCard li:nth-child(2n) {
  margin-right: 0;
}
#country .homeNewsWrap .newsCont .leftWrap .newsListWrap li,
#country .teachingWrap .newsCont .leftWrap .newsListWrap li,
#country .baseWrap .newsCont .leftWrap .newsListWrap li,
#country .trainWrap .newsCont .leftWrap .newsListWrap li {
  width: 100%;
  margin-bottom: 25px;
}
#country .homeNewsWrap .newsCont .leftWrap .newsListWrap .newsList,
#country .teachingWrap .newsCont .leftWrap .newsListWrap .newsList,
#country .baseWrap .newsCont .leftWrap .newsListWrap .newsList,
#country .trainWrap .newsCont .leftWrap .newsListWrap .newsList {
  display: flex;
  width: 100%;
  height: 80px;
  background-color: #f8f8f8;
}
#country .homeNewsWrap .newsCont .leftWrap .newsListWrap .newsList .date,
#country .teachingWrap .newsCont .leftWrap .newsListWrap .newsList .date,
#country .baseWrap .newsCont .leftWrap .newsListWrap .newsList .date,
#country .trainWrap .newsCont .leftWrap .newsListWrap .newsList .date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  background-color: #94070a;
}
#country .homeNewsWrap .newsCont .leftWrap .newsListWrap .newsList .date .day,
#country .teachingWrap .newsCont .leftWrap .newsListWrap .newsList .date .day,
#country .baseWrap .newsCont .leftWrap .newsListWrap .newsList .date .day,
#country .trainWrap .newsCont .leftWrap .newsListWrap .newsList .date .day {
  font-size: 28px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
#country .homeNewsWrap .newsCont .leftWrap .newsListWrap .newsList .date .year,
#country .teachingWrap .newsCont .leftWrap .newsListWrap .newsList .date .year,
#country .baseWrap .newsCont .leftWrap .newsListWrap .newsList .date .year,
#country .trainWrap .newsCont .leftWrap .newsListWrap .newsList .date .year {
  font-size: 12px;
  color: #fff;
  line-height: 17px;
}
#country .homeNewsWrap .newsCont .leftWrap .newsListWrap .newsList .cont,
#country .teachingWrap .newsCont .leftWrap .newsListWrap .newsList .cont,
#country .baseWrap .newsCont .leftWrap .newsListWrap .newsList .cont,
#country .trainWrap .newsCont .leftWrap .newsListWrap .newsList .cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 20px;
  padding-top: 15px;
}
#country .homeNewsWrap .newsCont .leftWrap .newsListWrap .newsList .cont .title,
#country .teachingWrap .newsCont .leftWrap .newsListWrap .newsList .cont .title,
#country .baseWrap .newsCont .leftWrap .newsListWrap .newsList .cont .title,
#country .trainWrap .newsCont .leftWrap .newsListWrap .newsList .cont .title {
  width: 100%;
  font-size: 16px;
  color: #353535;
  font-weight: bold;
  line-height: 22px;
}
#country .homeNewsWrap .newsCont .leftWrap .newsListWrap li:last-child,
#country .teachingWrap .newsCont .leftWrap .newsListWrap li:last-child,
#country .baseWrap .newsCont .leftWrap .newsListWrap li:last-child,
#country .trainWrap .newsCont .leftWrap .newsListWrap li:last-child {
  margin-bottom: 0;
}
#country .homeNewsWrap .newsCont .toast,
#country .teachingWrap .newsCont .toast,
#country .baseWrap .newsCont .toast,
#country .trainWrap .newsCont .toast {
  width: 100%;
}
#country .homeNewsWrap .newsCont .toast li,
#country .teachingWrap .newsCont .toast li,
#country .baseWrap .newsCont .toast li,
#country .trainWrap .newsCont .toast li {
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
#country .homeNewsWrap .newsCont .toast .toastList,
#country .teachingWrap .newsCont .toast .toastList,
#country .baseWrap .newsCont .toast .toastList,
#country .trainWrap .newsCont .toast .toastList {
  position: relative;
  display: block;
  padding: 0 0 15px 12px;
}
#country .homeNewsWrap .newsCont .toast .toastList .title,
#country .teachingWrap .newsCont .toast .toastList .title,
#country .baseWrap .newsCont .toast .toastList .title,
#country .trainWrap .newsCont .toast .toastList .title {
  font-size: 14px;
  color: #353535;
  line-height: 20px;
}
#country .homeNewsWrap .newsCont .toast .toastList .date,
#country .teachingWrap .newsCont .toast .toastList .date,
#country .baseWrap .newsCont .toast .toastList .date,
#country .trainWrap .newsCont .toast .toastList .date {
  font-size: 12px;
  color: #999;
  line-height: 17px;
  margin-top: 6px;
}
#country .homeNewsWrap .newsCont .toast li:last-child,
#country .teachingWrap .newsCont .toast li:last-child,
#country .baseWrap .newsCont .toast li:last-child,
#country .trainWrap .newsCont .toast li:last-child {
  border-bottom: 0;
}
#country .homeNewsWrap .newsCont .toast .toastList::before,
#country .teachingWrap .newsCont .toast .toastList::before,
#country .baseWrap .newsCont .toast .toastList::before,
#country .trainWrap .newsCont .toast .toastList::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #94070a;
}
#country .homeNewsWrap .newsCont .rightWrap,
#country .teachingWrap .newsCont .rightWrap,
#country .baseWrap .newsCont .rightWrap,
#country .trainWrap .newsCont .rightWrap {
  width: 414px;
}
#country .homeNewsWrap .newsCont .rightWrap .newsListWrap li,
#country .teachingWrap .newsCont .rightWrap .newsListWrap li,
#country .baseWrap .newsCont .rightWrap .newsListWrap li,
#country .trainWrap .newsCont .rightWrap .newsListWrap li {
  margin-bottom: 22px;
  padding-bottom: 21px;
  border-bottom: 1px solid #e2e2e2;
}
#country .homeNewsWrap .newsCont .rightWrap .newsListWrap .newsList,
#country .teachingWrap .newsCont .rightWrap .newsListWrap .newsList,
#country .baseWrap .newsCont .rightWrap .newsListWrap .newsList,
#country .trainWrap .newsCont .rightWrap .newsListWrap .newsList {
  display: flex;
  width: 100%;
  height: 52px;
}
#country .homeNewsWrap .newsCont .rightWrap .newsListWrap .newsList .date,
#country .teachingWrap .newsCont .rightWrap .newsListWrap .newsList .date,
#country .baseWrap .newsCont .rightWrap .newsListWrap .newsList .date,
#country .trainWrap .newsCont .rightWrap .newsListWrap .newsList .date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 52px;
  height: 52px;
  margin-right: 10px;
  flex-shrink: 0;
  background-color: #94070a;
}
#country .homeNewsWrap .newsCont .rightWrap .newsListWrap .newsList .date .day,
#country .teachingWrap .newsCont .rightWrap .newsListWrap .newsList .date .day,
#country .baseWrap .newsCont .rightWrap .newsListWrap .newsList .date .day,
#country .trainWrap .newsCont .rightWrap .newsListWrap .newsList .date .day {
  font-size: 22px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
#country .homeNewsWrap .newsCont .rightWrap .newsListWrap .newsList .date .year,
#country .teachingWrap .newsCont .rightWrap .newsListWrap .newsList .date .year,
#country .baseWrap .newsCont .rightWrap .newsListWrap .newsList .date .year,
#country .trainWrap .newsCont .rightWrap .newsListWrap .newsList .date .year {
  font-size: 10px;
  color: #fff;
  line-height: 14px;
}
#country .homeNewsWrap .newsCont .rightWrap .newsListWrap .newsList .cont,
#country .teachingWrap .newsCont .rightWrap .newsListWrap .newsList .cont,
#country .baseWrap .newsCont .rightWrap .newsListWrap .newsList .cont,
#country .trainWrap .newsCont .rightWrap .newsListWrap .newsList .cont {
  width: calc(100% - 62px);
  padding-top: 3px;
}
#country .homeNewsWrap .newsCont .rightWrap .newsListWrap .newsList .cont .title,
#country .teachingWrap .newsCont .rightWrap .newsListWrap .newsList .cont .title,
#country .baseWrap .newsCont .rightWrap .newsListWrap .newsList .cont .title,
#country .trainWrap .newsCont .rightWrap .newsListWrap .newsList .cont .title {
  font-size: 14px;
  color: #353535;
  font-weight: bold;
  line-height: 20px;
}
#country .homeNewsWrap .newsCont .rightWrap .newsListWrap .newsList .cont .desc,
#country .teachingWrap .newsCont .rightWrap .newsListWrap .newsList .cont .desc,
#country .baseWrap .newsCont .rightWrap .newsListWrap .newsList .cont .desc,
#country .trainWrap .newsCont .rightWrap .newsListWrap .newsList .cont .desc {
  font-size: 14px;
  color: #999;
  line-height: 22px;
  margin-top: 4px;
}
#country .homeNewsWrap .newsCont .rightWrap .newsListWrap li:last-child,
#country .teachingWrap .newsCont .rightWrap .newsListWrap li:last-child,
#country .baseWrap .newsCont .rightWrap .newsListWrap li:last-child,
#country .trainWrap .newsCont .rightWrap .newsListWrap li:last-child {
  margin-top: 0;
  border-bottom: 0;
}
#country .homeNewsWrap .newsCont .rightWrap .people,
#country .teachingWrap .newsCont .rightWrap .people,
#country .baseWrap .newsCont .rightWrap .people,
#country .trainWrap .newsCont .rightWrap .people {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
}
#country .homeNewsWrap .newsCont .rightWrap .people .peopleList,
#country .teachingWrap .newsCont .rightWrap .people .peopleList,
#country .baseWrap .newsCont .rightWrap .people .peopleList,
#country .trainWrap .newsCont .rightWrap .people .peopleList {
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
}
#country .homeNewsWrap .newsCont .rightWrap .people .peopleList .headImg,
#country .teachingWrap .newsCont .rightWrap .people .peopleList .headImg,
#country .baseWrap .newsCont .rightWrap .people .peopleList .headImg,
#country .trainWrap .newsCont .rightWrap .people .peopleList .headImg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}
#country .homeNewsWrap .newsCont .rightWrap .people .peopleList .cont,
#country .teachingWrap .newsCont .rightWrap .people .peopleList .cont,
#country .baseWrap .newsCont .rightWrap .people .peopleList .cont,
#country .trainWrap .newsCont .rightWrap .people .peopleList .cont {
  width: 100%;
}
#country .homeNewsWrap .newsCont .rightWrap .people .peopleList .cont .name,
#country .teachingWrap .newsCont .rightWrap .people .peopleList .cont .name,
#country .baseWrap .newsCont .rightWrap .people .peopleList .cont .name,
#country .trainWrap .newsCont .rightWrap .people .peopleList .cont .name {
  font-size: 20px;
  color: #353535;
  font-weight: bold;
  line-height: 1;
}
#country .homeNewsWrap .newsCont .rightWrap .people .peopleList .cont .desc,
#country .teachingWrap .newsCont .rightWrap .people .peopleList .cont .desc,
#country .baseWrap .newsCont .rightWrap .people .peopleList .cont .desc,
#country .trainWrap .newsCont .rightWrap .people .peopleList .cont .desc {
  font-size: 16px;
  line-height: 23px;
  margin-top: 10px;
}
#country .homeNewsWrap .newsCont .rightWrap .people .peopleList .cont .date,
#country .teachingWrap .newsCont .rightWrap .people .peopleList .cont .date,
#country .baseWrap .newsCont .rightWrap .people .peopleList .cont .date,
#country .trainWrap .newsCont .rightWrap .people .peopleList .cont .date {
  font-size: 12px;
  color: #999;
  line-height: 1;
  margin-top: 14px;
}
#country .homeNewsWrap .newsCont .rightWrap .people .peopleList:last-child,
#country .teachingWrap .newsCont .rightWrap .people .peopleList:last-child,
#country .baseWrap .newsCont .rightWrap .people .peopleList:last-child,
#country .trainWrap .newsCont .rightWrap .people .peopleList:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#country .homeNewsWrap .newsCont .rightWrap .bookWrap,
#country .teachingWrap .newsCont .rightWrap .bookWrap,
#country .baseWrap .newsCont .rightWrap .bookWrap,
#country .trainWrap .newsCont .rightWrap .bookWrap {
  width: 100%;
}
#country .homeNewsWrap .newsCont .rightWrap .bookWrap li,
#country .teachingWrap .newsCont .rightWrap .bookWrap li,
#country .baseWrap .newsCont .rightWrap .bookWrap li,
#country .trainWrap .newsCont .rightWrap .bookWrap li {
  margin-bottom: 22px;
  border-bottom: 1px solid #d9d9d9;
}
#country .homeNewsWrap .newsCont .rightWrap .bookWrap li:last-child,
#country .teachingWrap .newsCont .rightWrap .bookWrap li:last-child,
#country .baseWrap .newsCont .rightWrap .bookWrap li:last-child,
#country .trainWrap .newsCont .rightWrap .bookWrap li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
#country .homeNewsWrap .newsCont .rightWrap .bookWrap .bookList,
#country .teachingWrap .newsCont .rightWrap .bookWrap .bookList,
#country .baseWrap .newsCont .rightWrap .bookWrap .bookList,
#country .trainWrap .newsCont .rightWrap .bookWrap .bookList {
  position: relative;
  display: flex;
  width: 100%;
  height: 96px;
  padding-bottom: 24px;
}
#country .homeNewsWrap .newsCont .rightWrap .bookWrap .bookList .img,
#country .teachingWrap .newsCont .rightWrap .bookWrap .bookList .img,
#country .baseWrap .newsCont .rightWrap .bookWrap .bookList .img,
#country .trainWrap .newsCont .rightWrap .bookWrap .bookList .img {
  width: 77px;
  height: 96px;
  margin-right: 16px;
  flex-shrink: 0;
}
#country .homeNewsWrap .newsCont .rightWrap .bookWrap .bookList .img img,
#country .teachingWrap .newsCont .rightWrap .bookWrap .bookList .img img,
#country .baseWrap .newsCont .rightWrap .bookWrap .bookList .img img,
#country .trainWrap .newsCont .rightWrap .bookWrap .bookList .img img {
  width: 77px;
  height: 96px;
}
#country .homeNewsWrap .newsCont .rightWrap .bookWrap .bookList .label,
#country .teachingWrap .newsCont .rightWrap .bookWrap .bookList .label,
#country .baseWrap .newsCont .rightWrap .bookWrap .bookList .label,
#country .trainWrap .newsCont .rightWrap .bookWrap .bookList .label {
  position: absolute;
  top: -5px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 22px;
  font-size: 12px;
  color: #fff;
  background: linear-gradient(270deg, #94070A 0%, #C61118 100%);
  border-radius: 11px 0px 0px 11px;
}
#country .homeNewsWrap .newsCont .rightWrap .bookWrap .bookList .cont,
#country .teachingWrap .newsCont .rightWrap .bookWrap .bookList .cont,
#country .baseWrap .newsCont .rightWrap .bookWrap .bookList .cont,
#country .trainWrap .newsCont .rightWrap .bookWrap .bookList .cont {
  width: calc(100% - 90px);
}
#country .homeNewsWrap .newsCont .rightWrap .bookWrap .bookList .cont .title,
#country .teachingWrap .newsCont .rightWrap .bookWrap .bookList .cont .title,
#country .baseWrap .newsCont .rightWrap .bookWrap .bookList .cont .title,
#country .trainWrap .newsCont .rightWrap .bookWrap .bookList .cont .title {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: bold;
  line-height: 20px;
  text-align: left;
}
#country .homeNewsWrap .newsCont .rightWrap .bookWrap .bookList .cont .desc,
#country .teachingWrap .newsCont .rightWrap .bookWrap .bookList .cont .desc,
#country .baseWrap .newsCont .rightWrap .bookWrap .bookList .cont .desc,
#country .trainWrap .newsCont .rightWrap .bookWrap .bookList .cont .desc {
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
  text-align: justify;
  color: #808080;
}
#country .homeNewsWrap .newsCont .rightWrap .bookWrap .bookList .cont .date,
#country .teachingWrap .newsCont .rightWrap .bookWrap .bookList .cont .date,
#country .baseWrap .newsCont .rightWrap .bookWrap .bookList .cont .date,
#country .trainWrap .newsCont .rightWrap .bookWrap .bookList .cont .date {
  font-size: 12px;
  line-height: 18px;
  color: #808080;
  margin-top: 12px;
}
#country .homeNewsWrap .newsCont .rightWrap .bookWrap .bookList .cont .iconWrap,
#country .teachingWrap .newsCont .rightWrap .bookWrap .bookList .cont .iconWrap,
#country .baseWrap .newsCont .rightWrap .bookWrap .bookList .cont .iconWrap,
#country .trainWrap .newsCont .rightWrap .bookWrap .bookList .cont .iconWrap {
  display: flex;
  margin-top: 12px;
}
#country .homeNewsWrap .newsCont .rightWrap .bookWrap .bookList .cont .iconWrap .iconList,
#country .teachingWrap .newsCont .rightWrap .bookWrap .bookList .cont .iconWrap .iconList,
#country .baseWrap .newsCont .rightWrap .bookWrap .bookList .cont .iconWrap .iconList,
#country .trainWrap .newsCont .rightWrap .bookWrap .bookList .cont .iconWrap .iconList {
  display: flex;
  align-items: center;
  margin-right: 14px;
  font-size: 12px;
  color: #808080;
}
#country .homeNewsWrap .newsCont .rightWrap .bookWrap .bookList .cont .iconWrap .iconList .icon,
#country .teachingWrap .newsCont .rightWrap .bookWrap .bookList .cont .iconWrap .iconList .icon,
#country .baseWrap .newsCont .rightWrap .bookWrap .bookList .cont .iconWrap .iconList .icon,
#country .trainWrap .newsCont .rightWrap .bookWrap .bookList .cont .iconWrap .iconList .icon {
  width: 14px;
  height: 14px;
  margin-right: 2px;
}
#country .expertWrap {
  width: 100%;
  height: 455px;
  background-image: url('../images/bg/bg_country_home2.png');
  background-size: cover;
}
#country .expertWrap .expert {
  width: 1200px;
  margin: 0 auto;
}
#country .expertWrap .people {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 35px auto;
}
#country .expertWrap .people li {
  margin-right: 20px;
}
#country .expertWrap .people .peopleList {
  display: flex;
  width: 590px;
  height: 126px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
}
#country .expertWrap .people .peopleList .headImg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}
#country .expertWrap .people .peopleList .cont {
  width: calc(100% - 70px);
}
#country .expertWrap .people .peopleList .cont .name {
  font-size: 20px;
  color: #353535;
  font-weight: bold;
  line-height: 1;
}
#country .expertWrap .people .peopleList .cont .desc {
  font-size: 16px;
  line-height: 23px;
  margin-top: 10px;
  color: #353535;
}
#country .expertWrap .people .peopleList .cont .date {
  font-size: 12px;
  color: #999;
  line-height: 1;
  margin-top: 14px;
}
#country .expertWrap .people li:nth-child(2n) {
  margin-right: 0;
}
#country .teachingWrap {
  width: 100%;
  background-image: url('../images/bg/bg_country_home4.png');
  background-size: 100% auto;
}
#country .teachingWrap .newsCont .rightWrap .case {
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
}
#country .teachingWrap .newsCont .rightWrap .case .caseList {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#country .teachingWrap .newsCont .rightWrap .case .caseList .title {
  font-size: 14px;
}
#country .teachingWrap .newsCont .rightWrap .case .caseList .desc {
  margin-top: 10px;
  line-height: 22px;
}
#country .teachingWrap .newsCont .rightWrap .case .caseList .date {
  margin-top: 10px;
}
#country .baseWrap {
  background-image: url('../images/bg/bg_country_home3.png');
}
#country .baseWrap .baseCont {
  width: 1200px;
  margin: 0 auto;
}
#country .baseWrap .baseCont .newsListWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
}
#country .baseWrap .baseCont .newsListWrap li {
  width: 570px;
  margin-bottom: 20px;
  margin-right: 60px;
}
#country .baseWrap .baseCont .newsListWrap .newsList {
  display: flex;
  width: 100%;
  height: 90px;
}
#country .baseWrap .baseCont .newsListWrap .newsList .date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 90px;
  height: 90px;
  margin-right: 20px;
  flex-shrink: 0;
  background-color: #94070a;
}
#country .baseWrap .baseCont .newsListWrap .newsList .date .day {
  font-size: 28px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
#country .baseWrap .baseCont .newsListWrap .newsList .date .year {
  font-size: 12px;
  color: #fff;
  line-height: 17px;
}
#country .baseWrap .baseCont .newsListWrap .newsList .cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(100% - 110px);
  padding-top: 10px;
}
#country .baseWrap .baseCont .newsListWrap .newsList .cont .title {
  width: 100%;
  font-size: 16px;
  color: #353535;
  font-weight: bold;
  line-height: 22px;
}
#country .baseWrap .baseCont .newsListWrap .newsList .cont .desc {
  width: 100%;
  font-size: 14px;
  color: #999;
  line-height: 22px;
  margin-top: 8px;
}
#country .baseWrap .baseCont .newsListWrap .newsList .cont .label {
  padding: 0 9px;
  height: 23px;
  font-size: 12px;
  color: #94070a;
  margin-top: 8px;
  line-height: 23px;
  border: 1px solid #94070a;
  border-radius: 4px;
}
#country .baseWrap .baseCont .newsListWrap li:nth-child(2n) {
  margin-right: 0;
}
#country .baseWrap .baseCont .caseResultWrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#country .baseWrap .baseCont .caseResultWrap .newsListWrap {
  width: 570px;
  margin: 0 0 20px;
}
#country .baseWrap .baseCont .caseResultWrap .newsListWrap li {
  border-bottom: 1px solid #ecedf0;
  margin-right: 0;
  padding-bottom: 20px;
}
#country .baseWrap .baseCont .caseResultWrap .newsListWrap li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#country .baseWrap .baseCont .caseResultWrap .newsListWrap .newsList .cont {
  padding-top: 4px;
}
#country .baseWrap .baseCont .caseResultWrap .paper {
  width: 585px;
}
#country .baseWrap .baseCont .caseResultWrap .paper .paperList {
  display: block;
  position: relative;
  width: 100%;
  height: 162px;
  padding: 20px;
  color: #999;
  font-size: 14px;
  line-height: 22px;
  transition: 0.3s;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  background-color: #f8f8f8;
}
#country .baseWrap .baseCont .caseResultWrap .paper .paperList .title {
  width: 480px;
  font-size: 22px;
  line-height: 30px;
  color: #353535;
  font-weight: bold;
}
#country .baseWrap .baseCont .caseResultWrap .paper .paperList .desc {
  width: 100%;
  margin-top: 8px;
}
#country .baseWrap .baseCont .caseResultWrap .paper .paperList .date {
  margin-top: 20px;
}
#country .baseWrap .baseCont .caseResultWrap .paper .paperList .label {
  position: absolute;
  top: 22px;
  right: 0;
  width: 76px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  transition: 0.3s;
  font-size: 14px;
  color: #fff;
  background: #94070A;
  border-radius: 100px 0px 0px 100px;
}
#country .baseWrap .baseCont .caseResultWrap .paper .paperList:hover {
  background-color: #94070a;
  color: #fff;
}
#country .baseWrap .baseCont .caseResultWrap .paper .paperList:hover .title {
  color: #fff;
}
#country .baseWrap .baseCont .caseResultWrap .paper .paperList:hover .label {
  background-color: #fff;
  color: #94070a;
}
#country .trainWrap {
  background-image: url('../images/bg/bg_country_home3.png');
}
#country .dataCenterWrap {
  width: 100%;
  padding-bottom: 40px;
  background-image: url('../images/bg/bg_country_home5.png');
  background-size: 100% auto;
}
#country .dataCenterWrap .dataCenter {
  width: 1200px;
  margin: 0 auto;
}
#country .dataCenterWrap .dataCenter .centerTabWrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
  padding: 40px 0 35px;
  border-bottom: 1px solid #ccc;
}
#country .dataCenterWrap .dataCenter .centerTabWrap .centerTabList {
  position: relative;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  margin-right: 80px;
}
#country .dataCenterWrap .dataCenter .centerTabWrap .centerTabList:last-child {
  margin-right: 0;
}
#country .dataCenterWrap .dataCenter .centerTabWrap .active,
#country .dataCenterWrap .dataCenter .centerTabWrap .centerTabList:hover {
  font-weight: bold;
}
#country .dataCenterWrap .dataCenter .centerTabWrap .active::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 42px;
  height: 5px;
  border-radius: 3px;
  background-color: #94070a;
}
#country .rulesWrap {
  width: 100%;
  padding: 30px;
  background-image: url('../images/bg/bg_country_home3.png');
  background-size: 1920px auto;
}
#country .rulesWrap .rules {
  width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
  background-color: #fff;
  min-height: 600px;
}
#country .rulesWrap .rules .rulesListWrap {
  width: 100%;
  margin-bottom: 32px;
}
#country .rulesWrap .rules .rulesListWrap .rulesList {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 12px;
  height: 60px;
  border-bottom: 1px solid #d9d9d9;
  box-sizing: border-box;
}
#country .rulesWrap .rules .rulesListWrap .rulesList .title {
  width: 100%;
  font-size: 14px;
  color: #353535;
}
#country .rulesWrap .rules .rulesListWrap .rulesList .date {
  font-size: 14px;
  color: #999;
  margin-left: 40px;
  flex-shrink: 0;
}
#country .rulesWrap .rules .rulesListWrap .rulesList::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #94070a;
}
#country .organizeWrap {
  width: 100%;
  height: 531px;
  padding-top: 50px;
  box-sizing: border-box;
  background-image: url('../images/bg/bg_base_page.png');
  background-size: 100% 100%;
  background-position: center center;
}
#country .organizeWrap .tags {
  position: relative;
  padding-left: 12px;
  font-size: 24px;
  color: #353535;
  font-weight: bold;
  line-height: 1;
}
#country .organizeWrap .tags::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 5px;
  height: 22px;
  background-color: #94070a;
  border-radius: 3px;
}
#country .organizeWrap .organize {
  width: 1200px;
  margin: 0 auto;
}
#country .organizeWrap .organize .organizeCont {
  position: relative;
  width: 718px;
  height: 290px;
  margin: 80px auto 0;
  background-image: url('../images/bg/bg_zzjg.png');
  background-size: 100% 100%;
}
#country .organizeWrap .organize .organizeCont .school {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 23px;
  margin: auto;
  width: 320px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
#country .organizeWrap .organize .organizeCont .btnWrap {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -31px;
  left: 0;
  width: 100%;
  height: 71px;
  gap: 17px;
}
#country .organizeWrap .organize .organizeCont .btnWrap .btnList {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 188px;
  height: 71px;
  padding: 0 50px 0 18px;
  font-size: 16px;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  line-height: 22px;
  background-image: url('../images/bg/bg_base_btn.png');
  background-size: 100% 100%;
}
#country .baseTargetWrap {
  width: 100%;
  background-image: url('../images/bg/bg_base_jsmb.png');
  background-size: 1920px auto;
  min-height: 427px;
  padding-top: 60px;
  box-sizing: border-box;
}
#country .baseTargetWrap .baseTarget {
  width: 1200px;
  margin: 0 auto;
}
#country .baseTargetWrap .tags {
  position: relative;
  padding-left: 12px;
  font-size: 24px;
  color: #353535;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
#country .baseTargetWrap .tags::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 5px;
  height: 22px;
  background-color: #94070a;
  border-radius: 3px;
}
#country .baseTargetWrap .steepWrap {
  width: 1100px;
  margin-left: 9px;
  border-left: 1px solid #c0cbd5;
  padding-left: 18px;
  height: 450px;
  box-sizing: border-box;
}
#country .baseTargetWrap .steepWrap .text {
  position: relative;
  font-size: 14px;
  color: #353535;
  line-height: 24px;
  margin-bottom: 28px;
}
#country .baseTargetWrap .steepWrap .text .txt {
  position: relative;
  top: -2px;
}
#country .baseTargetWrap .steepWrap .text .dot {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: -28px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background-color: #94070a;
  border-radius: 50%;
}
#country .baseAboutWrap {
  position: relative;
  width: 100%;
  background-image: url('../images/bg/bg_base_about.png');
  background-size: cover;
  background-position: center center;
}
#country .baseAboutWrap .baseAbout {
  position: relative;
  width: 1200px;
  padding-top: 90px;
  margin: 0 auto;
}
#country .baseAboutWrap .baseAbout .tags {
  position: relative;
  padding-left: 12px;
  font-size: 24px;
  color: #353535;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
#country .baseAboutWrap .baseAbout .tags::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 5px;
  height: 22px;
  background-color: #94070a;
  border-radius: 3px;
}
#country .baseAboutWrap .baseAbout .badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 305px;
  height: 286px;
}
#country .baseAboutWrap .baseAbout .badge img {
  width: 100%;
  height: 286px;
}
#country .baseAboutWrap .baseAbout .cont {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 2;
}
#country .baseAboutWrap .baseAbout .cont .left {
  width: 551px;
}
#country .baseAboutWrap .baseAbout .cont .left .textWrap {
  padding-top: 12px;
  font-size: 14px;
  color: #35495b;
  line-height: 26px;
}
#country .baseAboutWrap .baseAbout .cont .left .textWrap .text {
  margin-top: 20px;
  text-align: justify;
}
#country .baseAboutWrap .baseAbout .cont .right {
  position: relative;
  width: 583px;
  height: 333px;
}
#country .baseAboutWrap .baseAbout .cont .right img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 333px;
}
#country .baseAboutWrap .baseAbout .cont .right .bottomBg {
  position: absolute;
  top: 149px;
  left: -30px;
  width: 973px;
  height: 214px;
  background-image: url('../images/bg/bg_base_about_border.png');
  background-size: 100% 100%;
}
#country .dataClassWrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 10px 0 40px;
}
#country .dataClassWrap li {
  margin-right: 70px;
}
#country .dataClassWrap .classList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 350px;
  height: 56px;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 20px;
  cursor: pointer;
  border-left: 5px solid #94070a;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);
  border-radius: 0px 12px 12px 0px;
  font-size: 16px;
  color: #353535;
  font-weight: bold;
  transition: 0.3s;
}
#country .dataClassWrap .classList .icon,
#country .dataClassWrap .classList .whiteIcon {
  width: 18px;
  height: 18px;
}
#country .dataClassWrap .classList .whiteIcon {
  display: none;
}
#country .dataClassWrap .active,
#country .dataClassWrap .classList:hover {
  background-color: #94070a;
  color: #fff;
}
#country .dataClassWrap .active .icon,
#country .dataClassWrap .classList:hover .icon {
  display: none;
}
#country .dataClassWrap .active .whiteIcon,
#country .dataClassWrap .classList:hover .whiteIcon {
  display: block;
}
#country .dataClassWrap li:nth-child(3n) {
  margin-right: 0;
}
#country .searchBtns {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 83px;
  height: 34px;
  background-color: #94070a;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
#country .searchBtns .icon {
  width: 17px;
  height: 17px;
  margin-right: 7px;
}
#country .dataTabWrap {
  position: relative;
  display: flex;
  width: 100%;
  margin: 30px 0;
}
#country .dataTabWrap .tabList {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92px;
  margin-right: 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  height: 34px;
  color: #94070a;
  font-weight: bold;
  border: 1px solid #9b0000;
  transition: 0.3s;
}
#country .dataTabWrap .searchBtn {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 83px;
  height: 34px;
  background-color: #94070a;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
#country .dataTabWrap .searchBtn .icon {
  width: 17px;
  height: 17px;
  margin-right: 7px;
}
#country .dataTabWrap .findAll {
  position: absolute;
  right: 0;
  bottom: 80px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #999;
}
#country .dataTabWrap .findAll .icon {
  width: 6px;
  height: 10px;
  margin-left: 3px;
}
#country .dataTabWrap .active,
#country .dataTabWrap .tabList:hover {
  background-color: #94070a;
  color: #fff;
}
#country .data {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 20px;
  min-height: 800px;
}
#country .data li {
  margin: 0 20px 20px 0;
}
#country .data .dataList {
  display: flex;
  width: 386px;
  height: 136px;
  padding: 0 16px 16px 0;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 2px;
}
#country .data .dataList .bookImg {
  width: 96px;
  height: 120px;
  margin-right: 10px;
  flex-shrink: 0;
}
#country .data .dataList .cont {
  position: relative;
  width: 100%;
  height: 120px;
  padding-top: 20px;
  box-sizing: border-box;
}
#country .data .dataList .cont .title {
  font-size: 16px;
  color: #353535;
  font-weight: bold;
  line-height: 1;
}
#country .data .dataList .cont .textWrap {
  width: 100%;
  margin-top: 20px;
  line-height: 1;
  font-size: 14px;
  color: #999;
}
#country .data .dataList .cont .textWrap p {
  margin-top: 10px;
}
#country .data .dataList .cont .textWrap p .tag {
  color: #999;
}
#country .data .dataList .cont .videoType {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 23px;
  height: 22px;
}
#country .data li:nth-child(3n) {
  margin-right: 0;
}
#country .newsTabWrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-height: 800px;
}
#country .newsListWrap{
  width: 100%;
}
#country .newsTabWrap .newsTab {
  width: 200px;
  margin-right: 20px;
  margin-top: 20px;
  flex-shrink: 0;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px 0px rgba(0, 94, 199, 0.1);
}
#country .newsTabWrap .newsTab .newsTabList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 58px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 14px;
  color: #353535;
  transition: 0.3s;
}
#country .newsTabWrap .newsTab .newsTabList .icon,
#country .newsTabWrap .newsTab .newsTabList .whiteIcon {
  width: 8px;
  height: 11px;
}
#country .newsTabWrap .newsTab .newsTabList .whiteIcon {
  display: none;
}
#country .newsTabWrap .newsTab .active,
#country .newsTabWrap .newsTab .newsTabList:hover {
  background-color: #94070a;
  color: #fff;
}
#country .newsTabWrap .newsTab .active .icon,
#country .newsTabWrap .newsTab .newsTabList:hover .icon {
  display: none;
}
#country .newsTabWrap .newsTab .active .whiteIcon,
#country .newsTabWrap .newsTab .newsTabList:hover .whiteIcon {
  display: block;
}
#country .opinionsWrap {
  width: 100%;
  padding: 20px 0;
  background-image: url('../images/bg/bg_export_zjgd.png');
  background-size: cover;
}
#country .opinionsWrap .opinions {
  width: 1200px;
  margin: 0 auto;
  min-height: 800px;
}
#country .opinionsWrap .opinions .crumb{
  margin-bottom: 20px;
}
#country .opinionsWrap .opinions .opinionsCont {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 30px;
}
#country .opinionsWrap .opinions .opinionsCont li {
  margin-right: 20px;
  margin-bottom: 20px;
}
#country .opinionsWrap .opinions .opinionsCont li:nth-child(2n) {
  margin-right: 0;
}
#country .opinionsWrap .opinions .opinionsCont .opinionsList {
  display: flex;
  width: 590px;
  height: 126px;
  padding: 20px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
#country .opinionsWrap .opinions .opinionsCont .opinionsList .headImg {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  flex-shrink: 0;
}
#country .opinionsWrap .opinions .opinionsCont .opinionsList .headImg img {
  width: 100%;
  height: 60px;
  border-radius: 50%;
}
#country .opinionsWrap .opinions .opinionsCont .opinionsList .cont {
  width: 100%;
}
#country .opinionsWrap .opinions .opinionsCont .opinionsList .cont .name {
  font-size: 20px;
  line-height: 1;
  color: #353535;
  font-weight: bold;
}
#country .opinionsWrap .opinions .opinionsCont .opinionsList .cont .desc {
  font-size: 16px;
  color: #353535;
  line-height: 23px;
  margin-top: 10px;
}
#country .opinionsWrap .opinions .opinionsCont .opinionsList .cont .date {
  color: #999;
  font-size: 12px;
  margin-top: 20px;
  line-height: 1;
}

#country .dataContList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}
#country .dataContList li {
  margin-right: 32px;
}
#country .dataContList li:nth-child(2n) {
  margin-right: 0;
}
#country .dataContList .dataList {
  display: flex;
  width: 580px;
  height: 120px;
  padding-bottom: 24px;
  box-sizing: border-box;
  margin-top: 24px;
  border-bottom: 1px solid #ededed;
}
#country .dataContList .dataList .bookImg {
  width: 74px;
  height: 96px;
  margin-right: 16px;
  flex-shrink: 0;
}
#country .dataContList .dataList .bookImg img {
  width: 74px;
  height: 96px;
}
#country .dataContList .cont {
  width: 100%;
}
#country .dataContList .cont .name {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: bold;
  line-height: 20px;
}
#country .dataContList .cont .desc {
  font-size: 12px;
  color: #888;
  line-height: 18px;
  margin-top: 4px;
}
#country .dataContList .cont .date {
  font-size: 12px;
  color: #888;
  line-height: 18px;
  margin-top: 12px;
}
#country .expertViewOpinion {
  position: relative;
  z-index: 3;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 123px;
}
#country .expertPeople{
  width: 1200px;
  margin-top: 75px;
  height: 186px;
  /* border: 1px dashed #999; */
  display: flex;
  align-items: center;
  /* justify-content: center;  */
  background-image: url(../images/bg/bg_wx_card4.png);
}
#country .expertPeople .experPeopleImg{
  border: 1px dashed #999;
  flex: 0 0 auto; 
  width: 128px; 
  height: 128px; 
  border-radius: 50%; 
  overflow: hidden; 
  margin-left: 29px; 
  margin-right: 24px;
}
#country .expertPeople img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

#country .expertPeople .experName .name1{
  font-weight: bold;
  font-size: 20px;
  color: #1A1A1A;
  line-height: 30px;
  text-align: left;

}
#country .expertPeople .experName .name2{
  font-weight: 400;
  font-size: 14px;
  color: #808080;
  line-height: 20px;
}
#country .expertPeople .line{
  width: 1px;
  height: 108px;
  background: #EDEDED;
  margin-left: 68px;
  margin-right: 64px;
}
#country .expertPeople .sentence{
  width: 739px;
  text-align: center;
}
#country .expertPeople .sentence img{
  width: 25px;
  height: 28px;
}
#country .expertPeople .sentence .sentenceInfo{
  font-weight: bold;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  text-align: left;
}
#country .expertPeople .sentence .imgLeft{
  text-align: left;
}
#country .expertPeople .sentence .imgRight{
  text-align: right;
}
#country .expertViewOpinion .expertTag{
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 20px;
  text-align: left;
  border-left:2px solid #94070A;
  margin-top: 48px;
  padding-left: 4px;

}
#country .expertViewOpinion  .expertTagLine{
  width: 1200px;
  height: 1px;
  border-bottom: 1px solid #EDEDED;
  margin: 16px 0 24px 0;
}
#country .expertViewOpinion .expertInfo p{
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  text-align: left;
  margin-bottom: 20px;
  }
#country .searchWraps {
width: 100%;
padding: 64px 0 40px;
background-image: url('../images/bg/bg_page_main.png');
background-size: 100% auto;
}
#country .searchWraps .news {
width: 1200px;
margin: 0 auto;
}
#country .searchWraps .news .newsTabWrap {
margin-top: 64px;
min-height: 800px;
}
#country .searchWraps .news .newsListWrap li {
margin-bottom: 20px;
}
#country .searchWraps .news .newsListWrap .newsList {
display: flex;
width: 1200px;
height: 188px;
border-radius: 8px 8px 8px 8px;
box-sizing: border-box;
background-color: #fff;
display: flex;
align-items: center;
}
#country .searchWraps .news .newsListWrap .newsList .date {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 90px;
height: 90px;
margin-right: 20px;
flex-shrink: 0;
background-color: #94070a;
}
#country .searchWraps .news .newsListWrap .newsList .date .day {
font-size: 28px;
color: #fff;
line-height: 1;
font-weight: bold;
}
#country .searchWraps .news .newsListWrap .newsList .date .year {
font-size: 12px;
color: #fff;
line-height: 18px;
}
#country .searchWraps .news .newsListWrap .newsList .img {
width: 240px;
height: 140px;
margin-left: 24px;
flex-shrink: 0;
}
#country .searchWraps .news .newsListWrap .newsList .img img {
width: 240px;
height: 140px;
}
#country .searchWraps .news .newsListWrap .newsList .cont {
/* width: 100%; */
margin: 0px 24px;
}
#country .searchWraps .news .newsListWrap .newsList .cont .title {
font-weight: bold;
font-size: 20px;
color: #101828;
line-height: 30px;
}
#country .searchWraps .news .newsListWrap .newsList .cont .desc {
font-weight: 400;
font-size: 14px;
color: #475467;
line-height: 28px;
}
#country .searchWraps .news .newsListWrap .newsList .cont .time {
font-weight: 400;
font-size: 14px;
color: #94070A;
line-height: 20px;
text-align: left;
margin-bottom: 12px;
}
#country .searchWraps .news .newsListWrap li:last-child {
margin-bottom: 60px;
}
#country .searchWrapBox {
display: flex;
width: 728px;
height: 60px;
border-radius: 8px;
border: 1px solid #94070A;
margin: 0 auto;
overflow: hidden;
}
#country .searchWrapBox .searchBtn {
display: flex;
justify-content: center;
align-items: center;
width: 152px;
height: 60px;
outline: 0;
border: 0;
flex-shrink: 0;
font-weight: bold;
font-size: 24px;
color: #FFFFFF;
line-height: 36px;
cursor: pointer;
background: #94070A;
border-radius: 0px 8px 8px 0px;
}
#country .searchWrapBox .iptWrap {
display: flex;
align-items: center;
padding: 0 24px;
width: 100%;
box-sizing: border-box;
}
#country .searchWrapBox .iptWrap .icon {
width: 28px;
height: 28px;
margin-right: 10px;
flex-shrink: 0;
}
#country .searchWrapBox .iptWrap .ipt {
width: 100%;
font-weight: 400;
font-size: 16px;
color: #475467;
line-height: 24px;
text-align: left;
}

.expertPeople .experName .name3 {
  font-size: 12px;
  margin-top: 10px;
  color: #000;
  width: 120px;
}

#country .opinionsWrap .opinions .opinionsCont .opinionsList .cont .name .description{
  font-size: 12px;
  color: #000;
  font-weight: 400;
}