/*职业发展中心*/
.list-page-stu {
    background-color: #f0f0f0;
    padding: 5px 0;
}
.list-page-stu .list-container{
    background-color: transparent;
}
.list-page-stu .stu-left {
    margin-right: 0.5rem;
}
.list-page-stu .common-stu {
    flex: 1;
}
.list-page-stu .common-stu .top{
    height: 0.7rem;
    min-height: 40px;
    background-color: #003f88;
    color: #fff;
    padding: 0 0.5rem;
}
.list-page-stu .common-stu .top p{
    font-weight: bold;
}
.list-page-stu .common-stu .stu-content{
    padding: 0.4rem 0.7rem;
    background-color: #fff;
}
.list-page-stu .common-stu .stu-content ul li{
    font-weight: bold;
    list-style-type: disc;
    line-height: 2;
}
.list-page-develop .develop-content{
    padding: 0.6rem 0.3rem;
    line-height: 1.8;
    background-color: #003f88;
    flex: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.list-page-develop .pic{
    flex: 1;
}
@media screen and (max-width: 1050px) {
  .list-page-stu .common-stu  {
        margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 800px) {
  .list-page-develop .develop-info{
        display: block !important;
  }
}
@media screen and (max-width: 650px) {
  .list-page-stu .page-stu-content{
        display: block !important;
  }
  .list-page-stu .stu-left {
        margin-right: 0;
  }
}
/*职业发展中心结束*/
/*跨文化发展中心*/
.list-culture-dev {
    background-color: #f2f2f2;
}
.list-culture-dev .list-container{
    background-color: transparent;
}

.list-container .wp_subcolumn_list .sublist_title {
  display: none;
} 
       .pageSocialOne  .items figure {
            border: 1px solid #ccc;
            border-radius: 0 20px 0 20px;
            padding: 7px;
            height: 148px;
        }
        .pageSocialOne  .items figure a {
            overflow: hidden;
        }
        .pageSocialOne  .items img {
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            max-width: 100%;
            max-height: 100%;
        }
        .pageSocialOne  .items figure:hover {
            box-shadow: 0px 1px 2px 0px #ccc;
        }

.pageNewsOne .news .items {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.pageNewsOne .news .items .images img {
  width: 100%;
    object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pageNewsOne .news .items .detail {
  position: relative;
  width: 100%;
  left: 0;
}
.pageNewsOne .news .items .detail .title {
  position: absolute;
  top: -42px;
  left: 15px;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 10px 10px 0 8px;
}
.pageNewsOne .news .items .detail .title h5 {
  margin-bottom: 10px;
}
.pageNewsOne .news .items .metting{
    padding: 12px 8px;
    height: 80px;
    border: 1px solid #ccc;
    margin-bottom: 2px;
}




@media (max-width: 992px) and (min-width: 768px) {
  .pageNewsOne .news .items {
    /* height: 4rem; */
    overflow: hidden;
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 768px) {
  .pageNewsOne .news .items {
    width: 100%;
    margin-right: 0;
  }
}
   

/* 常用链接 */
.pageCourNine  ul.links li {
    float: left;
    width: 25%;
    padding-right: 15px;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    background: url(../images/yuan.png) no-repeat 15px center;
    margin-bottom: 0.25rem;
}
.pageCourNine  ul.links li a {
    font-size: 18px;
    font-weight: bold;
    display: block;
} 
@media screen and (max-width: 1100px) {
  .pageCourNine  ul.links li {
    width: 33.33%;
    padding-right: 10px;
    height: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width: 700px) {
  .pageCourNine  ul.links li a {
     font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .pageCourNine  ul.links li {
    width: 50%;
    height: 32px;
    line-height: 32px;
  }
}