
/* introduction */

.location {
  width: 100%;
  padding: 20px 0px;
  line-height: 23px;
  color: #666666;
  background: url(../images/icon_home.png) no-repeat 0px 25px;
  padding-left: 30px;
  margin-top: 20px;
}
.location>a {
  display: inline-block;
  font-size: 15px;
  color: #666666;
}
.location>a:hover {
  color: #222222;
}
.commonMain {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}
.commonNavLeft {
  width: 250px;
  height: auto;
}
.commonNavLeft>ul {
  width: 100%;
  background-color: #f7f7f7;
  border: 1px solid #E1E1E1;
}
.commonNavLeft>ul>li {
  width: 100%;
  overflow: hidden;
}
.commonNavLeft>ul>li>a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #222222;
  position: relative;
}
.commonNavLeft>ul>li+li>a {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.commonNavLeft>ul>li:hover>a {
  background-color: #ad0b29;
}
.commonNavLeft>ul>li>a:hover {
  color: #ffffff;
}
.commonNavLeft>ul>li.active>a {
  background-color: #ad0b29 !important;
}
.commonNavLeft>ul>li.active>a {
  color: #ffffff !important;
}
.commonLeft_T {
  display: none;
  width: 100%;
  padding: 10px 0px;
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
}
.commonLeft_T_Nav>a {
  display: block;
  font-size: 16px;
  color: #666666;
  line-height: 40px;
}
.commonLeft_T_Nav>a:hover {
  color: #ad0b29;
}
.commonRight {
  width: calc(100% - 300px);
}
.commonRightTitle {
  width: 100%;
  margin-top: 20px;
}
.commonRightTitle_Cont {
  width: auto;
  padding-left: 30px;
  border-left: 4px solid #002754;
}
.commonRightTitle_Cont>h3 {
  display: block;
  font-weight: bold;
  font-size: 30px;
  color: #002754;
  line-height: 35px;
  margin-bottom: 5px;
}
.commonRightTitle_Cont>span {
  font-size: 16px;
  color: #7D7C7C;
  line-height: 21px;
}
.introduction {
  width: 100%;
  margin-top: 50px;
}
.introduction p {
  font-size: 15px;
  color: #222222;
  line-height: 30px;
  text-indent: 2em;
  margin-bottom: 10px;
}
.introduction img {
  display: block;
  max-width: 90%;
  margin: 20px auto;
}
.introduction table p {
  text-indent: 0em !important;
}
.introduction h3 {
  display: inline-block;
  width: 40px;
  margin-right: 30px;
  border-radius: 4px;
  background-color: #002754;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin: 15px 0px;
}
.introduction_text_intent p {
  text-indent: 0em !important;
}
/* leaderList */

.leaderList {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 50px;
  flex-wrap: wrap;
  gap: 40px;
}
.leaderList_news {
  width: 86%;
  justify-content: center !important;
}
.leaderList_news + .leaderList_news{
  width: 100%;
  justify-content: flex-start !important;
}
.leaderList_news .leaderItem {
  width: calc(100% - 77%);
}
.leaderList_news + .leaderList_news .leaderItem {
  width: calc(100% - 81%);
}
.leaderList_news .leaderItem .leaderItemPic {
  width: 100%;
  height: 0;
  padding-bottom: 130%;
  overflow: hidden;
}
.leaderItem {
  width: calc(100% - 81%);
  background-color: #F5F5F5;
}
.leaderItemPic {
  width: 100%;
  height: 0;
  padding-bottom: 98%;
  overflow: hidden;
}
.leaderItemText {
  width: 100%;
  padding: 20px;
}
.leaderItemText>h3 {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #002754;
  line-height: 30px;
}
.leaderItemText>h4 {
  display: block;
  font-weight: 300;
  font-size: 14px;
  color: #222222;
  line-height: 30px;
}
.leaderItemText>span {
  display: block;
  width: 20px;
  height: 3px;
  background-color: #002754;
  margin: 15px 0px 20px;
}
.leaderItemText>p {
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  line-height: 25px;
}
.leaderItem:hover {
  background-color: #ad0b29;
}
.leaderItem:hover h3,
.leaderItem:hover h4,
.leaderItem:hover p {
  color: #ffffff;
}
.leaderItem:hover .leaderItemText>span {
  background-color: #ffffff;
}

/* coreAreas */

.coreAreas {
  width: 100%;
  margin-top: 50px;
}
.coreAreasItem {
  width: 100%;
}
.coreAreasTitle {
  width: 100%;
}
.coreAreasTitle>h3 {
  display: block;
  font-weight: 300;
  font-size: 14px;
  color: #700E0D;
  line-height: 28px;
}
.coreAreasTitle>h2 {
  display: block;
  font-weight: bold;
  font-size: 30px;
  color: #222222;
  line-height: 30px;
  margin-top: 10px;
}
.coreAreasCont {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.coreAreasText {
  width: calc(100% - 410px);
}
.coreAreasText p {
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  line-height: 25px;
  margin-bottom: 20px;
}
.coreAreasPic {
  width: 356px;
  height: 190px;
  overflow: hidden;
}
.coreAreasItem + .coreAreasItem {
  margin-top: 30px;
}
.coreAreasPic>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;
}
.coreAreasItem:hover .coreAreasPic>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);
}
.coreAreasItem:hover .coreAreasTitle h2 {
  color: #ad0b29;
}

