@charset "utf-8";
#sub_wrap {
    height: auto;
    width: 100%;
    padding-top: 130px;
}

@media screen and (max-width: 1300px) {
    #sub_inner {
        height: auto;
        width: 1000px;
        margin-left: auto;
        background-image: url(main_innerbg.png);
        background-repeat: no-repeat;
        background-position: center 0px;
        margin-right: auto;
    }
}

@media screen and (max-width: 1000px) {
    #sub_inner {
        height: auto;
        width: auto;
        margin-left: auto;
        background-image: url(main_innerbg.png);
        background-repeat: no-repeat;
        background-position: center 0px;
        margin-right: auto;
    }
}

@media screen and (min-width: 1300px) {
    #sub_inner {
        height: auto;
        width: 1300px;
        margin-left: auto;
        background-image: url(main_innerbg.png);
        background-repeat: no-repeat;
        background-position: center 0px;
        margin-right: auto;
    }
}

@media screen and (max-width: 1300px) {
    #sub_main {
        width: auto;
        padding: 40px;
    }
    #sub_left {
        float: left;
        height: auto;
        width: 220px;
        display: block;
    }
}

@media screen and (max-width: 1000px) {
    #sub_main {
        width: auto;
        padding: 0 20px;
    }
    #sub_left {
        float: left;
        height: auto;
        width: 100%;
        display: none;
    }
}

@media screen and (min-width: 1300px) {
    #sub_main {
        width: 1220px;
        padding: 40px;
    }
    #sub_left {
        float: left;
        height: auto;
        width: 240px;
        display: block;
    }
}

#sub_left_top {
    line-height: 50px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    background-image: url(menubg.png);
    background-repeat: repeat;
}

#sub_left_menu {
    border: 1px solid #23938E;
    font-size: 18px;
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-left: 40px;
}

#sub_left_menu li {
    list-style-type: none;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

#sub_left_menu a {
    display: block;
    border: 1px solid #208D85;
    text-decoration: none;
}

#sub_left_menu a:hover {
    color: #FFFFFF;
    background-image: url(menubg.png);
    background-repeat: repeat;
}

#sub_left_menu a.active {
    color: #FFFFFF;
    background-image: url(menubg.png);
    background-repeat: repeat;
}

#sub_right_top_l {
    float: left;
    background-image: url(sub_right_top_lbg.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 45px;
    font-size: 20px;
    line-height: 50px;
}

#sub_right_top_r {
    float: right;
    font-size: 16px;
    padding-top: 10px;
}

@media screen and (max-width: 1300px) {
    #sub_right {
        float: right;
        height: auto;
        width: 650px;
        padding-top: 0;
    }
#sub_right_top_l { display: block; }
#sub_right_top_r { padding-top: 10px; }
}

@media screen and (max-width: 1000px) {
    #sub_right {
        float: right;
        height: auto;
        width: 100%;
        padding-top: 0;
    }
#sub_right_top_l { display: none; }
#sub_right_top_r { padding-top: 0; }
}

@media screen and (min-width: 1300px) {
    #sub_right {
        float: right;
        height: auto;
        width: 900px;
        padding-top: 0;
    }
#sub_right_top_l { display: block; }
#sub_right_top_r { padding-top: 10px; }
}

#sub_right_top {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0c246a;
}

@media screen and (max-width: 576px) {
    #sub_right_top {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #0c246a;
        height: auto;
        display: flex;
        flex-direction: column;
    }
}

@media screen and (min-width: 576px) {
    #sub_right_top {
        display: block;
        height: 50px;
    }
}

#sub_right_main {}

#list {
    padding: 10px;
    max-height: 999999px;
}

#list li {
    padding-left: 20px;
    list-style-type: none;
    background-image: url(li.png);
    background-repeat: no-repeat;
    background-position: 2px 20px;
    line-height: 45px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #999999;
    width: 98%;
    float: left;
}

#show {
    padding: 10px;
}

#show_title {
    font-size: 24px;
    line-height: 35px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #787878;
    font-weight: bold;
}

#show_info {
    font-size: 16px;
    line-height: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    color: #888888;
}

#show_info a {
    color: #888888;
}

#show_content {
    padding-top: 10px;
    line-height: 36px;
}

#show_content p {
    text-indent: 2em;
}

#category_teacher {
    padding: 10px;
}

#category_block {
    padding-top: 15px;
    padding-bottom: 15px;
}

#category_block_top {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0c246a;
    height: 45px;
    margin-bottom: 10px;
}

#category_block_top_l {
    background-color: #2C5695;
    color: #FFFFFF;
    float: left;
    line-height: 45px;
    font-size: 20px;
    padding-right: 20px;
    padding-left: 30px;
}

#category_block_top_l2 {
    float: left;
    background-image: url(subimg/category_block_top_l2bg.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 25px;
    height: 45px;
}


