.page-title {
    font-size: 2.0rem;
    color: #005bac;
    letter-spacing: 0.2em;
    text-align: center;
    margin: 10px 14px;
    font-weight: bold;
}
.page-subtitle1{
	border: 2px solid #005BAC;
    border-radius: 5rem;
    color: #1b1b1b;
    padding: 1em;
}
.text {
    margin: 5px 14px;
    text-align: justify;
    text-indent: 2em;
}
.my-content .img{
    margin: 20px 14px;
}
.my-content .img img{
    width: 100%;
}
.my-content .sub-title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 30px;
    margin: 20px 14px;
    text-align: center;
    clear: both;
}
.kecheng-warper{
    margin: 15px 25px 15px 20px;
    padding: 15px;
    border: 2px solid #005bac;
    border-radius: 15px;
	position: relative;
}
.kecheng-warper1{
    margin: 5px 25px 5px 20px;
    padding: 5px;
    border: 0px;
    border-radius: 15px;
	position: relative;
}
.kecheng-warper-course{
    margin: 35px 25px 15px 20px;
    padding: 20px;
    border: 2px solid #005bac;
    border-radius: 8px;
	position: relative;
}
.separate-line{
    margin: 15px;
    height: 2px;
    background-color: #005bac;
}
.kecheng-warper table{
    width: 100%;
    position: relative;
}
.kecheng-warper table td{
    border: none;
    vertical-align: middle;
}
.kecheng-warper table .num {
    width: 35px;
    height: 35px;
    line-height: 25px;
    color: #FFFFFF;
    background-color: #005bac;
    border-radius: 30px;
    text-align: center;
    position: absolute;
    left: -35px;
    border: 5px solid #FFFFFF;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%); /* IE 9 */
    -webkit-transform:translateY(-50%);
    -moz-transform: translateY(-50%);
}
.kecheng-warper .num1 {
    width: 90px;
    height: 35px;
    line-height: 25px;
    color: #005bac;
    background-color: #FFFFFF;
    border-radius: 8px;
    text-align: center;
    position: absolute;
	left: 50%;
    border: 2px solid #005bac;
    top: -20px;
    transform: translateX(-50%);
    -ms-transform:translateX(-50%); /* IE 9 */
    -webkit-transform:translateX(-50%);
    -moz-transform: translateX(-50%);
}
.kecheng-warper-course .num2 {
    width: 150px;
    height: 35px;
    line-height: 25px;
    color: #005bac;
    background-color: #FFFFFF;
    border-radius: 8px;
    text-align: center;
    position: absolute;
	left: 50%;
    border: 2px solid #005bac;
    top: -20px;
    transform: translateX(-50%);
    -ms-transform:translateX(-50%); /* IE 9 */
    -webkit-transform:translateX(-50%);
    -moz-transform: translateX(-50%);
}
.kecheng-warper table .xiangxun{
    padding: 0px 5px;
    height: 35px;
    line-height: 25px;
    color: #FFFFFF;
    background-color: #005bac;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    right: -45px;
    border: 5px solid #FFFFFF;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform:translateY(-50%); /* IE 9 */
    -webkit-transform:translateY(-50%);
    -moz-transform: translateY(-50%);
    cursor: pointer;
}
.kecheng-warper table .course-name{
    display: inline-block;
    color: #005bac;
    width: 18px;
    padding: 0px 2px;
    word-break: break-all;
    margin: 0px auto;
    font-weight: bold;
}
.kecheng-warper table .course-name1{
    display: inline-block;
    color: #ef0d09;    
    padding: 0px 2px;    
	font-size: 1.2em; 
    font-weight: bold;	
}
.kecheng-warper table .course-name.no-vertical{
    width: auto;
}
.kecheng-warper table .course-item{
    margin-bottom: 8px;
}
/*.kecheng-warper table .course-item1{
    margin-left: 8px;
	margin-right: 16px;
	margin-bottom: 8px;
	text-align: justify;
    text-indent: 2em;
}*/
.kecheng-warper table .course-item1{
	margin-top: 8px;
	margin-bottom: 8px;
}
.kecheng-warper table .course-item:last-child{
    margin-bottom: 0px;
}
.kecheng-warper table .time{
    color: #005bac;
}
.kecheng-warper table tr td{
    text-align: center;
}
.kecheng-warper table tr td:nth-child(3){
    text-align: left
}
.kecheng-warper table tr td:nth-child(2){
    width: 85px;
}
.img-grid{
    margin: 15px 14px;
    font-size: 0px;
    padding: 5px;
    clear: both;
}
.img-item{
    display: inline-block;
    width: 33.3%;
    padding: 5px;
    text-align: center;
}
.img-item img{
    width: 100%;
}
.tese-grid{
    margin: 15px 14px;
    font-size: 0px;
    padding: 5px;
    clear: both;
}
.tese-item{
    display: inline-block;
    width: 50%;
    padding: 5px;
}
.tese-grid .tese-item:nth-child(odd){
    clear: both;
}
.tese-item{
    float: left;
}
.tese-item img{
    margin: 0px auto 15px auto;
}
.tese-item .img-warper{
    position: relative;
}
.tese-item .img-warper .index{
    width: 32px;
    height: 32px;
    line-height: 30px;
    border-radius: 32px;
    border:2px solid #FFFFFF;
    background-color: #ff9500;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.6rem;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform:translateX(-50%); /* IE 9 */
    -webkit-transform:translateX(-50%);
    -moz-transform: translateX(-50%);
    opacity: 0.8;
}
.tese-item .tese-title{
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    height: 40px;
    line-height: 1.5em;
    color: #ff9500;
}
.tese-item .tese-desc{
    font-size: 1.6rem;
    margin: 0px auto 30px auto;
    text-align: justify;
}
@media only screen and (max-width: 414px){
    .kecheng-warper table tr td:nth-child(3){
        font-size: 1.3rem;
    }
    .kecheng-warper table tr td:nth-child(2){
        width: 65px;
    }
    .kecheng-warper table .num,
    .kecheng-warper table .xiangxun,
    .kecheng-warper table .course-name,
    .kecheng-warper table .time{
        font-size: 1.4rem;
    }
}
@media only screen and (max-width: 375px){
    .kecheng-warper table tr td:nth-child(3){
        font-size: 1.2rem;
        line-height: 1.2em;
    }
}
@media only screen and (max-width: 360px){
    .kecheng-warper table tr td:nth-child(2){
        width: 60px;
    }
    .kecheng-warper table .num,
    .kecheng-warper table .xiangxun,
    .kecheng-warper table .course-name,
    .kecheng-warper table .time{
        font-size: 1.3rem;
    }
}