/* team */

.teamItem {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.teamList {
  width: calc(100% - 50%);
  padding-right: 50px;
  padding-bottom: 50px;
  max-height: 193px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  position: relative;
  overflow: hidden;
}
.teamList>a>h3 {
  display: block;
  font-weight: 300;
  font-size: 14px;
  color: #700E0D;
  line-height: 30px;
}
.teamList>a>h2 {
  display: block;
  font-weight: bold;
  margin-top: 20px;
  font-size: 30px;
  color: #222222;
  line-height: 28px;
}
.teamList>a>p {
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  margin-top: 20px;
  line-height: 25px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.teamList + .teamList + .teamList {
  margin-top: 30px;
}
.teamList:hover h2 {
  color: #ad0b29;
}
.teamList:after {
  display: block;
  content: '';
  width: 0%;
  height: 1px;
  background-color: #ad0b29;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  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;
}
.teamList:hover:after {
  width: 100%;
}

/* Brief */

.Brief {
  width: 100%;
  margin-top: 50px;
}
.brief_edit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.brief_edit>.briefItem {
  width: calc(100% - 55%);
  padding-bottom: 10px;
}
.briefItem {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.briefItem>a {
  display: flex;
  justify-content: space-between;
}
.brief_edit>.briefItem>a {
  flex-wrap: wrap;
}
.briefItem>a>h3 {
  display: block;
  width: calc(100% - 15%);
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
  max-height: 30px;
  overflow: hidden;
}
.briefItem>a>span {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  color: #7D7C7C;
  line-height: 30px;
}
.brief_edit>.briefItem>a>h3 {
    width: 100%;
    margin-bottom: 10px;
}
.brief_edit>.briefItem>a>span {
  display: block;
  width: 100%;
}
.briefItem+.briefItem {
  margin-top: 20px;
}
.brief_edit>.briefItem+.briefItem {
  margin-top: 0px;
}
.brief_edit>.briefItem +.briefItem +.briefItem {
  margin-top: 20px;
}
.briefItem>a>h3:before {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #000000;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -3px;
  z-index: 2;
}
.briefItem:after {
  display: block;
  content: '';
  width: 0%;
  height: 1px;
  background-color: #ad0b29;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  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;
}
.briefItem:hover:after {
  width: 100%;
}
.briefItem:hover h3,
.briefItem:hover span {
  color: #ad0b29;
}
.briefItem:hover h3:before {
  background-color: #ad0b29;
}

/* article */

.articleBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.articleCont {
  width: calc(100% - 30%);
}
.articleContTitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.articleContTime {
  width: 90px;
  height: 80px;
  background: conic-gradient( from 90deg at 50% 0%, #C55535 0%, #ad0b29 100%);
  border-radius: 15px;
  text-align: center;
  padding-top: 10px;
}
.articleContTime>span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 22px;
}
.articleContTime>span+span {
  font-size: 34px;
  line-height: 50px;
}
.articleTitle {
  width: calc(100% - 110px);
}
.articleTitle>h3 {
  display: block;
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  line-height: 36px;
}
.articleTitle .source {
  display: inline-block;
  background: #ededed;
  padding: 5px 15px;
  font-size: 14px;
  color: #000000;
  border-radius: 20px;
}
.articleTitle>span {
  display: inline-block;
  font-size: 14px;
  color: #656565;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 10px;
}
.articleTitle>span+span+span {
  border-left: 1px solid rgba(0,0,0,0.2);
}
.articleDetail {
  width: 100%;
  padding-top: 20px;
  margin-top: 30px;
}
.summary {
  width: 100%;
  padding: 20px;
  border: 1px solid #ad0b29;
  margin-bottom: 20px;
}
.summary>p {
  font-size: 15px;
  color: #222222;
  line-height: 30px;
  text-indent: 2em;
  margin-bottom: 0px !important;
}
.articleDetail p {
  font-size: 15px;
  color: #222222;
  line-height: 30px;
  text-indent: 2em;
  margin-bottom: 20px;
}
.articleDetail img {
  display: block;
  max-width: 490px;
  margin: 20px auto;
}
.articleDetail table p {
  text-indent: 0em !important;
}

.relatedArticle {
  width: calc(100% - 75%);
}
.relatedArticle>h3 {
  display: block;
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  line-height: 36px;
}
.relatedItem {
  width: 100%;
  margin-top: 20px;
}
.relatedList {
  width: 100%;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  padding-bottom: 15px;
}
.relatedList>a {
  display: flex;
  justify-content: space-between;
}
.relatedListPic {
  width: 120px;
  height: 76px;
  overflow: hidden;
}
.relatedListText {
  width: calc(100% - 140px);
}
.relatedListText>h3 {
  display: block;
  font-size: 14px;
  color: #222222;
  line-height: 20px;
}
.relatedList+.relatedList {
  margin-top: 15px;
}
.relatedListPic>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;
}
.relatedList:hover .relatedListPic>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);
}
.relatedList:hover h3 {
  color: #ad0b29;
}

