
.commonBg {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}
.visionPad {
  padding: 40px 0px 80px;
}
.vision {
  text-align: center;
}
.commonTitle {
  display: inline-block;
  font-size: 34px;
  color: #ae0a29;
  font-weight: bold;
  background: url(../../images/yx/icon_titleBg.jpg) repeat-x bottom center;
}
.visionBox {
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 42px 60px;
  box-shadow: 0px 0px 5px #e8e8e8;
  margin-top: 35px;
}
.visionPic {
  width: 320px;
  height: 159px;
}
.visionText {
  width: 64.7%;
}
.visionText>p {
  font-size: 16px;
  color: #000000;
  line-height: 32px;
  text-align: left;
}

.visionAdd{
	display: block;
	margin-top: 189px;
	width: 100%;
	/* background: #ae0a29; */
	border: 1px solid #ae0a29;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
}

.visionAdd a{
	color: #ffffff;
	width: 100%;
	    display: block;
}


.visionItem {
  width: 100%;
  margin-top: 45px;
}
.visionItemCont {
  width: 284px;
  height: 200px;
  box-sizing: border-box;
  background-color: #ae0a29;
  border-radius: 10px;
  box-shadow: 0px 0px 5px #e6e6e6;
  transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
}
.visionItemCont>a {
  box-sizing: border-box;
  padding-top: 47px;
}
.visionItemCont>a>i {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto;
}
.icon_first {
  background: url(../../images/yx/icon_first.png) no-repeat center center;
  background-size: 69px 72px;
}
.visionItemCont>a>h3 {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  margin-top: 20px;
  font-weight: bold;
}
.icon_sec {
  background: url(../../images/yx/icon_sec.png) no-repeat center center;
  background-size: 72px 72px;
}
.icon_third {
  background: url(../../images/yx/icon_third.png) no-repeat center center;
  background-size: 63px 72px;
}
.icon_four {
  background: url(../../images/yx/icon_four.png) no-repeat center center;
  background-size: 72px 72px;
}
.visionItemCont + .visionItemCont {
  margin-left: 21px;
}
.visionItemCont:nth-child(2n) {
  background-color: #ffffff;
  border-top: 3px solid #ae0a29;
}
.visionItemCont:nth-child(2n)>a>h3 {
  color: #333333;
}
.visionItemCont:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.video {
  border-top: 4px solid #ae0a29;
  background-color: #ffffff;
  padding: 58px 0px;
}
.videoText {
  width: 46%;
  margin-left: 60px;
}
.videoText>p {
  margin-top: 30px;
  font-size: 16px;
  color: #666666;
  line-height: 34px;
  text-align: justify;
}
.videoMain {
  width: 450px;
  height: 245px;
  box-sizing: border-box;
  background-color: #cccccc;
  padding: 10px;
  margin-right: 60px;
  position: relative;
}
.videoThumb {
  width: 100%;
  height: 100%;
}
.videoBtn {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 3;
  top: 78px;
  left: 0px;
}
.videoBtn>i {
  display: block;
  width: 56px;
  height: 56px;
  background: url(../../images/yx/icon_video.png) no-repeat center center;
  margin: 0 auto;
}
.videoBtn>h3 {
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
}
.introBg {
  width: 100%;
  height: 560px;
  background: url(../../images/yx/introBg.jpg) no-repeat center center;
  box-sizing: border-box;
  padding: 60px 0px;
}
.introItem {
  width: 100%;
  max-height: 120px;
  overflow: hidden;
  background: url(../../images/yx/opacity.png) repeat;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.introItem:after {
  content: '';
  position: absolute;
  width: 230px;
  height: 100%;
  background-color: #ae0a29;
  left: 0px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  background-color: #ae0a29;
  z-index: 1;
}
.introItemName {
    width: 230px;
    position: relative;
    z-index: 2;
    left: 0px;
    box-sizing: border-box;
}
.introItemName>h3 {
  display: block;
  text-align: center;
  padding: 7px 45px;
}
.introItemName>h3>a {
  display: block;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}
.introItemName>h3>a:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -6px;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  z-index: 5;
  transition: width .3s ease-out 0s;
  -webkit-transition: width .3s ease-out 0s;
  -moz-transition: width .3s ease-out 0s;
  -ms-transition: width .3s ease-out 0s;
  -o-transition: width .3s ease-out 0s;
}
.introItemName:hover h3>a:after {
  width: 100%;
}
.introItemList {
  width: 79%;
  margin-left: 20px;
  box-sizing: border-box;
  padding: 5px 0px 15px;
}
.introItemList>a {
  display: inline-block;
  font-size: 18px;
  color: #f5f5f5;
  padding: 8px 19px;
  border-radius: 20px;
  background-color: #8d622b;
  margin-right: 10px;
  margin-top: 10px;
}
.introItem + .introItem {
  margin-top: 20px;
}
.buildPad {
  padding: 60px 0px 140px;
}
.buildTitle {
  text-align: center;
}
.buildTitle>p {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  margin-top: 25px;
}
.buildTitle>p+p {
  margin-top: 0px;
}
.buildItem {
  width: 100%;
  margin-top: 40px;
}
.buildList {
  width: 382px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px #e8e8e8;
  margin-bottom: 30px;
}
.buildListPic {
  width: 100%;
  height: 260px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.buildListPic>img,
.futurePic>img  {
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.buildList>a:hover .buildListPic>img{
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
}
.futureList>a:hover .futurePic>img {
   transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
}
.buildListTitle {
  text-align: center;
}
.buildListTitle>h3 {
  display: block;
  font-size: 20px;
  color: #ae0a29;
  font-weight: bold;
  line-height: 70px;
}
.buildListTitle>h3>span {
  color: #333333;
}
.buildList + .buildList {
  margin-left: 27px;
}
.buildList:nth-child(3n+1) {
  margin-left: 0px;
}
.futureBg {
  width: 100%;
  height: 620px;
  background: url(../../images/yx/future.jpg) no-repeat center center;
  position: relative;
}
.futureBox {
  width: 100%;
  height: 560px;
  background-color: #ffffff;
  border-top: 4px solid #ae0a29;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px #000000;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: 0px 60px;
  position: relative;
  top: -84px;
}
.futureTitle {
  margin-top: 60px;
}
.futureTitle>h3 {
  float: left;
  margin-top: 24px;
}
.futureTitle>p {
  float: right;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  width: 78%;
  height: 96px;
  overflow: hidden;
}
.futureItem {
  width: 100%;
  margin-top: 40px;
}
.futureList {
  width: 520px;
}
.futurePic {
  width: 100%;
  height: 290px;
  overflow: hidden;
}
.futureListTitle {
  height: 60px;
  overflow: hidden;
}
.futureListTitle>h3 {
  display: inline-block;
  font-size: 24px;
  color: #ae0a29;
  line-height: 60px;
  font-weight: bold;
  text-indent: 20px;
}
.futureListTitle>span {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  margin-left: 15px;
}
.futureList + .futureList {
  float: right;
}
.futureBox:after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: -67px;
  left: 0px;
  width: 0px;
  height: 0px;
  border-color: #ffffff transparent transparent transparent; 
  border-style: solid; 
  border-width: 67px 600px 0px 600px;
}
.content{ 
  padding-top: 30px;
  padding-bottom: 60px;
  background: #f9f6ef;
  overflow: hidden;
}
.subContent{ 
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.article1 {
  border-top:4px solid #ae0a29;
  background:#FFF;
  box-shadow:rgba(0,0,0,0.1) 0 0 7px;
  padding:0 2.5% 40px;
}
.article1 .title {
  padding:25px 0;
  color:#ae0a29;
  font-size:30px;
  text-align:center;
}
.article1 .footer-container-share {
  float:right;
}
.article1 .time {
  line-height:27px;
  color:#999;
  text-align:center;
}
.article1 .time span {
  padding:0 13px;
}
.article1 .article {
  padding:15px 0 0;
}
.article1 .article span {
  font-size:16px;
  line-height:28px !important;
  margin:0 0 28px !important;
  word-break:break-all;
}
.article1 .article p {
  font-size:14px;
  line-height:32px;
  margin-bottom: 10px;
}
.article1 .article img {
  max-width:80%;
  margin: 15px auto;
  display:block;
  height:auto;
}
.article1 .article table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.article1 .article strong {
  font-weight:bold;
}
.rightNews{padding: 0 13.3% 40px;}
.rightNews .title{background: #f3f3f3;margin: 0 -18.2% 10px;}
.subLeft {
  width:272px;
  float:left;
}
.subRight {
  margin-left:300px;
}
.subLeft .title {
  line-height:24px;
  padding:15px 0 15px 5px;
}
.subLeft .title .ch {
  font-size:24px;
  color:#333;
}
.subLeft .title .en {
  font-size:16px;
  color:#ae050e;
  font-family:"Arial";
}
.subLeft ul li {
  background:url(../../images/sideBar.png) repeat-x;
  box-shadow:rgba(0,0,0,0.1) 0 0 7px;
  line-height:44px;
  text-align:center;
  margin-bottom:1px;
  font-size:18px;
  position:relative;
}
.subLeft ul li:first-child {
  background:#FFF;
}
.subLeft ul li.active,.subLeft ul li:hover {
  background:url(../../images/sideBarActive.png) no-repeat right center #b1050e;
}
.subLeft ul li.active a,.subLeft ul li:hover a {
  color:#FFF;
}
.subLeft ul li.active::after,.subLeft ul li:hover::after {
  width:40px;
  height:1px;
  content:'';
  background:#FFF;
  position:absolute;
  left:50%;
  margin-left:-20px;
  bottom:8px;
}
.bread {
    color: #888;
    font-size: 14px;
    line-height: 14px;
    padding: 40px 0 17px;
}
.subRightBg {
  background:#FFF;
  box-shadow:rgba(0,0,0,0.1) 0 0 7px;
  padding:0 2.5% 40px;
  min-height:360px;
}
.subTitle1 {
  color:#333;
  font-size:24px;
  padding:2.5% 0 3.1%;
  line-height:24px;
  font-weight:bold;
  border-bottom:4px solid #A40000;
}
.brandForum {
  overflow:hidden;
  position:relative;
}
.brandForum:after {
  width:1px;
  height:10000px;
  background:#ddd;
  position:absolute;
  left:50%;
  top:0;
  content:'';
  display:block;
}
.brandForum li {
  width:47.6%;
  float:left;
  padding:18px 0 15px;
  position:relative;
}
.brandForum li:nth-child(2n) {
  float:right;
}
.brandForum li:after {
  width:1000px;
  height:1px;
  position:absolute;
  bottom:0;
  left:0;
  content:'';
  display:block;
  background:#ddd;
}
.brandForum li .img {
  width:100%;
  height:0;
  padding-bottom:35%;
  overflow:hidden;
}
.brandForum li .img img {
  width:100%;
}
.brandForum li .title {
  padding:18px 0 15px;
  color:#b1050e;
  font-weight:bold;
  font-size:18px;
  display:block;
  text-align:center;
  line-height:18px;
  height:18px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.brandForum li .info {
  line-height:24px;
  font-size:14px;
  color:#333;
  height:72px;
  overflow:hidden;
}
.zs_hover:hover {
    background-color: #ae0a29;
}

.authority {
  padding: 10px 0px 20px;
}
.location {
    width: 100%;
    border-radius: 5px;
    background: url(../../images/yx/icon_home.png) no-repeat 0px;
    box-sizing: border-box;
    padding: 0px 10px;
}
.location>a {
  display: inline-block;
  margin-left: 4px;
  font-size: 14px;
  color: #303030;
  padding-left: 10px;
}
.location>a+a {
  padding-left: 0px;
}
.location>a:hover {
  color: #ae0a29;
}
.curTitle {
  width: 100%;
  height: 60px;
  margin-top: 20px;
  line-height: 60px;
  background: url(../../images/yx/icon_titleBg.png) no-repeat center center;
}
.curTitle>h3 {
  display: block;
  text-indent: 30px;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
}
.authorityItem {
  width: 100%;
  margin-top: 40px;
}
.authorityList {
  width: 386px;
  height: 90px;
  line-height: 90px;
  position: relative;
}
.authorityList>span {
  display: block;
  width: 60px;
  height: 50px;
  background-color: #ae0a29;
  line-height: 50px;
  text-align: center;
  font-size: 28px;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 50%;
  margin-top: -25px;
}
.authorityList>p {
  width: 375px;
  background-color: #fbf3f4;
  margin-left: 11px;
  font-size: 20px;
  color: #4c0c18;
  font-weight: bold;
  line-height: 30px;
  box-sizing: border-box;
  padding: 30px 10px 30px 80px;
}
.authorityList + .authorityList >p {
  padding: 15px 10px 15px 80px;
}
.authorityList + .authorityList {
  margin-left: 21px;
}
.authorityBoxItem {
  width: 100%;
  margin-top: 45px;
}
.authorityBoxItemTitle {
  width: 100%;
  border-bottom: 5px solid #a90a28;
}
.authorityBoxItemTitle>h3 {
  display: block;
  font-size: 34px;
  color: #a90a28;
  font-weight: bold;
  border-bottom: 13px solid #f7f7f7;
}
.authorityBoxItemCont {
  width: 100%;
  padding: 40px 0px 20px;
}
.authorityBoxItemCont p {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  margin-bottom: 10px;
}
.authorityBoxItemCont img {
  display: block;
  max-width: 100%;
  margin-bottom: 10px;
}
.authorityMedia {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.authorityMedia>h4 {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}
.authorityBoxItem + .authorityBoxItem {
  margin-top: 0px;
}
.authorityMediaItem {
  margin-top: 20px;
}
.authorityMediaItemCont {
  width: 366px;
  margin-bottom: 35px;
  position: relative;
}
.authorityMediaItemPic {
  width: 366px;
  height: 204px;
  overflow: hidden;
}
.authorityMediaItemPic>img {
  transition: all .3s ease-out 0s;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
}
.authorityMediaItemCont>a:hover .authorityMediaItemPic>img{
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
}
.authorityMediaItemText {
  width: 100%;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  margin-top: 10px;
}
.authorityMediaItemText>h5 {
  display: block;
  font-size: 15px;
  color: #666666;
  line-height: 25px;
}
.authorityMediaItemCont>a:hover .authorityMediaItemText>h5 {
  color: #ae0a29;
}
.authorityMediaItemPosition {
  display: inline-block;
  padding: 5px 14px;
  background: url(../../images/yx/icon_opaciton.png) repeat;
  border-radius: 5px;
  font-size: 15px;
  color: #ffffff;
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 7px;
}
.authorityMediaItemCont + .authorityMediaItemCont {
  margin-left: 50px;
}
.authorityMediaItemCont:nth-child(3n+1) {
  margin-left: 0px;
}
.authorityRaper {
  width: 100%;
}
.authorityRaperItem {
  border-top: 1px solid #e7e7e7;
  padding: 50px 0px;
}
.authorityRaperPic {
  width: 128px;
  height: 117px;
  overflow: hidden;
  margin-right: 50px;
}
.authorityRaperList {
  width: 80%;
}
.authorityRaperList>a {
  display: block;
  font-size: 16px;
  color: #666666;
  background: url(../../images/yx/icon_paperBg.jpg) no-repeat 0px;
  padding-left: 15px;
  margin-bottom: 15px;
}
.authorityRaperList>a:hover {
  color: #ae0a29;
}
.curHeaderCont {
  width: 100%;
  background-color: #f2f2f2;
  padding: 40px;
  box-sizing: border-box;
}
.curHeaderCont>p {
  font-size: 16px;
  color: #333333;
  line-height: 34px;
}
.teacherBox {
  width: 100%;
  margin-top: 40px;
}
.teacherItemTitle {
  width: 100%;
  position: relative;
}
.teacherItemTitle:after {
  content: "";
  display: block;
  width: 100%;
  height: 13px;
  background-color: #f7f7f7;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 40px;
}
.teacherItemTitle>h3 {
  display: inline-block;
  font-size: 34px;
  color: #a90a28;
  font-weight: bold;
  border-bottom: 5px solid #ae0a29;
  padding-bottom: 10px;
  margin-left: 25px;
}
.teacherItemDetail {
  width: 100%;
  margin-top: 60px;
}
.teacherList {
  width: 220px;
  height: 190px;
  margin-bottom: 35px;
  position: relative;
}
.teacherPic {
  width: 112px;
  height: 112px;
  overflow: hidden;
  border: 4px solid #fff;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  -moz-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0px 20px 0 rgb(0 0 0 / 50%);
  box-shadow: 0 0px 20px 0 rgb(0 0 0 / 50%)
}
.teacherText {
  width: 100%;
  height: 100px;
  background-color: #f2f2f2;
  position: absolute;
  z-index: 3;
  left: 0px;
  bottom: 0px;
}
.teacherText>h4 {
  display: block;
  text-align: center;
  font-size: 28px;
  color: #333333;
  margin-top: 40px;
}
.teacherList>a:hover .teacherText {
  background-image: linear-gradient(#cc0d30, #ae0a29);
  background-color: #ae0a29
}
.teacherList>a:hover .teacherText>h4 {
  color: #ffffff;
}
.teacherList + .teacherList {
  margin-left: 25px;
}
.teacherItem + .teacherItem {
  margin-top: 33px;
}
.teacherItemmargin .teacherList:nth-child(5n+1) {
  margin-left: 0px;
}
.teacherItemSmall .teacherList{
  width: 140px;
  height: 148px;
}
.teacherItemSmall .teacherPic {
  width: 92px;
  height: 92px;
  border: 4px solid #fff;
}
.teacherItemSmall .teacherText {
  height: 80px;
}
.teacherItemSmall .teacherText>h4 {
  font-size: 22px;
  margin-top: 40px;
}
.teacherItemSmall .teacherList + .teacherList {
  margin-left: 36px;
}
.teacherItemSmall .teacherList:nth-child(7n+1) {
  margin-left: 0px;
}
.learningActive {
  width: 100%;
  margin-top: 35px;  
}
.learningItem {
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px #f8f8f8;
  padding: 30px 50px;
}
.lerningList {
  width: 540px;
  height: 250px;
  background-color: #ffffff;
  box-shadow: 0px 0px 0px #ffffff;
  box-sizing: border-box;
  padding: 14px 0px;
}
.lerningListPic {
  width: 500px;
  height: 175px;
  margin: 0 auto;
  overflow: hidden;
}
.lerningText {
  display: block;
  height: 34px;
  overflow: hidden;
  font-size: 20px;
  color: #000000;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
  margin-top: 12px;
}
.lerningList:hover {
  background-color: #a57332;
  box-shadow: 0px 0px 10px #c2c2c2;
}
.lerningList:hover .lerningText {
  color: #ffffff;
}
.lerningList:nth-child(2n) {
  float: right;
}
.lectureItem {
  width: 100%;
  margin-top: 60px;
}
.lectureList {
  width: 25%;
  height: 267px;
  background-color: #f2f2f2;
  box-sizing: border-box;
  padding: 40px 30px;
}
.lectureList>a>h3 {
  display: block;
  font-size: 20px;
  color: #ffffff;
  line-height: 34px;
  font-weight: bold;
}
.lectureList>a>p {
  font-size: 14px;
  color: #ffffff;
  line-height: 26px;
  opacity: .6;
  margin-top: 20px;
}
.lectureList:nth-child(1),
.lectureList:nth-child(3) {
  background-image: linear-gradient(#cc0d30, #ae0a29);
  background-color: #ae0a29;
}
.lectureList:nth-child(6),
.lectureList:nth-child(8) {
  background-image: linear-gradient(#bf8539, #8d622b);
  background-color: #bf8539;
}
.lectureList:nth-child(2)>a>h3,
.lectureList:nth-child(4)>a>h3,
.lectureList:nth-child(5)>a>h3,
.lectureList:nth-child(7)>a>h3,
.lectureList:nth-child(2)>a>p,
.lectureList:nth-child(4)>a>p,
.lectureList:nth-child(5)>a>p,
.lectureList:nth-child(7)>a>p {
  color: #000000;
}
.glance {
  margin-top: 45px;
}
.glanceDisplay {
  margin-top: 50px;
}
table { 
  width:95% !important; 
  text-align:center;
  border-right: 1px solid #ffffff;
  margin: 0 auto;
  border-collapse:collapse
}
table td, table td p{ 
  font-size:16px !important; 
  line-height:20px; 
  color: #333333;
  text-indent: 0em !important;
}
table tr:first-child td{ 
  background:#ae0a29 !important;  
  white-space:nowrap; 
  font-size:20px;  
  color: #ffffff;
  height: 50px;
  border: 1px solid #ffffff !important;
  border-right: 0;
}
table tr td {
  height: 50px;
  line-height: 30px;
  border: 1px solid #ffffff !important;
  border-top:0;
  border-right:0;
  font-size: 16px;
  color: #333333;
  word-wrap:break-word;
}
table tr:nth-child(2n) td {
  background-color: #fcf7f8;
}
table tr:nth-child(2n+1) td {
  background-color: #e5e5e5;
}
.glanceDisplay img,
.majorItemIntro img {
  display: block;
  max-width: 80%;
  margin: 20px auto;
}

.majorBox {
  width: 100%;
  margin-top: 30px;
}
.majorItemIntro {
  margin-top: 30px;
  padding-bottom: 20px;
}
.majorItemIntro p {
  font-size: 16px;
  color: #333333;
  line-height: 34px;
  text-indent: 2em;
  margin-bottom: 15px;
}
.majorItemIntro p span {
  font-size: 16px !important;
}
.majorItemCont {
  width: 100%;
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
  padding-bottom: 35px;
}
.majorItemIntro h3 {
  display: block;
  padding-top: 30px;
  border-top: 1px solid #ebebeb;
  margin-top: 35px;
  font-size: 22px;
  color: #ae0a29;
  line-height: 34px;
  background: url(../../images/yx/icon_major.png) no-repeat 0px 40px;
  padding-left: 20px;
  text-indent: 0em !important;
}
.majorItemIntro h4 {
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.cultureBtn {
  width: 70%;
  margin: 20px auto;
}
.cultureA {
  width: 360px;
  height: 90px;
  border-radius: 5px;
  background-color: #ae0a29;
  text-align: center;
}
.cultureA>a>h5 {
  display: block;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin-top: 22px;
}
.cultureA>a>p {
  font-size: 14px;
  color: #ffffff;
  opacity: .7;
  text-indent: 0em !important;
  line-height: normal;
  margin-bottom: 0px;
}
.majorBtn {
  min-width: 300px;
  height: 60px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 2px solid #ae0a29;
  background-color: #faf1f2;
  margin-top: 20px;
  float: left;
}
.majorBtn>a {
  font-size: 18px;
  color: #ae0b2a;
  line-height: 55px;
  font-weight: bold;
  padding-left: 20px;
}
.majorBtn>a>p {
  display: block;
  float: right;
  text-indent: 0em !important;
  line-height: 55px;
  margin-bottom: 0px;
  font-size: 14px;
  opacity: .6;
  color: #ae0a29;
  margin-right: 10px;
}
.majorBtn + .majorBtn {
  margin-left: 30px;
}
.exper {
  margin-top: 25px;
}
.experA {
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  float: left;
  background-color: #8d622b;
  border-radius: 50px;
}
.experA>a {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.experA + .experA {
  margin-left: 30px;
}
.teacherMore {
  width: 350px;
  height: 60px;
  margin: 0 auto 30px;
  text-align: center;
  line-height: 60px;
  background-color: #ae0a29;
  border-radius: 10px;
}
.teacherMore>a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2px;
}

@media only screen and (max-width: 600px) {
  .teacherItemTitle:after {
    display: none;
  }
}