
.centerBg {
  width: 100%;
  height: 400px;
  background: url("https://www.creativedesigntalent.com/_upload/tpl/03/48/840/template840/images/center_bg.png") no-repeat center center / cover;
  padding-top: 300px;
}
.center_title>h3 {
  width: 100%;
  font-weight: 800;
  font-size: 40px;
  color: #ffffff;
  line-height: 30px;
}
.center_title>span {
  display: block;
  font-weight: bold;
  font-size: 12px;
  color: #ffffff;
  line-height: 30px;
  margin-top: 10px;
}
.commonContBg {
  width: 100%;
  padding: 30px 0px 40px;
  background-color: #ffffff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
}
.loaction {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 3px solid rgba(175, 128, 81, 1);
}
.loaction>a {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  line-height: 30px;
}
.loaction>a:last-child {
  color: rgba(175, 128, 81, 1);
}
.news_cont_list {
  width: 100%;
  margin-top: 30px;
}

.idx_news_item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1%;
}
.idx_news_list {
  width: calc(100% - 76%);
  background-color: #ffffff;
  border: 1px solid #EDEDED;
  border-radius: 6px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  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;
}
.idx_news_list_pic {
  width: 100%;
  height: 236px;
  overflow: hidden;
}
.idx_news_list_pic>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;
}
.idx_news_list:hover .idx_news_list_pic>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);
}
.idx_news_list_time {
  width: 88px;
  height: 26px;
  background-color: rgba(175, 128, 81, 1);
  margin-left: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: center;
  -webkit-transform: translateY(-26px);
  -moz-transform: translateY(-26px); 
  -ms-transform: translateY(-26px);
  -o-transform: translateY(-26px);
  transform: translateY(-26px);
}
.idx_news_list_text {
  width: 100%;
  padding: 0px 20px 20px;
}
.idx_news_list_text>h3 {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.idx_news_list_text>p {
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  line-height: 25px;
  height: 50px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 30px 0px;
}
.idx_news_list_text>span {
  font-weight: 400;
  font-size: 15px;
  color: #966041;
  line-height: 25px;
}
.idx_news_list:hover h3 {
  color: #966041;
}
.idx_news_list:hover {
  -webkit-box-shadow: 0px 0px 10px #c8c8c8; 
  -moz-box-shadow: 0px 0px 10px #c8c8c8;
  box-shadow: 0px 0px 10px #c8c8c8;
}

/* 表格 */

.college_introduction table {
  width: 90%;
  margin: 0 auto;
  border-spacing: 0;
  border-collapse: collapse;
}
.college_introduction table th {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background-color: #9a0000;
  border: 1px solid #e6e6e6;
}
.college_introduction table tr td {
  font-size: 16px;
  color: #333333;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.college_introduction table tr:nth-child(2n+1) td {
  background-color: #f7f7f7;
} 
.college_introduction table tr td p,
.college_introduction table tr td span {
  font-size: 16px;
  color: #333333;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

/* page */

.page {
  width: 100%;
  margin-top: 50px;
}
.page_nav {
  height: 40px;
  width: 100%;
  text-align: center;
}
.page_nav li {
  min-width: 48px;
  padding: 0px 5px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
  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 #AF8051;
  background-color: #AF8051;
  color: #ffffff;
}
.page_nav li.active>span {
  border: 1px solid #AF8051;
  background-color: #AF8051;
  color: #ffffff;
}
.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: 40px;
  line-height: 40px !important;
  border: 1px solid #656565;
  border-radius: 4px;
}
.pagination a:hover {
  color: #ffffff;
  background-color: #AF8051;
  border: 1px solid #AF8051;
}
.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;
}
.commonMain {
  width: 100%;
  display: flex;
  justify-content: space-between;
/*  padding-bottom: 80px;*/
}
.commonNavLeft {
  width: 160px;
  height: auto;
}
.commonNavLeft>ul {
  width: 100%;
}
.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: #AF8051;
  border-radius: 4px;
}
.commonNavLeft>ul>li>a:hover {
  color: #ffffff;
}
.commonNavLeft>ul>li.active>a {
  background-color: #AF8051 !important;
  border-radius: 4px;
}
.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: #222222;
}
.commonRight {
  width: calc(100% - 200px);
}

/* organization */