.divPlayerImgResponsive {
  width: 490px !important;
  padding-bottom: 0px !important;
  height: auto !important;
}
.divPlayerImgResponsive img {
  max-width: 100% !important;
}

/* newsList */

.newsList {
  width: 100%;
  margin-top: 50px;
}
.newsItem,
.bookItem {
  width: 100%;
  box-shadow: 0px 0px 20px 0px rgba(124,48,48,0.5);
  border-radius: 10px;
}
.bookItem {
  padding: 20px 10px;
}
.newsItem>a,
.bookItem>a {
  display: flex;
  justify-content: space-between;
}
.newsItemPic {
  width: 440px;
  height: 258px;
  border-radius: 10px;
  overflow: hidden;
}
.bookItemPic {
  width: 172px;
  height: 231px;
  border-radius: 10px;
  overflow: hidden;
}
.newsItemText {
  width: calc(100% - 470px);
  padding-top: 30px;
  padding-right: 30px;
}
.bookItemText {
  width: calc(100% - 190px);
  padding-top: 30px;
  padding-right: 30px;
}
.newsItemText>h3,
.bookItemText>h3 {
  display: block;
  font-size: 22px;
  color: #262525;
  line-height: 31px;
  text-align: justify;
  max-height: 93px;
  overflow: hidden;
}
.newsItemText>p,
.bookItemText>p {
  font-size: 16px;
  color: #7D7C7C;
  line-height: 30px;
  text-align: justify;
  max-height: 60px;
  overflow: hidden;
  margin-top: 20px;
}
.bookItemText>p {
  max-height: 90px !important;
}
.newsItemText>span,
.bookItemText>span {
  display: block;
  font-size: 14px;
  color: #7D7C7C;
  margin-top: 20px;
  line-height: 19px;
  background: url(../images/icon_news_arrow.png) no-repeat right;
}
.newsItem+.newsItem,
.bookItem+.bookItem {
  margin-top: 30px;
}
.newsItem:hover,
.bookItem:hover {
  background-color: #ad0b29;
}
.newsItem:hover h3,
.newsItem:hover p,
.newsItem:hover span,
.bookItem:hover h3,
.bookItem:hover p,
.bookItem:hover span {
  color: #ffffff;
}
.newsItem:hover span,
.bookItem:hover span {
  background: url(../images/icon_Link_arrow.png) no-repeat right;
}
.newsItemPic>img,
.bookItemPic>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;
}
.newsItem:hover .newsItemPic>img,
.bookItem:hover .bookItemPic>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);
}


/* page */

