﻿

/* 访问学者申请人群 开始 */
.category-vs-people .section-content { padding: 0 0rem; }
.category-vs-people .section-content > div > div { border: 1px solid #dadada; }
.category-vs-people .section-content .img { padding: 0; border: 1px solid #fff; }
.category-vs-people .section-content .img img { width: 100%; }
.category-vs-people .section-content .content strong { color: #333333; font-weight: normal; display: block; }
.category-vs-people .section-content .content .text { color: #666666; display: block; }
/*响应式配置*/
.category-vs-people .section-content > div { padding: 0 0.2rem; margin: 0.2rem 0; }
.category-vs-people .section-content .content { padding: 0.3rem 0.4rem; }
.category-vs-people .section-content .content strong { font-size: 1.15rem;}
.category-vs-people .section-content .content .text { font-size: 0.95rem; line-height: 1.0rem;}
@media (min-width: 576px) {
.category-vs-people .section-content > div { padding: 0 0.3rem; margin: 0.3rem 0; }
.category-vs-people .section-content .content { padding: 0.3rem 0.4rem; }
.category-vs-people .section-content .content strong { font-size: 1.2rem;}
.category-vs-people .section-content .content .text { font-size: 1rem; line-height: 1.4rem;}
}
@media (min-width: 768px) {
.category-vs-people .section-content > div { padding: 0 0.3rem; margin: 0.3rem 0; }
.category-vs-people .section-content .content { padding: 0.5rem 0.8rem; }
.category-vs-people .section-content .content strong { font-size: 1.5rem;}
.category-vs-people .section-content .content .text { font-size: 1.1rem; line-height: 1.8rem;}
}
@media (min-width: 992px) {
.category-vs-people .section-content > div { padding: 0 0.2rem; margin: 0.2rem 0; }
.category-vs-people .section-content .content { padding: 0.3rem 0.4rem; }
.category-vs-people .section-content .content strong { font-size: 1.1rem;}
.category-vs-people .section-content .content .text { font-size: 0.85rem; line-height: 1.1rem;}
}
@media (min-width: 1200px) {
.category-vs-people .section-content > div { padding: 0 0.3rem; margin: 0.3rem 0; }
.category-vs-people .section-content .content { padding: 0.5rem 0.6rem; }
.category-vs-people .section-content .content strong { font-size: 1.2rem;}
.category-vs-people .section-content .content .text { font-size: 0.9rem; line-height: 1.25rem;}
}
@media (min-width: 1440px) {
.category-vs-people .section-content > div { padding: 0 1rem; margin: 1rem 0; }
.category-vs-people .section-content .content { padding: 0.6rem 1rem; }
.category-vs-people .section-content .content strong { font-size: 1.5rem;}
.category-vs-people .section-content .content .text { font-size: 1.0rem; line-height: 1.6rem;}
}
/* 访问学者申请人群 结束 */

/* 访问学者分类 开始 */
.category-vs-class .section-content .top { padding: 1rem; font-size: 1.2rem;line-height: 1.8rem; color:#000;background-color:#87CEFA;border: 1px solid #E4E1E1;border-radius: 1rem;box-shadow: 0 0 5px 1px #E4E1E1;margin: 1.5rem 0rem;}
.category-vs-class .section-content .bottom { padding: 1rem 2rem; margin: 1.5rem 0rem 0rem;font-size: 1.2rem;line-height: 1.8rem; color:#fff; background-color:#1E90FF;border: 1px solid #E4E1E1;border-radius: 1rem;box-shadow: 0 0 5px 1px #E4E1E1;}
.category-vs-class .section-content .middle { padding: 0 0.1rem;}
.category-vs-class .section-content .title .left {color:#5e80a6; text-align:right;}
.category-vs-class .section-content .title .center {color:#157ac3; text-align:center;}
.category-vs-class .section-content .title .right {color:#d5976c; text-align:left;}
.category-vs-class .section-content .list .row { border-radius: 3.75rem; overflow:hidden;}
.category-vs-class .section-content .list .row { margin-top:1.5rem;}
.category-vs-class .section-content .list .left {color:#000; text-align:right; background-color:#b5cce6; min-height:4rem;}

.category-vs-class .section-content .list .center { padding: 0;position: relative;}
.category-vs-class .section-content .list .center .l{ width:50%; height:100%;background-color:#b5cce6;position:absolute;left:0; top:0;}
.category-vs-class .section-content .list .center .r{ width:50%; height:100%;background-color:#f2c5a6;position:absolute;left:50%; top:0;}
.category-vs-class .section-content .list .center .c{position:absolute;left:2.5%; top:0;width:95%; height:100%;color:#fff; background-color:#157ac3; font-weight:700; border-radius: 3.75rem; box-shadow: 0 0 0.5rem #888888;}
.category-vs-class .section-content .list .center .c div{ text-align:center;}
.category-vs-class .section-content .list .right { color:#000; text-align:left; background-color:#f2c5a6;}

.category-vs-class .section-content .list .row:nth-of-type(even) .left {background-color:#63B8FF;}
.category-vs-class .section-content .list .row:nth-of-type(even) .center .l{background-color:#63B8FF;}
.category-vs-class .section-content .list .row:nth-of-type(even) .right {background-color:#EEB422;}
.category-vs-class .section-content .list .row:nth-of-type(even) .center .r{background-color:#EEB422;}


/*响应式配置*/
.category-vs-class .section-content .title{font-size: 1.5rem; }
.category-vs-class .section-content .title .left,
.category-vs-class .section-content .title .center,
.category-vs-class .section-content .title .right  {padding:0rem;}
.category-vs-class .section-content .list .left,
.category-vs-class .section-content .list .right  { font-size: 1.0rem; padding:0.5rem 0.3rem; line-height:1.1rem;}
.category-vs-class .section-content .list .center .c{font-size: 1.1rem; line-height:1.3rem;padding:0.5rem;}

@media (min-width: 576px) {
}
@media (min-width: 768px) {
.category-vs-class .section-content .title .left,
.category-vs-class .section-content .title .center,
.category-vs-class .section-content .title .right  {padding:0rem 0.8rem;}
.category-vs-class .section-content .title{font-size: 1.8rem; }
.category-vs-class .section-content .list .left,
.category-vs-class .section-content .list .right  { font-size: 1.1rem; padding:0.5rem 0.8rem; line-height:1.3rem;}
.category-vs-class .section-content .list .center .c{font-size: 1.15rem; line-height:1.5rem;padding:0.5rem;}
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1440px) {
.category-vs-class .section-content .list .center .c{font-size: 1.2rem; line-height:1.5rem;padding:0.5rem;}
}
/* 访问学者分类 结束 */