.organization_cont {
  width: 100%;
  margin-top: 30px;
}
.organization_item {
  width: 100%;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.organization_title {
  width: calc(100% - 90%);
  font-weight: bold;
  font-size: 18px;
  color: #966041;
  line-height: 30px;
}
.organization_detail {
  /* width: calc(100% - 10%); */
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.organization_detail>a {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  color: #222222;
  line-height: 30px;
  padding: 0px 10px;
}
.organization_detail>a:hover {
  color: #966041;
}
.organization_item + .organization_item {
  border-top: 1px solid rgba(229, 229, 229, 1);
  padding-top: 30px;
}

.organization_article_title {
  width: 100%;
  text-align: center;
}
.organization_article_title>h3 {
  display: block;
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  margin-bottom: 20px;
}
.organization_article_title>span {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  line-height: 20px;
  padding-right: 20px;
}
.organization_article_title>span+span {
  border-left: 1px solid rgba(229, 229, 229, 1);
  padding-left: 20px;
}
.organization_article_cont {
  width: 100%;
  margin-top: 50px;
}
.organization_article_cont p {
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  text-indent: 2em;
  margin-bottom: 20px;
}
.organization_article_cont img {
  display: block;
  max-width: 80%;
  margin: 20px auto;
}
.organization_article_cont table p {
  text-indent: 0em !important;
}

/* introduction */

.introduction_text {
  width: calc(100% - 850px);
  margin-top: 40px;
}
.introduction_text>h3 {
  display: block;
  font-weight: bold;
  font-size: 24px;
  color: #966041;
  line-height: 30px;
  padding-left: 30px;
  background: url("https://www.creativedesigntalent.com/_upload/tpl/03/48/840/template840/images/icon_introduction.png") no-repeat 0px center;
  margin-bottom: 20px;
}
.introduction_text>p {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  margin-top: 15px;
  text-indent: 2em;
  text-align: justify;
}
.introduction_img {
  width: 800px;
  height: auto;
}
.introduction_img>img {
  display: block;
  width: 100%;
}

/* alumni_item */

.alumni_item_box {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.alumni_list_cont {
  width: calc(100% - 51%);
  height: 190px;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #EDEDED;
  padding: 20px;
  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;
}
.alumni_list_cont>a {
  display: flex;
  justify-content: space-between;
}
.alumni_pic {
  width: 160px;
  height: 140px;
  overflow: hidden;
}
.alumni_pic>img {
  display: block;
  width: 100%;
}
.alumni_text {
  width: calc(100% - 180px);
}
.alumni_text>h3 {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-top: 5px;
}
.alumni_text>p {
  font-weight: 400;
  font-size: 15px;
  color: #444444;
  line-height: 25px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 15px 0px;
}
.alumni_text>span {
  display: block;
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  color: #966041;
  line-height: 25px;
}
.alumni_list_cont+.alumni_list_cont +.alumni_list_cont {
  margin-top: 20px;
}
.alumni_list_cont:hover {
  border: 1px solid #966041;
}
.alumni_list_cont:hover h3 {
  color: #966041;
}

/* alumni_act_item */

.alumni_act_item {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 40px;
  position: relative;
}
.alumni_act_item>h3 {
  display: block;
  position: relative;
  top: 4px;
  padding-left: 40px;
  font-weight: bold;
  font-size: 15px;
  color: #966041;
  background: url("https://www.creativedesigntalent.com/_upload/tpl/03/48/840/template840/images/icon_c.png") no-repeat 0px 7px;
}
.alumni_act_list {
  width: 100%;
  position: relative;
  padding-top: 30px;
}
.alumni_act_list>a {
  display: flex;
  justify-content: space-between;
}
.alumni_act_list_pic {
  width: 370px;
  height: 185px;
  overflow: hidden;
}
.alumni_act_list_pic>img {
  display: block;
  width: 100%;
}
.alumni_act_list:after {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  background-color: rgba(150, 96, 65, 0.5);
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 4px;
}
.alumni_act_list_pic {
  padding-left: 40px;
  background: url("https://www.creativedesigntalent.com/_upload/tpl/03/48/840/template840/images/icon_c.png") no-repeat 0px 14px;
}
.alumni_act_list_text {
  width: calc(100% - 700px);
}
.alumni_act_list_text>span {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  color: #966041;
  padding: 5px 10px;
  background: rgba(175, 128, 81, 0.1);
  border-radius: 4px;
}
.alumni_act_list_text>h3 {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  margin: 20px 0px 25px;
}
.alumni_act_list_text>p {
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  line-height: 25px;
  opacity: 0.6;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.alumni_act_list+.alumni_act_list {
  padding-top: 40px;
}
.alumni_act_list_sign_up {
  width: calc(100% - 1080px);
  height: 185px;
  background-image: linear-gradient(to right, RGBA(255, 255, 255, 1), RGBA(247, 243, 239, 1));
  background-color: RGBA(247, 243, 239, 0.1);
  padding-top: 60px;
}
.alumni_act_list_sign_up>span {
  display: block;
  width: 100px;
  height: 40px;
  background: #AF8051;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  margin: 0 auto;
}
.alumni_act_item:after {
  display: block;
  content: '上下滑动鼠标查看更多';
  width: 200px;
  height: 40px;
  position: absolute;
  left: -15px;
  bottom: 0px;
  background: url("https://www.creativedesigntalent.com/_upload/tpl/03/48/840/template840/images/icon_mouse.png") no-repeat;
  font-weight: 400;
  font-size: 15px;
  color: #666666;
  line-height: 40px;
  text-indent: 50px;
}
.alumni_act_list_pic>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;
}
.alumni_act_list:hover .alumni_act_list_pic>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);
}
/*.alumni_act_list:hover .alumni_act_list_sign_up>h2 {
  background: #AF8051;
  color: #ffffff;
}*/