.page {
  width: 100%;
  margin-top: 50px;
}
.page_nav {
  height: 32px;
  width: 100%;
  text-align: center;
}
.page_nav li {
  width: auto;
  padding: 0px 5px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  color: #222222;
  border-radius: 5px;
  margin: 0px 3px;
}
.page_nav li a {
  display: block;
  color: #222222;
}
.page_nav li>a.active {
  border: 1px solid #ad0b29;
  color: #ad0b29;
}
.page_nav li.active>span {
  border: 1px solid #ad0b29;
  color: #ad0b29;
}
.pagination {
  margin: 0 !important;
}
.page_nav li:last-child {
  width: auto;
}
.total {
  width: auto !important;
}
.total span {
  width: auto !important;
  font-size: 14px;
  padding: 0px 5px;
}
.pagination span,
.pagination a {
  box-sizing: border-box;
  display: block;
  width: auto;
  padding: 0px 10px;
  height: 32px;
  line-height: 32px !important;
  border: 1px solid #656565;
  border-radius: 4px;
}
.pagination a:hover {
  color: #ad0b29;
  border: 1px solid #ad0b29;
}
.pagination div {
  display: inline-block;
  height: 40px;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
}
.pagination div input {
  width: 40px;
  height: 40px;
  border: 1px solid #e6e6e6;
  margin: 0px 5px;
  font-size: 16px;
  text-align: center;
}
.pagination div input[type="button"] {
  width: 60px;
  background-color: #990000;
  border: 1px solid #990000;
  color: #ffffff;
  margin-left: 10px;
  cursor: pointer;
}

/* leaderArticle */

.leaderArticle {
  width: 100%;
  margin-top: 50px;
}
.leaderHeader {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  padding-bottom: 20px;
}
.leaderArticlePic {
  width: 200px;
  height: 260px;
  overflow: hidden;
}
.leaderArticleText {
  width: calc(100% - 240px);
  padding-top: 20px;
}
.leaderArticleText>h3 {
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #002754;
  font-weight: bold;
}
.leaderArticleText>span {
  display: block;
  font-size: 14px;
  color: #222222;
  line-height: 30px;
  margin-top: 10px;
}
.leaderBody {
  width: 100%;
  margin-top: 20px;
}
.leaderBody h3 {
  display: block;
  font-size: 20px;
  color: #002754;
  line-height: 35px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.leaderBody h3:after {
  display: block;
  content: '';
  width: 50px;
  height: 2px;
  background-color: #002754;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0px;
}
.leaderBody p {
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  text-indent: 2em;
  margin-bottom: 20px;
}

/* research */

.research {
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid rgba(34, 34, 34, 0.2);
}
.research>h3 {
  display: block;
  font-size: 22px;
  color: #700E0D;
  line-height: 35px;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.research>h3:after {
  display: block;
  content: '';
  width: 50px;
  height: 2px;
  background-color: #700E0D;
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0px;
}
.researchItem {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.researchPic {
  width: 150px;
  height: 0;
  padding-bottom: 20%;
  overflow: hidden;
}
.researchText {
  width: calc(100% - 180px);
  padding-top: 10px;
}
.researchText>h5 {
  display: block;
  font-size: 16px;
  color: #2b2b2b;
  font-weight: bold;
  line-height: 25px;
}
.researchText>h3 {
  display: block;
  font-size: 16px;
  color: #2b2b2b;
  line-height: 30px;
  font-weight: bold;
}
.researchText>p {
  font-size: 14px;
  color: #222222;
  line-height: 25px;
  margin-top: 10px;
}
.researchItem+.researchItem {
  border-top: 1px solid rgba(34, 34, 34, 0.2);
  padding-top: 30px;
}

/* contact_us */

.contact_us {
  width: 100%;
  margin-top: 40px;
}
.college_leader_cont {
    width: 49%;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #d0d0d0;
}

.college_leader_title {
    width: 100%;
    height: 60px;
    background: url(../images/icon_leader_bg.jpg) no-repeat center center;
}

.college_leader_title>h3 {
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 60px;
    font-weight: bold;
    text-indent: 2em;
}

.college_leader_text {
    width: 100%;
    padding: 20px 20px;
    border-bottom: 1px solid #e6e6e6;
}
.college_leader_text>span {
    display: block;
    float: left;
    font-size: 16px;
    color: #333333;
    width: 21%;
    text-align: right;
    min-width: 21%;
    padding-right: 0px;
/*    width: 20%;*/
    text-align: right;
    padding-top: 15px;
}
.college_leader_text>span+span {
    padding-top: 0px;
    float: right;
    padding-right: 0px;
    width: 74%;
    text-align: left;
    border-right: 0px;
    border-left: 1px solid #e6e6e6;
    line-height: 26px;
    padding-left: 22px;
}

.college_leader_cont:nth-child(2n) {
    float: right;
}
.college_leader_cont:last-child {
  float: left;
}
.college_leader_cont {
    margin-bottom: 20px;
}

.college_leader_text>span>i {
    display: block;
    font-style: normal;
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
}

.college_leader_text>div {
    float: right;
    padding-right: 0px;
    width: 70%;
    text-align: left;
    border-right: 0px;
}

.college_leader_text>div>p {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    margin-bottom: 15px;
    margin-right: 10px;
}