.layout {
    max-width: 730px;
    min-width: 320px;
    margin: 0 auto;
}

.h20 {
    height: 0.2rem;
}

.h30 {
    height: 0.3rem;
}

.title {
    font-size: .23rem;
    font-weight: 700;
    text-align: center;
}

.title1 {
    font-size: .23rem;
    font-weight: 700;
    text-align: center;
}

.title2 {
    font-size: .43rem;
    font-weight: 700;
    text-align: center;
}

.title3 {
    font-size: .2rem;
    text-align: center;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

img {
    display: block;
}

.zixun {
    display: inline-block;
    font-size: .25rem;
    padding: .12rem .2rem;
    color: #fff;
    background-color: #ff5d41 !important;
    border-radius: .35rem;
}

.zixun1 {
    padding: .02rem .3rem;
    display: inline-block;
    font-size: .25rem;
    background: #feff04 !important;
    color: #ff570e;
    border-radius: .35rem;
    margin-left: .4rem;
}

.zx_hz {
    text-align: center;
    margin-bottom: .5rem;
}

.p1 {
    background-color: #f3503f;
}


/* list */

.cyy_list {}

.cyy_list ul {
    display: flex;
}

.cyy_list ul li {
    flex: 31%;
    background-color: #5b8aed;
    height: 3.8rem;
    margin: 0 .1rem;
    padding: 0 .1rem;
    border-radius: .09rem;
}

.cyy_list ul li div:nth-child(1) {
    font-size: .25rem;
    color: #fff;
    text-align: center;
    margin-top: .15rem;
}

.cyy_list ul li div:nth-child(3) {
    font-size: .18rem;
    color: #fff;
    line-height: .3rem;
}

.cyy_list02 {}

.cyy_list02 ul {
    display: flex;
    margin: .25rem .9rem;
}

.cyy_list02 ul li {
    flex: 46%;
    background-color: #5b8aed;
    height: 3.8rem;
    margin: 0 .1rem;
    padding: 0 .1rem;
    border-radius: .09rem;
}

.cyy_list02 ul li div:nth-child(1) {
    font-size: .25rem;
    color: #fff;
    text-align: center;
    margin-top: .15rem;
}

.cyy_list02 ul li div:nth-child(3) {
    font-size: .18rem;
    color: #fff;
    line-height: .3rem;
}

.p2 {}

.p3 {}


/* ���� */


/* CSS Document */

#mytable {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 1px #fff solid;
}

th {
    color: #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    text-align: center;
    height: .6rem;
    font-size: .25rem;
}

td {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 11px;
    text-align: center;
    color: #fff;
    height: 0.5rem;
    font-size: .2rem;
}

.money {
    color: #fcff00 !important;
}


/* end */

.p4 {
    background-color: #f3503f;
}

.p6_list ul {
    display: flex;
    flex-wrap: wrap;
}

.p6_list ul li {
    flex: 46%;
    margin: .06rem;
}


/* 20js */

.js20 ul li {
    width: 43%;
    float: left;
    margin-left: 5%;
}

.js20 ul li img {
    width: 100%;
}

.kt {}

.contents {
    position: relative;
    width: 84%;
    margin: 0 auto;
    padding: .6rem .2rem .7rem .3rem;
    border: .02rem #333 solid;
}

.c_zi {
    font-size: .22rem;
    line-height: .36rem;
    color: #333;
}

.class {
    position: absolute;
    left: .3rem;
    top: -.31rem;
    font-size: .32rem;
    color: #333;
    background-color: #fff;
    width: 2rem;
    height: .6rem;
    text-align: center;
    line-height: .6rem;
}

.task {
    position: absolute;
    right: -.15rem;
    bottom: -.39rem;
    width: 2.7rem;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    border-radius: 10px;
    font-size: .25rem;
    background-color: #775ab4;
    color: #fff;
}


/* 老师部分样式 */

.two ul {
    display: flex;
    margin: 0 .9rem 0 .9rem;
}

.two ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 7%;
}

.two ul li span {
    flex: 1;
    width: 100%;
    text-align: center;
    background-color: #f0f0f0;
    font-size: .18rem;
}

.two ul li span:nth-child(3) {
    color: #c6c6c6;
    padding-bottom: .1rem;
}

.two ul li span:nth-child(2) {
    padding-top: .1rem;
    font-size: .3rem;
}


/* 教师banner和多重就业服务banner样式 */

.list {
    height: 3.5rem;
    position: relative;
}

.list1 {
    position: relative;
    width: 100%;
    height: 3rem;
}

.item1,
.item {
    position: absolute;
    opacity: 0;
    transition: all .8s;
}

.item1 {
    width: 100%;
}

.item1.active,
.item.active {
    opacity: 1;
}

.pointList {
    margin-left: 40%;
}

.pointList1 {
    margin-left: 45%;
    margin-top: 1.5rem;
}

.point1,
.point {
    width: .1rem;
    height: .1rem;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 100%;
    float: left;
    margin-right: 18px;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(255, 255, 255, .6);
}

.point.active {
    background-color: black;
}

.point1.active {
    background-color: black;
}