/* 2024 tyxx*/
.text-center {
  text-align: center;
}
.title-tyxx-center {
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
  margin-bottom: 45px;
  color: #002147;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .title-tyxx-center {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .title-tyxx-center {
    font-size: 14px;
  }
}

.btn-like {
  text-align: center;
  color: #002147;
  padding: 10px 0;
  width: 104px;
  background: #fdc800;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-like:hover {
  background: #002147;
  color: #FFFFFF !important;
}
.chinese-content {
  margin: 0 0 15px 0;
}
.chinese-content p{
  line-height:2;
  margin: 0 0 5px 0;
}

.gray {
  margin-top: 5px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 500;
}

.gray a {
  color: gray;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.gray a:hover {
  color: #fdc800;
}

.img-364 img{
    width: 364px;
	height: 250px;
	max-height: 250px;
}

.img-534 img{
  width: 534px;
  height: 300px;
  max-height: 300px;
}

.img-262 img{
    width: 262px;
	height: 180px;
	max-height: 180px;
}

.img-150 img{
    width: 150px;
	height: 105px;
	max-height: 105px;
}

.tyxx-area .item-title {
  margin-top: 5px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 500;
}
.tyxx-area .text-right {
	text-align: right;
}
.tyxx-area .item-title a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.tyxx-area .item-title a:hover {
  color: #fdc800;
}

.tyxx-area-bg {
  background: #f5f5f5;
}
.tyxx-area-bg2{
  background: #fff;
}

.tyxx-area {
  padding: 30px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tyxx-area {
    padding: 25px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tyxx-area {
    padding: 20px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .tyxx-area {
    padding: 15px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .tyxx-area {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 320px) {
  .tyxx-area {
    padding: 5px 0;
  }
}

/*У԰���*/

.home-slider-picbox1 .single-item-wrapper {
  margin-bottom: 30px;
  overflow: hidden;
  background: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.home-slider-picbox1 .single-item-wrapper .courses-img-wrapper {
  position: relative;
}
.home-slider-picbox1 .single-item-wrapper .courses-img-wrapper img {
  width: 100%;
}
.home-slider-picbox1 .single-item-wrapper .courses-img-wrapper:before {
  background-color: rgba(253, 200, 0, 0.8);
  z-index: 1;
}
.home-slider-picbox1 .single-item-wrapper .courses-img-wrapper:hover a {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.home-slider-picbox1 .single-item-wrapper .courses-img-wrapper a {
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 3;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  color: #FFFFFF;
  display: block;
  background: #002147;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.home-slider-picbox1 .single-item-wrapper .courses-content-wrapper {
  padding: 20px 15px;
}
.home-slider-picbox1 .single-item-wrapper .courses-content-wrapper .item-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.home-slider-picbox1 .single-item-wrapper .courses-content-wrapper .item-title a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.home-slider-picbox1 .single-item-wrapper .courses-content-wrapper .item-title a:hover {
  color: #fdc800;
}
.home-slider-picbox1 .single-item-wrapper .courses-content-wrapper .courses-info li {
  line-height: 1.3;
  padding-right: 7px;
  margin-right: 2px;
  border-right: 1px solid #909090;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
}
.home-slider-picbox1 .single-item-wrapper .courses-content-wrapper .courses-info li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

/*��ҳ��Ϣ����*/
@media only screen and (max-width: 1199px) {
  .home-news-info2 {
    margin-bottom: 30px;
  }
}
.home-news-info2 .event-wrapper > li {
  margin-bottom: 30px;
  padding: 20px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .home-news-info2 .event-wrapper > li {
    display: block;
  }
}
.home-news-info2 .event-wrapper > li:last-child {
  margin-bottom: 0;
}
.home-news-info2 .event-wrapper > li .event-calender-wrapper {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 1199px) {
  .home-news-info2 .event-wrapper > li .event-calender-wrapper {
    margin-bottom: 15px;
  }
}
.home-news-info2 .event-wrapper > li .event-calender-holder {
  position: relative;
  padding-top: 10px;
  text-align: center;
  width: 100px;
  background: #fdc800;
}
.home-news-info2 .event-wrapper > li .event-calender-holder:before {
  content: "\f111";
  position: absolute;
  left: 5px;
  top: 2px;
  color: #002147;
  font-size: 8px;
  font-family: FontAwesome;
}
.home-news-info2 .event-wrapper > li .event-calender-holder:after {
  content: "\f111";
  position: absolute;
  right: 5px;
  top: 2px;
  color: #002147;
  font-size: 8px;
  font-family: FontAwesome;
}
.home-news-info2 .event-wrapper > li .event-calender-holder h3 {
  font-size: 14px;
  color: #002147;
  margin-bottom: 0;
  line-height: 1;
}
.home-news-info2 .event-wrapper > li .event-calender-holder p {
  color: #002147;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.home-news-info2 .event-wrapper > li .event-calender-holder span {
  line-height: 2.5;
  background: #002147;
  height: 40px;
  display: block;
  color: #FFFFFF;
}
.home-news-info2 .event-wrapper > li .event-content-holder {
  -webkit-box-flex: 3;
  -moz-flex: 3;
  -webkit-flex: 3;
  flex: 3;
}
.home-news-info2 .event-wrapper > li .event-content-holder h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.home-news-info2 .event-wrapper > li .event-content-holder h3 a {
  color: #002147;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.home-news-info2 .event-wrapper > li .event-content-holder h3 a:hover {
  color: #fdc800;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.home-news-info2 .event-wrapper > li .event-content-holder p {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .home-news-info2 .event-wrapper > li .event-content-holder p {
    margin-bottom: 58px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-news-info2 .event-wrapper > li .event-content-holder p {
    margin-bottom: 15px;
  }
}
.home-news-info2 .event-wrapper > li .event-content-holder ul li {
  color: #002147;
  font-weight: 500;
  border-right: 1px solid #BDBDBD;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-news-info2 .event-wrapper > li .event-content-holder ul li {
    margin-right: 12px;
    padding-right: 12px;
  }
}
.home-news-info2 .event-wrapper > li .event-content-holder ul li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.home-news-info2 .event-btn-holder {
  margin-top: 45px;
  text-align: center;
}
/*��ҳУ԰���� ͼƬ�����ڸ�ʽ*/
.home-news-date {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.home-news-date li {
  width: 80px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 2.5;
}
.news-date3 li {
  font-size: 16px;
}
@media (min-width: 480px) and (max-width: 991px) {
  .home-news-date li {
    height: 30px;
    font-size: 16px;
    width: 70px;
    line-height: 2;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .home-news-date li {
    font-size: 14px;
    line-height: 2.3;
  }
}
@media only screen and (max-width: 479px) {
  .home-news-date li {
    height: 25px;
    font-size: 12px;
    width: 60px;
    line-height: 2.2;
  }
}
.home-news-date li:nth-child(odd) {
  background: #fdc800;
  color: #212121;
  font-weight: 700;
}
.home-news-date li:nth-child(even) {
  background: #002147;
  color: #FFFFFF;
  font-weight: 500;
}

.logo-title {
	margin:5px;
	color:#fdb40c;
}

.baidu-map-area {
  margin-top: px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .baidu-map-area {
    margin-top: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .baidu-map-area {
    margin-top: 80px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .baidu-map-area {
    margin-top: 70px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .baidu-map-area {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 320px) {
  .baidu-map-area {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-tx-info {
    margin-bottom: 30px;
  }
}
.contact-tx-info ul {
  margin-top: 10px;
}
.contact-tx-info ul li {
  position: relative;
  padding: 12px 0 12px 70px;
  border: 1px solid #e6e6e6;
  font-size: 18px;
  color: #002147;
  margin-bottom: 30px;
}
.contact-tx-info ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .contact-tx-info ul li {
    margin-bottom: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-tx-info ul li {
    padding: 12px 0 12px 40px;
  }
}
.contact-tx-info ul li i {
  position: absolute;
  left: 23px;
  top: 10px;
  z-index: 1;
  color: #fdc800;
  font-size: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-tx-info ul li i {
    left: 6px;
    top: 24px;
  }
}

.sub-details-page-area {
  padding: 60px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sub-details-page-area {
    padding: 50px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sub-details-page-area {
    padding: 40px 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sub-details-page-area {
    padding: 30px 0;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  .sub-details-page-area {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 320px) {
  .sub-details-page-area {
    padding: 10px 0;
  }
}


.list-nav {
  border: 1px solid #e0e0e0;
  background: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.list-nav .list-nav-left {
  padding: 15px 0 0 30px;
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
}
@media only screen and (max-width: 380px) {
  .list-nav .list-nav-left {
    padding: 18px 0 0 10px;
  }
}
.list-nav .list-nav-left p {
  font-size: 16px;
  color: #002147;
}
@media only screen and (max-width: 380px) {
  .list-nav .list-nav-left p {
    font-size: 14px;
  }
}
.list-nav .list-nav-right {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: right;
}
.list-nav .list-nav-right ul {
  justify-content: flex-end;
  margin-top: 10px;
  margin-right: 10px;
}
.list-nav .list-nav-right ul > li {
  display: inline-block;
  padding: 8px;
}
.list-nav .list-nav-right ul > li:hover a i {
  color: #fdc800;
}
.list-nav .list-nav-right ul > li > a > i {
  color: #b9b9b9;
  transition: all 0.3s ease-in-out;
}
.list-nav .list-nav-right ul > li > a.active{
  color: #fdc800;
}

.sub-details-page-area .news-social {
  margin-top: 10px;
  margin-bottom: 80px;
  display: inline-block;
}
.sub-details-page-area .news-social li {
  display: inline-block;
  margin-right: 5px;
}
.sub-details-page-area .news-social li a {
  background: #002147;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 27px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sub-details-page-area .news-social li a i {
  color: #fdc800;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sub-details-page-area .news-social li a:hover {
  background: #fdc800;
}
.sub-details-page-area .news-social li a:hover i {
  color: #002147;
}
.sub-details-page-area .news-social li:last-child {
  margin-right: 0;
}

.metainfo li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  color: #444444;
}
.metainfo li:last-child {
  margin-bottom: 0;
}
.metainfo li:before {
  content: "\f05a";
  position: absolute;
  top:4px;
  left: 0;
  margin-right:10px;
  font-size: 18px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  z-index: 1;
  font-family: FontAwesome;
}
.metainfo li.prev{
	margin-top:25px;
}
.metainfo li.prev:before {
  content: "\f0a8";
}
.metainfo li.next:before {
  content: "\f0a9";
}
.metainfo li.category:before {
  content: "\f00a";
}
.metainfo li.tag:before {
  content: "\f02c";
}
.metainfo li.view:before {
  content: "\f06e";
}
.metainfo li.link:before {
  content: "\f08e";
}
.metainfo a.tag {
	margin:0 10px 0 0;
}

.article-prevnext {
	margin-top:30px;
}
.article-prevnext li{
	margin-top:10px;
}
.gray {
	color:#666;
}


.sidebar-hot-list h4{
	margin-top:5px;
}

.image-source-link {
  color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}



.title-default-box-left {
  text-transform: capitalize;
  text-align: left;
  font-weight: 500;
  margin-bottom: 15px;
  color: #002147;
}

.list-page-inner {
  background: #FFFFFF;
  padding: 20px 20px 15px;
  margin:0 0 25px 0;
}

.list-page-inner-newslist {
  background: #FFFFFF;
  padding: 0;
  margin:0 0 25px 0;
}



.border-right-line {
	border-right: 1px dotted #cdcdcd;
}

@media only screen and (max-width: 767px) {
  .list-page-inner ul {
    margin-bottom: 30px;
  }
}
.list-page-inner ul li {
float:left;
  clear: both;
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 500;
  margin:12px 0;
  border-bottom: 1px solid #f5f5f5;
}
.list-page-inner ul li i{
height:30px;
line-height:30px;
color:#888;
  width:100px;
}
.list-page-inner ul li span{
height:30px;
line-height:30px;
display:block;
float:left;
width:400px;

overflow: hidden;
  margin-left:10px;
}
.list-page-inner ul li a {
  color: #002147;
}
.list-page-inner ul li:last-child {
  margin-bottom: 0;
}
.list-page-inner ul li:before {
  content: "\f111";
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 1;
  color: #fdc800;
  font-family: FontAwesome;
}
.list-page-inner .video-area {
  margin-top: 10px;
}

ul.news-home-box {
}
ul.news-home-box li{

}