body {
  min-width: 1200px;
}

.container {
  width: 1200px;
}

.c-title {
  /* margin-top: 27px; */
  /* padding-bottom: 3px; */
  border-bottom: 2px solid #e5e5e5;
}
.c-title h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding: 8px 16px;
  text-align: center;
  background-color: #0a3f76;
  margin-bottom: -2px;
  border-bottom: 2px solid #0a3f76;
}
.c-title a {
  float: right;
  font-size: 12px;
  line-height: 25px;
  color: #333333;
  margin-top: 7px;
}

.header {
  width: 100%;
  height: 121px;
  border-top: 3px solid #f19149;
  background: url("../images/top_bg.jpg") no-repeat;
}
.header .container {
  height: 139px;
  /* background: url("../images/top_bg.jpg") no-repeat 280px; */
}
.header .container .row {
  height: 139px;
  padding: 43px 0;
}
.header .container .row .header-logo {
  margin-top: -23px;
}
.header .container .row .header-search {
  margin-top: -25px;
}
.header .container .row .header-search ul,
.header .container .row .header-search .search {
  float: left;
}
.header .container .row .header-search ul {
  margin-top: 40px;
}
.header .container .row .header-search ul li {
  padding: 0 20px;
  float: left;
  position: relative;
}
.header .container .row .header-search ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1px;
  height: 13px;
  background-color: #bfbfbf;
}
.header .container .row .header-search ul li:last-child:after {
  display: none;
}
.header .container .row .header-search ul li a {
  color: #ffffff;
  font-size: 12px;
}
.header .container .row .header-search .search {
  width: 225px;
  height: 36px;
  background: #eeeeee;
  /* background: rgb(214, 214, 250); */
  margin: 31px 15px 0;
  border-radius: 20px;
}
.header .container .row .header-search .search form {
  height: 36px;

}
.header .container .row .header-search .search form .keywords {
  width: 80%;
  /* width: 100%; */
  padding-left: 15px;
  height: 36px;
  /* color: #ffffff; */
}
.header .container .row .header-search .search form .submit {
  float: right;
  width: 19px;
  height: 19px;
  margin-top: 8px;
  margin-right: 14px;
  background: url("../images/top_search.png") no-repeat;
  background-size: cover;
  cursor: pointer;
}

.nav {
  width: 100%;
  height: 50px;
  background: #41589a;
  background: url("../images/top_bg.jpg") no-repeat;
}
.nav .container .navlist > li {
  float: left;
  position: relative;
  width: 14.28%;
  height: 50px;
  z-index: 9;
  text-align: center;
}
.nav .container .navlist > li > a {
  display: block;
  height: 50px;
  font-size: 16px;
  color: #fff;
  padding: 15px 18px;
}
.nav .container .navlist > li.active > a,.nav .container .navlist > li:hover > a{
  background: #f19149;
}
.nav .container .navlist > li .nav-item-menu {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  display: none;
  z-index: 10;
}