#search_list {
    padding: 10px;
}

#search_list_top {
    height: 60px;
    padding-top: 10px;
}

#search_list_title {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #999999;
    background-image: url(search_list_titlebg.png);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding-left: 30px;
}

#search_list_des {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#search_list_date {
    font-size: 14px;
    color: #666666;
    padding-bottom: 20px;
}

#search_list_main {
    clear: both;
}

.s_border {
    float: left;
    height: 36px;
    width: 200px;
    background-color: #FFFFFF;
    line-height: 36px;
    border: 1px solid #0c246a;
}

#teacher_content {
    padding-top: 10px;
}

#list_teacher {
    padding: 10px;
    max-height: 999999px;
}

#list_teacher li {
    float: left;
    width: 150px;
    text-align: center;
    list-style-type: none;
    padding-bottom: 20px;
    line-height: 20px;
}

@media screen and (min-width: 1300px) {

#teacher {
	padding-top: 15px;
}
#teacher_info {
	padding-bottom: 10px;
}
#teacher_info_pic {
	float: left;
	height: 200px;
	width: 150px;
}
#teacher_info_txt {
	float: right;
	width: 710px;
}
#teacher_info_name {
	font-size: 24px;
	line-height: 50px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #259C93;
}
#teacher_info_basic {
	line-height: 32px;
	padding-top: 10px;
}
#teacher_lists {
	margin-top: 15px;
}
#teacher_lists li {
	float: left;
	width: 430px;
	list-style-type: none;
	height: 200px;
	background-color: #eeeff2;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #23938e;
	margin: 10px;
}
#teacher_pic {
	float: left;
	height: 200px;
	width: 150px;
}
#teacher_txt {
	float: right;
	height: 185px;
	width: 255px;
	padding-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
}
#teacher_txt_name {
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
}
#teacher_txt_info {
	line-height: 30px;
	margin-top: 20px;
}
}
@media screen and (max-width: 1300px) {

#teacher {
	padding-top: 15px;
}
#teacher_info {
	padding-bottom: 10px;
}
#teacher_info_pic {
	float: left;
	height: 200px;
	width: 150px;
}
#teacher_info_txt {
	float: right;
	width: 460px;
}
#teacher_info_name {
	font-size: 24px;
	line-height: 50px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #259C93;
}
#teacher_info_basic {
	line-height: 32px;
	padding-top: 10px;
}
#teacher_lists {
	margin-top: 15px;
}
#teacher_lists li {
	float: left;
	width: 305px;
	list-style-type: none;
	height: 160px;
	background-color: #eeeff2;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #23938e;
	margin: 10px;
}
#teacher_pic {
	float: left;
	height: 160px;
	width: 120px;
}
#teacher_pic img {
	height: 160px;
	width: 120px;
}
#teacher_txt {
	float: right;
	height: 150px;
	width: 155px;
	padding-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#teacher_txt_name {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
#teacher_txt_info {
	line-height: 24px;
	margin-top: 13px;
        font-size:14px;
}
}



@media screen and (max-width: 1000px) {

#teacher {
	padding-top: 15px;
}
#teacher_info {
	padding-bottom: 10px;
}
#teacher_info_pic {
	float: left;
	height: auto;
	width: 31vw;
}
#teacher_info_pic img {
	height: auto;
	width: 31vw;
}
#teacher_info_txt {
	float: right;
	width: 53vw;
}
#teacher_info_name {
	font-size: 5vw;
	line-height: 8vw;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #259C93;
}
#teacher_info_basic {
	line-height: 6vw;
	font-size: 4vw;
	padding-top: 1vw;
}
#teacher_lists {
	margin-top: 15px;
}
#teacher_lists li {
	float: left;
	width: 86vw;
	list-style-type: none;
	height: auto;
	background-color: #eeeff2 !important;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #23938e  !important;
	margin: 10px;
}
#teacher_pic {
	float: left;
	height: auto;
	width: 26vw;
}
#teacher_pic img {
	height: auto;
	width: 26vw;
}
#teacher_txt {
	float: right;
	height: auto;
	width: 53vw;
	padding-top: 2vw;
	margin-right: 1.2vw;
	margin-left: 1.2vw;
}
#teacher_txt_name {
	font-size: 5vw;
	line-height: 9vw;
	font-weight: bold;
}
#teacher_txt_info {
	font-size: 4vw;
	line-height: 7vw;
	margin-top: 2vw;
}
}
#tutor_lists {
	margin-top: 15px;
}
#tutor_lists a {
       width:120px;
       float:left;
       margin:15px;
       background-color: #eeeff2;       
       display:block;
       text-decoration: none;
       text-align:center;
}
#tutor_lists a:hover {
       color:#ffffff;
       background-color: #23938e;       
}