.nav .container .navlist > li .nav-item-menu li {
  /* background: #41589a; */
  background: #0a3f76;
}
.nav .container .navlist > li .nav-item-menu li > a {
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 15px 14px;
}
.nav .container .navlist > li .nav-item-menu li > a:hover {
  background: #f19149;
}
.slider {
  background-color: #eeeeee;
}
.slider .container {
  position: relative;
}
.slider .container .bxslider li {
  position: relative;
}
.slider .container .bxslider li .title {
  width: 100%;
  height: 52px;
  line-height: 52px;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.slider .container .bxslider li .title p {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}
.slider .container .line-direction {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
/* 将前进、后退控件分别浮动在左右两侧的中间 */
.teach-center {
  position: relative;
}
.teach-center .bxs-prev {
  position: absolute;
  left: 0;
  bottom: 50%;
  margin-bottom: -51px;
}
.teach-center .bxs-next {
  position: absolute;
  right: 0;
  bottom: 50%;
  margin-bottom: -51px;
}

.slider .container .line-direction.prev {
  left: 0;
}
.slider .container .line-direction.next {
  right: 0;
}

.slider .container .progress-show {
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.slider .container .progress-show span {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ed7c40;
  width: 100%;
  height: 3px;
}

.main-content {
  width: 100%;
  padding: 30px 0px;
  background: rgba(0,0,0, 0.06);
}

.main-content .container .content-l {
  width: 670px;
  height: 416px;
}

.main-content .container .content-r {
  width: 530px;
  height: 416px;
  background: #ffffff;
}

.main-content .container .content-l .bxslider li{
  /* width: 100%; */
  width: 670px;
  height: 416px;
  position: relative;
}
.main-content .container .content-l .bxslider li a img{
  height: 416px;
  /* width: 670px; */
  width: 100%;
  max-width: 100%;
  /* position: relative; */
}

/* 首部轮播图标题 */
.main-content .container .content-l .bxslider li .title {
  width: 100%;
  height: 52px;
  line-height: 52px;
  position: absolute;
  bottom: 0;
  /* margin-bottom: 0px; */
  /* text-align: center; */
  background: rgba(0, 0, 0, 0.5);
}
.main-content .container .content-l .bxslider li .title p {
  /* width: 80%; */
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 22px;
  font-size: 18px;
  color: #ffffff;
}
.main-content .container .content-r ul {
  width: 100%;
  height: 378px;
  padding: 4%;
  padding-left: 10%;
}
.main-content .container .content-r ul li{
  /* width: 100%; */
  width: 100%;
  /* border: 1px solid red; */
}

.main-content .container .content-r ul .first-li {
  position: relative;
  height: 111px;
}
.main-content .container .content-r ul .first-li .clo-title {
  font-size: 19px;
  font-weight: bold;
  color: #ffffff;
  padding: 8px;
  width: 65px;
  height: 65px;
  background: #0a3f76;
  text-align: center;
  letter-spacing: 2px;
  position: absolute;
  left: 0;
  top: 0;
}
.main-content .container .content-r ul .first-li a {
  display: inline-block;
  margin-left: 76px;
}
.main-content .container .content-r ul .first-li a .info .title {
  font-size: 16px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;

  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.main-content .container .content-r ul .first-li a .info .summary {
  text-indent: 2em;
  font-size: 12px;
  line-height: 2em;
  color: #666;
  /* white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis; */
  /* overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  border-bottom: 1px dashed #e5e5e5; */
}
/* .main-content .container .content-r ul .first-li a .info .summary::after{
  content: "...[查看详情]";
  color: #11838d;
} */


.main-content .container .content-r ul li:nth-of-type(n+2) {
  padding: 12px 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-content .container .content-r ul li:nth-of-type(n+2) a .date {
  display: inline-block;
  line-height: 25px;
  width: 60px;
  text-align: center;
  background: #eeeeee;
  font-size: 12px;
  color: #0a3f76;
  margin-right: 12px;
}
.main-content .container .content-r ul li:nth-of-type(n+2) a .title {
  font-size: 16px;
  padding: 13px 0px;
  width: 364px;
  border-bottom: 1px dashed #e5e5e5;
}
.main-content .container .content-r ul li:nth-of-type(n+2) .more {
  font-size: 12px;
  color: #ed7c40;
  float: right;
}

.main-content1 {
  width: 100%;
  background-color: #eeeeee;
  margin-top: 50px;
}
.main-content1 .container .wrapper > li {
  float: left;
  width: 348px;
  margin-top: 20px;
  margin-right: 52px;
}
.main-content1 .container .wrapper > li:nth-of-type(n+4) {
  margin-top: 33px;
  margin-bottom: 33px;
}
.main-content1 .container .wrapper > li .li-l {
  float: left;
}
.main-content1 .container .wrapper > li .li-l img {
  height: 142px;
}
.main-content1 .container .wrapper > li .li-r {
  float: right;
  width: 230px;
}
.main-content1 .container .wrapper > li .li-r .li-r-title {
  font-size: 16px;
}
.main-content1 .container .wrapper > li .li-r ul {
  margin-top: 22px;
}
.main-content1 .container .wrapper > li .li-r ul li {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
  font-size: 12px;
  color: #595959;
}
.main-content1 .container .wrapper > li .li-r ul li img {
  margin-right: 5px;
  vertical-align: middle;
}

.main-content2 {
  width: 100%;
}
.main-content2 .container > div {
  width: 555px;
}
.main-content2 .container > div ul .first-li {
  margin-top: 15px;
  margin-bottom: 19px;
  padding-bottom: 12px;
  border-bottom: 2px solid #E8E3E3;
  position: relative;
}
.main-content2 .container > div ul .first-li .clo-title {
  color: #5557a4;
  width: 50px;
  height: 53px;
  background: #E5E5E5;
  letter-spacing: 1px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.main-content2 .container > div ul .first-li .clo-title .month {
  font-size: 12px;
}
.main-content2 .container > div ul .first-li .clo-title .day {
  font-size: 20px;
  font-weight: bold;
}
.main-content2 .container > div ul .first-li a {
  display: inline-block;
  margin-left: 88px;
}
.main-content2 .container > div ul .first-li a .info .title {
  font-size: 16px;
  font-weight: bold;
}
.main-content2 .container > div ul .first-li a .info .summary {
  text-indent: 2em;
  font-size: 12px;
  line-height: 2em;
  color: #666;
}
.main-content2 .container > div ul li:nth-of-type(n+2) {
  margin-bottom: 25px;
  padding-left: 18px;
  padding-right: 32px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.main-content2 .container > div ul li:nth-of-type(n+2):last-child {
  margin-bottom: 0;
}
.main-content2 .container > div ul li:nth-of-type(n+2):before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-top: 5px solid transparent;
  border-left: 6px solid #ed7c40;
  border-bottom: 5px solid transparent;
}
.main-content2 .container > div ul li:nth-of-type(n+2) .md {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 12px;
  color: #999;
}
.main-content2 .container .content-r {
  margin-left: 60px;
}

.main-content3 {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 72px;
}
.main-content3 .container {
  position: relative;
}
.teach-title {
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 30px;
}
.teach-title h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  padding: 8px 16px;
  text-align: center;
  background-color: #0a3f76;
  margin-bottom: -2px;
  border-bottom: 2px solid #0a3f76;
}
.teach-title a {
  float: right;
  font-size: 12px;
  line-height: 25px;
  color: #333333;
  margin-top: 7px;
}
/* .main-content3 .container .bxslider li {
  width: 249px;
  height: 134px;
} */
.main-content3 .container .bxslider li a {
  display: block;
  width: 249px;
  height: 134px;
}
.main-content3 .container .bxslider li a>img {
  width: 134px;
  height: 134px;
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -67px;
}
.main-content3 .container .bxslider li a>div {
  border: 1px solid#dcdcdc;
  padding-top: 29px;
  padding-left: 19px;
  width: 115px;
  height: 134px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -67px;
}
.main-content3 .container .bxslider li a>div>div:nth-child(1){
  font-size: 16px;
  line-height: 29px;
  height: 29px;
  color: #000000;
  font-weight: bold;
}
.main-content3 .container .bxslider li a>div>div:nth-child(1):hover {
  color: #1a98c8;
}
.main-content3 .container .bxslider li a>div>div:nth-child(2){
  font-size: 14px;
  line-height: 29px;
  height: 29px;
  color: #666666;
}
.main-content3 .container .bxslider li a>div>div:nth-child(2):hover{
  color: #1a98c8;
}
.main-content3 .container .bxslider li a>div>img {
  margin-top: 10px;
  width: 25px;
  height: 7px;
}
.main-content3 .container .btn-left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.main-content3 .container .btn-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}


.main-content4 {
  width: 100%;
  background-color: #ffffff;
  margin-top: 27px;
  margin-bottom: 30px;
}
.main-content4 .container {
  padding-bottom: 41px;
}
.main-content4 .container > div:nth-child(1) {
  width: 672px;
}
.main-content4 .container > div:nth-child(2) {
  width: 463px;
}
/* .main-content4 .container .content-l {
  width: 57.4%;
  float: left;
}
.main-content4 .container .content-r {
  width: 39.6%;
  float: right;
} */
.main-content4 .container > div>ul li {
  margin: 20px 0 20px 0;
  /* padding-right: 32px; */
  /* padding-right: 65px; */
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.main-content4 .container > div>ul li:last-child {
  margin-bottom: 0;
}
.main-content4 .container > div>ul li .md {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 12px;
  color: #999;
}
.main-content4 .container .content-r {
  margin-left: 60px;
}
.c-content li {
  /* width: 462px; */
  padding-left: 18px;
}
.c-content>li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-top: 5px solid transparent;
  border-left: 6px solid #bfbfbf;
  border-bottom: 5px solid transparent;
}
.c-content li>a:hover {
  color: #2c85ce;
}
.c-content li>a:hover:before {
  border-left: 5px solid #2c85ce;
  left: 5px;
}
.c-content .title {
  width: 101px;
  /* margin-right: 132px; */
}



.main-content5 {
  width: 100%;
  margin-bottom: 32px;
}
/* .main-content5 .container ul div img {} */
.main-content5 .container ul li {
  float: left;
  width: 219px;
  height: 112px;
  margin-right: 20px;
}
.main-content5 .container ul li:nth-of-type(1) {
  background-color: #5557a4;
}
.main-content5 .container ul li:nth-of-type(2) {
  background-color: #6c77b1;
}
.main-content5 .container ul li:nth-of-type(3) {
  background-color: #6f8fae;
}
.main-content5 .container ul li:nth-of-type(4) {
  background-color: #c89655;
}
.main-content5 .container ul li:nth-of-type(5) {
  background-color: #c4654f;
}
.main-content5 .container ul li a {
  display: block;
  position: relative;
  height: 112px;
  padding-top: 1px;
  box-sizing: border-box;
  background: url("../images/zt_bg.png") no-repeat right;
}
.main-content5 .container ul li a:before {
  content: "";
  position: absolute;
  left: 19px;
  bottom: 23px;
  border-top: 6px solid transparent;
  border-left: 9px solid #ffffff;
  border-bottom: 6px solid transparent;
  opacity: 0.5;
}
.main-content5 .container ul li a p {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 32px;
  margin-left: 18px;
}
/* 
.footer {
  width: 100%;
  border-top: 3px solid #ED7C40;
  height: 240px;
  background: url("../images/foot_bg.jpg") no-repeat center center;
  background-size: cover;
}
.footer .container {
  height: 240px;
}
.footer .container .flex-box {
  margin-top: 39px;
  width: 400px;
  float: left;
  height: 142px;
  position: relative;
}
.footer .container .flex-box:nth-of-type(2) {
  padding-right: 50px;
}
.footer .container .flex-box:first-child:before {
  content: "";
  position: absolute;
  left: 75px;
  top: 0;
  width: 1px;
  height: 142px;
  background-color: #ffffff;
  opacity: 0.3;
}
.footer .container .flex-box:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 142px;
  background-color: #ffffff;
  opacity: 0.3;
}
.footer .container .flex-box:last-child:after {
  display: none;
}
.footer .container .flex-box .tab {
  width: 75px;
}
.footer .container .flex-box .tab li {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  padding-right: 24px;
  margin-bottom: 25px;
  position: relative;
}
.footer .container .flex-box .tab li.active:after {
  content: "";
  position: absolute;
  right: -8px;
  width: 9px;
  height: 15px;
  background: url("../images/active.png");
}
.footer .container .flex-box .tab-content {
  position: absolute;
  left: 75px;
  top: 0;
  width: 318px;
  height: 142px;
  opacity: 0.8;
}
.footer .container .flex-box .tab-content li {
  float: left;
  width: 49%;
  margin-bottom: 14px;
}
.footer .container .flex-box .tab-content li a {
  padding-left: 31px;
  display: block;
  font-size: 12px;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer .container .flex-box .flex-l {
  text-align: center;
  margin-left: 43px;
}
.footer .container .flex-box .flex-l img {
  width: 113px;
  height: 113px;
}
.footer .container .flex-box .flex-l p {
  margin-top: 9px;
  font-size: 12px;
  color: #ffffff;
  opacity: 0.8;
}
.footer .container .flex-box .flex-r {
  margin-left: 203px;
}
.footer .container .flex-box .flex-r span {
  display: block;
  font-size: 12px;
  color: #ffffff;
  opacity: 0.8;
  margin-bottom: 13px;
}
.footer .container .flex-box .flex-r span:last-child {
  margin-bottom: 0;
}
.footer .container .flex-box .wrapper {
  padding-left: 47px;
}
.footer .container .flex-box .wrapper img {
  margin-bottom: 24px;
}
.footer .container .flex-box .wrapper p {
  margin: 9px 0;
  font-size: 12px;
  color: #ffffff;
  opacity: 0.8;
} */

.bg-wrapper {
  width: 100%;
  background-color: #eeeeee;
  margin-bottom: 28px;
  text-align: center;
}
.bg-wrapper img {
  /* width: 1200px; */
  width: 100%;
  
}

.common-wrapper .container .common-left {
  width: 208px;
}
.common-wrapper .container .common-left .col-title {
  font-size: 22px;
  line-height: 100px;
  padding-left: 28px;
  color: #ffffff;
  height: 100px;
  width: 100%;
  background: url(../images/leftbar_bg.jpg) no-repeat;
}
.common-wrapper .container .common-left .navlist2 > li {
  background-color:#f2f2f2;
}
.common-wrapper .container .common-left .navlist2 > li > a {
  display: block;
  padding: 19px 28px;
  font-size: 16px;
}
.common-wrapper .container .common-left .navlist2 > li .thr-sub li a {
  display: block;
  padding: 12px 40px;
  font-size: 14px;
}
.common-wrapper .container .common-right {
  margin-left: 265px;
  padding-bottom: 54px;
}
.common-wrapper .container .common-right .local {
  padding-bottom: 10px;
  border-bottom: 2px solid #d2d2d2;
  margin-bottom: 17px;
}
/* .common-wrapper .container .common-right .local h3 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #41589a;
} */
/* .common-wrapper .container .common-right .local .local-wrapper {
  display: inline-block;
  float: right;
} */
/* .common-wrapper .container .common-right .local .local-wrapper img {
  margin-top: -1px;
} */
.common-wrapper .container .common-right .local .local-wrapper a {
  font-size: 12px;
  line-height: 36px;
  color: #000000;
}
.common-wrapper .container .common-right .local .local-wrapper span {
  margin: 0 5px;
}

/* .common-wrapper .container .common-right .common-list .first-li .clo-title {
  color: #5557a4;
  width: 50px;
  height: 53px;
  background: #E5E5E5;
  letter-spacing: 1px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
} */
/* .common-wrapper .container .common-right .common-list .first-li .clo-title .month {
  font-size: 12px;
}
.common-wrapper .container .common-right .common-list .first-li .clo-title .day {
  font-size: 20px;
  font-weight: bold;
} */
.common-wrapper .container .common-right .common-list .first-li a {
  /* border: 1px solid red; */
  display: inline-block;
  background: #eeeeee;
  width: 100%;
}

.common-wrapper .container .common-right .common-list .first-li a .info {
  float: right;
  /* width: 679px; */
  width: 720px;
  height: 155px;
  padding: 14px;
}

.common-wrapper .container .common-right .common-list .first-li a .info .title {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  color: #0a3f76;
}
.common-wrapper .container .common-right .common-list .first-li a .info .summary {
  text-indent: 2em;
  font-size: 12px;
  line-height: 26px;
  /* line-height: 2em; */
  color: #333333;
  
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  border-bottom: 1px dashed #e5e5e5;
}
/* .common-wrapper .container .common-right .common-list .first-li a .info .summary::after {
  content: '...[查看详情]';
  color: #11838d;
} */
.common-wrapper .container .common-right .common-list .first-li a .info .date{
  color: #999999;
  float: right;
}

.common-wrapper .container .common-right .common-list li:nth-of-type(n+2) {
  /* margin-bottom: 25px; */
  padding-left: 18px;
  padding-right: 75px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d4d4d4;
}
.common-wrapper .container .common-right .common-list li:nth-of-type(n+2):last-child {
  margin-bottom: 0;
}
.common-wrapper .container .common-right .common-list li:nth-of-type(n+2):before {
  /* content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-top: 5px solid transparent;
  border-left: 6px solid #000000;
  border-bottom: 5px solid transparent;
  margin-bottom: 15px; */

  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border: 1px solid #bbbbbb;
  border-radius: 6px;
  background: #bbbbbb;
}
.common-wrapper .container .common-right .common-list li:nth-of-type(n+2):hover:before {
  border: 1px solid #2c85ce;
  left: 5px;
  background:  #2c85ce;
}

.common-wrapper .container .common-right .common-list li:nth-of-type(n+2) .md {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 12px;
  color: #999;
}
.common-wrapper .container .common-right .article-title {
  width: 100%;
  margin-top: 42px;
  text-align: center;
  font-size: 22px;
  line-height: 42px;
  font-weight: bold;
  color: #0a3f76;
}
.common-wrapper .container .common-right .article-info {
  width: 100%;
  margin-top: 34px;
  text-align: center;
  font-size: 12px;
  color: #333333;
  margin-bottom: 50px;
}
.common-wrapper .container .common-right .article-info span {
  margin: 0 auto;
}
.common-wrapper .container .common-right .article-info .vertical {
  margin: 0 10px;
}

.page-select {
  float: right;
  margin: 45px 0px 75px auto;
}
.page-select>img {
  margin-right: 9px;
}
.page-select>img:nth-child(4){
  margin-right: 24px;
}
.page-select>span {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  margin-right: 8px;
  color: #131313;
}
.page-select>input {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  width: 55px;
  height: 22px;
  margin-right: 8px;
}
.page-select>button {
  width: 55px;
  height: 22px;
  color: #ffffff;
  background: #0a3f76;
  border: none;
}


/*# sourceMappingURL=style.css.map */

.main-content7 li a {
  display: block;
}
.main-content7 li a div span:nth-child(2):hover {
  color: #2c85ce;
}
.main-content7 li a>div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
    /* overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; */
}
.main-content7 li a div span{
  /* width: 100%; */
  height: 16px;
  line-height: 16px;
}
.main-content7 li a div span:first-child {
  font-size: 12px;
  color: #f19149;
}
.main-content7 li a div>span:first-child::after{
  display: inline-block;
  content: '';
  width: 1px;
  height: 12px;
  background: #9f9f9f;
  margin-left: 12px;
  margin-right: 12px;
}
.main-content7 li a div span:nth-child(2){
  font-size: 16px;
  color:#000000;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  /* display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
  /* overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; */
}


.main-content8 {
  /* padding-top: 15px; */
  width: 100%;
  /* float: left; */
}

/* .content8-item {
  width: 100%;
} */

.content8-item li {
  /* height: 64px; */
  /* line-height: 25px; */
  /* margin-bottom: 15px; */
  width: 100%;
  padding: 14px 5px 14px 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
}

.content8-item li:last-child {
  margin-bottom: 0;
}

.content8-item li a {
  /* width: 100%; */
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  color: #0a3f76;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding-left:14px;
}
.content8-item li>a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-top: 5px solid transparent;
  border-left: 6px solid #bfbfbf;
  border-bottom: 5px solid transparent;
}
.content8-item li>a:hover {
  color: #2c85ce;
}
.content8-item li a:hover:before {
  border-left: 5px solid #2c85ce;
  left: 5px;
}

/* 
.main-content8 .content8-item li a p {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
} */

.content8-item li div{
  width: 100%;
  color: #666666;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content8-item li div>img {
  margin-right: 6px;
}
.content8-item .time {
  margin-right: 46px;
}

.teacher-list {
  width: 100%;
  /* width: 882px; */
  margin-top: 8px;
}
.teacher-list>li {
  width: 176px;
  display: inline-block;
  /* margin-right: 62px; */
  margin-right: 72px;
  margin-bottom: 31px;
  background: #f3f3f3;
}
.teacher-list>li:nth-child(4n+4){
  margin-right: 0;
}
.teacher-list>li>a>div>div>div:hover {
  color: #1a98c8;
}
.teacher-name {
  color: #000000;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-weight: bold;
}
.teacher-level {
  color: #666666;
  font-size: 15px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.teach-info {
  width: 100%;
  /* width: 882px; */
}
.teach-info>div {
  width: 100%;
}
.teach-info .info1>img{
  float: left;
  width: 174px;
  height: 174px;
}
.info1 {
  margin-top: 8px;
  margin-bottom: 41px;
  background: #f1f1f1;
}
.info1>div {
  height: 174px;
  width: auto;
  display: inline-block;
  margin-left: 33px;
}

.info1>div>div:nth-child(1){
  font-size: 22px;
  line-height: 73px;
  height: 73px;
  font-weight: bold;
  color: #0a3f76;
}
.info1>div>div:nth-child(2){
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  color: #000000;
}
.info1>div>div:nth-child(2)::before {
  display: inline-block;
  content: '';
  width: 14px;
  height: 14px;
  background: url(../images/content_icon_1.png) no-repeat;
  margin-right: 14px;
}
.info1>div>div:nth-child(3){
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #000000;
}
.info1>div>div:nth-child(3)::before{
  display: inline-block;
  content: '';
  width: 14px;
  height: 14px;
  background: url(../images/content_icon_2.png) no-repeat;
  margin-right: 14px;
}

.info2 {
  height: 33px;
  border-bottom: 5px solid #eeeeee;
  margin-bottom: 31px;
}
.info2>a {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  font-size: 18px;
  
  /* color: #333333; */
  margin-right: 30px;
}

.teach-active {
  font-weight: bold;
  color: #0a3f76;
  border-bottom: 5px solid #0a3f76;
}
.info3>div {
  min-height: 318px;
}
/*.info3>div:nth-child(1)>p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}*/
.info3>div:nth-child(2){
  display: none;
}
.info3>div:nth-child(3){
  display: none;
}


