@charset "utf-8";

/* 浏览器升级 */
.pageTips .container a.close
{
    display:none !important
}
.pageTips
{
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
.pageTips .container
{
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 630px;
    margin-left: -315px;
    margin-top: -160px;
}
.pageTips .container a.close
{
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    left: auto;
    right: -15px;
    top: 40px;
    bottom: auto;
}
.pageTips .container .img
{
    text-align: center;
}
.pageTips .container .msg
{
    font-size: 18px;
    line-height: 36px;
    padding-top: 30px;
}
.pageTips .container a
{
    color: #fff;
    text-decoration: underline;
}


/* 中间部分 */
.content
{
    width: 1200px;
    margin: 0 auto;
}
.content::after
{
    content: "";
    display: block;
    clear: both;
}


/* header */
header
{
    width: 100%;
    border-top: 2px solid #63a50a;
}


/* logo */
header .content .logo
{
    float: left;
    margin: 15px 0;
}
/* 搜索 */
header .content  .search
{
    float: right;
    height: 45px;
    margin: 30px 0;
}
header .content  .search::after
{
    content: "";
    display: block;
    clear: both;
}
header .content  .search .text
{
    float: left;
    width: 245px;
    height: 43px;
    border:1px solid #f1f1f1;
    border-right:none;
    padding-left: 15px;
}
header .content  .search .submit
{
    float: right;
    width: 40px;
    height: 45px;
	background: #63a50a url(../img/search_icon.png) no-repeat center center;
    outline: none;
    border:none;
    cursor: pointer;
}


/* 导航 */
header nav
{
    height: 50px;
    background: #63a50a;
}
header nav .content .nav
{
    margin: 0 auto;
    position: relative;
    height: 100%;
}
header nav .content .nav .menu
{
    width: 100%;
}
header nav .content .nav .menu:after
{
    content: "";
    display: block;
    clear: both;
}
header nav .content .nav .menu>li
{
    position: relative;
    list-style: none;
    float: left;
    display: block;
    text-align: center;
    margin-right: 0px;
}
header nav .content .nav .menu>li:hover
{
    background: #7aba24;
}

/* Links */

header nav .content .nav .menu>li>a
{
    display: block;
    line-height: 50px;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    width: 171px;
}
.active
{
    background:#ffffff;
}
header nav .content .nav .menu>li:first-child a
{
    border-left: none;
}
header nav .content .nav .menu>li:last-child a
{
    border-right: none;
}

/* Sub Menu */

header nav .content .nav .menu>li>ul
{
    width:100%;
    position: absolute;
    top: 50px;
    left: 0;
    opacity: 0;
    background: #63a50a;
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
header nav .content .nav .menu>li>ul:before
{
	position:absolute;
	content:"";
	display:block;
	width:10px;
	height:6px;
	background:url(../img/down.png) no-repeat;
	left:0;
	right:0;
	top:-7px;
	margin:0 auto;
}

header nav .content .nav .menu>li:hover ul
{
    opacity: 1;
    z-index: 999;
}
header nav .content .nav .menu>li:hover ul:after
{
    display: block;
}
header nav .content .nav .menu>li>ul>li
{
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
header nav .content .nav .menu>li>ul>li a
{
    font-size:15px;
    color:#ffffff;
    display: block;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #e8e8e852;
    text-decoration: none;
}
header nav .content .nav .menu>li:hover ul>li
{
    height: 45px;
    overflow: visible;
    padding: 0;
    width: 100%;
    line-height: 45px;
}
header nav .content .nav .menu>ul>li>a
{
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    color: #303131;
}
header nav .content .nav .menu li ul li:hover
{
    background: #7aba24;
    color: #fff;
}
.avtice
{
    background: #7aba24;
}

/* banner */
header .banner .slideBox
{
	width: 100%;
	height: 542px;
	overflow: hidden;
	position: relative;
}
header .banner .slideBox .hd
{
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 25px;
	z-index: 1;
	margin: 0 auto;
	width: 57px;
}
header .banner .slideBox .hd ul
{
	overflow: hidden;
	zoom: 1;
	float: left;
}
header .banner .slideBox .hd ul li
{
	float: left;
	margin-right: 10px;
	width: 9px;
	height: 9px;
	border-radius: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
header .banner .slideBox .hd ul li.on
{
	background: #63a50a;
	color: #fff;
}
header .banner .slideBox .bd
{
	position: relative;
	height: 100%;
	z-index: 0;
}
header .banner .slideBox .bd li
{
	zoom: 1;
	vertical-align: middle;
}
header .banner .slideBox .bd img
{
	width: 100%;
	height: 100%;
	display: block;
}

main .zxdt_boxs .content .zxdt .title
{
    background: #f4f4f4;
    height: 45px;
    line-height: 45px;
    margin-top: 35px;
}
main .zxdt_boxs .content .zxdt .title::after
{
    content: "";
    display: block;
    clear: both;
}
main .zxdt_boxs .content .zxdt .title h2
{
    float: left;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0 15px;
    font-size: 20px;
    color: #ffffff;
	background-color: #63a50a;
}
main .zxdt_boxs .content .zxdt .title a
{
    float: right;
    font-size: 14px;
    color: #b3b3b3;
    margin-right: 20px;
}
main .zxdt_boxs .content .zxdt .title a img
{
    margin-left: 15px;
    vertical-align: middle;
}
main .zxdt_boxs .content .zxdt .zxdt_box
{
    margin-top: 30px;
}
main .zxdt_boxs .content .zxdt .zxdt_box::after
{
    content: "";
    display: block;
    clear: both;
}
main .zxdt_boxs .content .zxdt .zxdt_box .zxdt_left
{
    float: left;
    width: 580px;
    height: 388px;
}

main .zxdt_boxs .content .zxdt .zxdt_box .zxdt_left .slideBox
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

main .zxdt_boxs .content .zxdt .zxdt_box .zxdt_left .slideBox .hd
{
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	bottom: 30px;
	z-index: 1;
}

main .zxdt_boxs .content .zxdt .zxdt_box .zxdt_left .slideBox .hd ul
{
	overflow: hidden;
	zoom: 1;
	float: left;
}

main .zxdt_boxs .content .zxdt .zxdt_box .zxdt_left .slideBox .hd ul li
{
	float: left;
	margin-right: 10px;
	width: 9px;
	height: 9px;
	border-radius: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

main .zxdt_boxs .content .zxdt .zxdt_box .zxdt_left .slideBox .hd ul li.on
{
	background: #00448d;
	color: #fff;
}

main .zxdt_boxs .content .zxdt .zxdt_box .zxdt_left .slideBox .bd
{
	position: relative;
	height: 100%;
	z-index: 0;
}

main .zxdt_boxs .content .zxdt .zxdt_box .zxdt_left .slideBox .bd li
{
	zoom: 1;
	vertical-align: middle;
	border-radius: 10px;
	padding: 5px;
	border: 4px solid #ebebeb;
	overflow: hidden;
}
main .zxdt_boxs .content .zxdt .zxdt_box .zxdt_left .slideBox .bd img
{
	width:100%;
	height: 360px;
	display: block;
	transition: all 0.6s;
}
main .zxdt_boxs .content .zxdt .zxdt_box .zxdt_left .slideBox .bd li:hover a img
{
    transform: scale(1.2);
}
main .zxdt_boxs .content .zxdt .zxdt_box .zxdt_right
{
    float: right;
    width: 582px;
}
main .zxdt_boxs .content .zxdt .zxdt_box .zxdt_right ul li
{
    border-bottom: 1px solid #ededed;
    padding: 18.5px 0;
}
main .zxdt_boxs .content .zxdt .zxdt_box .zxdt_right ul li::after
{
    content: "";
    display: block;
    clear: both;
}
main .zxdt_boxs .content .zxdt .zxdt_box .zxdt_right ul li span
{
    float: right;
    font-size: 14px;
    color: #a6a6a6;
}
main .zxdt_boxs .content .zxdt .zxdt_box .zxdt_right ul li a
{
    display: block;
    width: 82%;
    font-size: 16px;
    color: #4d4d4d;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    position: relative;
    padding-left:18px;
}
main .zxdt_boxs .content .zxdt .zxdt_box .zxdt_right ul li a:before
{
	position:absolute;
	content:"";
	display；block;
	width:5px;
	height:5px;
	border-radius:80px;
	background:#4d4d4d;
	top:12px;
	left:0;
}
main .zxdt_boxs .content .zxdt .zxdt_box .zxdt_right ul li:hover
{
	border-bottom:1px solid #63a50a;
}
main .zxdt_boxs .content .zxdt .zxdt_box .zxdt_right ul li:hover a
{
    color: #63a50a;
}
main .zxdt_boxs .content .zxdt .zxdt_box .zxdt_right ul li:hover a:before
{
	 background: #63a50a;
}
main .llzd
{
    background: #fbfbfb;
    margin-top: 30px;
}

main .llzd .content .llyj
{
    float: left;
    width: 580px;
}
main .llzd .content .llyj .title
{
    background: #f4f4f4;
    height: 45px;
    line-height: 45px;
    margin-top: 35px;
}
main .llzd .content .llyj .title::after
{
    content: "";
    display: block;
    clear: both;
}
main .llzd .content .llyj .title h2
{
    float: left;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0 15px;
    font-size: 20px;
    color: #ffffff;
	background-color: #63a50a;
}
main .llzd .content .llyj .title a
{
    float: right;
    font-size: 14px;
    color: #b3b3b3;
    margin-right: 20px;
}
main .llzd .content .llyj .title a img
{
    margin-left: 15px;
    vertical-align: middle;
}
main .llzd .content .llyj ul li::after
{
    content: "";
    display: block;
    clear: both;
}
main .llzd .content .llyj ul li
{
    border-bottom: 1px solid #ededed;
    padding: 12px 0;
}
main .llzd .content .llyj ul li span
{
    float: right;
    font-size: 14px;
    color: #a6a6a6;
}
main .llzd .content .llyj ul li a
{
    display: block;
    width: 82%;
    font-size: 16px;
    color: #4d4d4d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position:relative;
    padding-left:18px;
}
main .llzd .content .llyj ul li a:before
{
	position:absolute;
	content:"";
	display；block;
	width:5px;
	height:5px;
	border-radius:80px;
	background:#4d4d4d;
	top:12px;
	left:0;
}
main .llzd .content .zdwj
{
    float: right;
    width: 582px;
}
main .llzd .content .zdwj .title
{
    background: #f4f4f4;
    height: 45px;
    line-height: 45px;
    margin-top: 35px;
}
main .llzd .content .zdwj .title::after
{
    content: "";
    display: block;
    clear: both;
}
main .llzd .content .zdwj .title h2
{
    float: left;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0 15px;
    font-size: 20px;
    color: #ffffff;
	background-color: #63a50a;
}
main .llzd .content .zdwj .title a
{
    float: right;
    font-size: 14px;
    color: #b3b3b3;
    margin-right: 20px;
}
main .llzd .content .zdwj .title a img
{
    margin-left: 15px;
    vertical-align: middle;
}
main .llzd .content .zdwj ul
{
    margin: 20px 0 50px 0;
}
main .llzd .content .llyj ul
{
    margin: 20px 0 50px 0;
}
main .llzd .content .zdwj ul li::after
{
    content: "";
    display: block;
    clear: both;
}
main .llzd .content .zdwj ul li
{
    border-bottom: 1px solid #ededed;
    padding: 12px 0;
}
main .llzd .content .zdwj ul li span
{
    float: right;
    font-size: 14px;
    color: #a6a6a6;
}
main .llzd .content .zdwj ul li a
{
    display: block;
    width: 82%;
    font-size: 16px;
    color: #4d4d4d;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position:relative;
    padding-left:18px;
}
main .llzd .content .zdwj ul li a:before
{
	position:absolute;
	content:"";
	display；block;
	width:5px;
	height:5px;
	border-radius:80px;
	background:#4d4d4d;
	top:12px;
	left:0;
}
main .llzd .content .zdwj ul li:hover
{
	border-bottom:1px solid #63a50a;
}
main .llzd .content .zdwj ul li:hover a
{
    color:#63a50a;
}
main .llzd .content .zdwj ul li:hover a:before
{
	background:#63a50a;
}
main .llzd .content .llyj ul li:hover a
{
    color:#63a50a;
}
main .llzd .content .llyj ul li:hover a:before
{
	background:#63a50a;
}
main .llzd .content .llyj ul li:hover
{
	border-bottom:1px solid #63a50a;
}

main .sfkc
{
    height: 338px;
    background: url(../img/sfkc_bj.jpg) no-repeat;
}
main .sfkc .content .sfkc_box
{
    padding-top: 1px;
}
main .sfkc .content .sfkc_box .title
{
    height: 45px;
    line-height: 45px;
    margin-top: 35px;
}
main .sfkc .content .sfkc_box .title::after
{
    content: "";
    display: block;
    clear: both;
}
main .sfkc .content .sfkc_box .title h2
{
    float: left;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0 15px;
    font-size: 20px;
    color: #ffffff;
	background-color: #63a50a;
}
main .sfkc .content .sfkc_box .title a
{
    float: right;
    font-size: 14px;
    color: #ffffff;
    margin-right: 20px;
}
main .sfkc .content .sfkc_box .title a img
{
    margin-left: 15px;
    vertical-align: middle;
}
main .sfkc .content .sfkc_box ul
{
    margin-top: 60px;
}
main .sfkc .content .sfkc_box ul::after
{
    content: "";
    display: block;
    clear: both;
}
main .sfkc .content .sfkc_box ul li
{
    float: left;
    width: 264px;
    height: 244px;
    padding: 10px ;
    background: url(../img/sfkc_li_bj.jpg) no-repeat;
    margin-right: 21px;
    position: relative;
}
main .sfkc .content .sfkc_box ul li:last-child
{
    margin-right:0 ;
}
main .sfkc .content .sfkc_box ul li a .title
{
    width: 120px;
	height: 43px;
	background: #deedcb;
    text-align:center;
    font-size: 16px;
    color: #63a50a;
    position:absolute;
    top: -55px;
}
main .sfkc .content .sfkc_box ul li:hover a .title
{
    background: url(../img/sfkc_title.png) no-repeat;
    color: #ffffff;
}
main .sfkc .content .sfkc_box ul li a .kcmc_img
{
    margin-top: 20px;
    width: 100%;
    height: 135px;
    overflow: hidden;
}
main .sfkc .content .sfkc_box ul li a .kcmc_img img
{
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
main .sfkc .content .sfkc_box ul li:hover a .kcmc_img img
{
    transform: scale(1.2);
}
main .sfkc .content .sfkc_box ul li a .kcmc
{
    width: 90%;
    margin: 20px auto 0 auto;
}
main .sfkc .content .sfkc_box ul li a .kcmc p
{
    font-size: 18px;
    color: #4d4d4d;
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
main .sfkc .content .sfkc_box ul li a .kcmc span
{
    font-size: 15px;
    color: #b3b3b3;
}
main .sfkc .content .sfkc_box ul li:nth-child(2n)
{
    margin-top: 40px;
}



/* 名师团队 */
main .mstd_box
{
    padding-top: 1px;
}
main .mstd_box .content
{
    margin-top: 170px;
}
main .mstd_box .content .mstd .title
{
    height: 45px;
    line-height: 45px;
    margin-top: 35px;
}
main .mstd_box .content .mstd .title::after
{
    content: "";
    display: block;
    clear: both;
}
main .mstd_box .content .mstd .title h2
{
    float: left;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0 15px;
    font-size: 20px;
    color: #ffffff;
	background-color: #63a50a;
}
main .mstd_box .content .mstd .title a
{
    float: right;
    font-size: 14px;
    color: #b3b3b3;
    margin-right: 20px;
}
main .mstd_box .content .mstd .title a img
{
    margin-left: 15px;
    vertical-align: middle;
}
main .mstd_box .content .mstd ul::after
{
    content: "";
    display: block;
    clear: both;
}
main .mstd_box .content .mstd ul
{
	margin-top:30px;
}
main .mstd_box .content .mstd ul li
{
    width: 181px;
    float: left;
    margin-right: 22px;
}
main .mstd_box .content .mstd ul li:last-child
{
    margin-right: 0;
}
main .mstd_box .content .mstd ul li a .mstp
{
    width: 100%;
    height: 262px;
    overflow: hidden;
}
main .mstd_box .content .mstd ul li a .mstp img
{
    width: 100%;
    height: 100%;
	transition:all 0.6s;
}
main .mstd_box .content .mstd ul li a p
{
    width: 181px;
    height: 56px;
    background: url(../img/mstd.jpg) no-repeat;
    font-size: 15px;
    color:#4d4d4d;
    text-align: center;
    line-height: 56px;
    margin-top: 5px;
	    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
main .mstd_box .content .mstd ul li:hover p
{
    background: url(../img/mstd2.png) no-repeat;
    color: #ffffff;
}
main .mstd_box .content .mstd ul li:hover a .mstp img
{
	transform:scale(1.2)
}


/* footer */
footer
{
    height: 145px;
    background: url(../img/foot_bj.jpg) no-repeat center;
    margin-top: 50px;
}
footer .content .footer_logo
{
    float: left;
    margin: 30px 0;
}
footer .content .copy
{
    float:left;
    margin: 36px 0 37px 60px;
}
footer .content .copy p
{
    font-size: 15px;
    color: #ffffff;
    line-height: 35px
}
footer .content .ewm
{
    float: right;
    margin: 19px auto;
}
footer .content .ewm ul::after
{
    content: "";
    display: block;
    clear: both;
}
footer .content .ewm ul li
{
    float: left;
    width: 85px;
	height: 106px;
	background: #ffffff;
    margin-right: 15px;
    text-align: center;
}



footer .content .ewm ul li:last-child
{
    margin-right: 0;
}
footer .content .ewm ul li img
{
    margin: 6px auto 10px auto;
}
footer .content .ewm ul li p
{
	font-size:14px;
	color:#848484;
}




/* list */
.banner_list
{
    width: 100%;
    height: 230px;
}
.banner_list img
{
    width: 100%;
    height: 100%;
}
.list_nav
{
    border-bottom: 1px solid #efefef;
}
.list_nav ul::after
{
    content: "";
    display: block;
    clear: both;
}
.list_nav ul li
{
    float: left;
    width: 16%;
    padding: 20px 0;
    position: relative;
    font-size: 16px;
    color: #606060;
    display: block;
    text-align: center;
}
.list_nav ul li a
{
    font-size: 16px;
    color: #606060;
    display: block;
    text-align: center;
}
.list_nav ul li:hover a
{
    color: #63a50a;
}
.list_nav ul li.active a
{
	color: #63a50a;
}
.list_nav ul li.active
{
	color: #63a50a;
}
.list_nav ul li.active::before
{
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #63a50a;
    border-radius: 10px;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: 0 auto;
}

/* 静态翻页 */
main .content .list_new li:after
{
    content: "";
    display: block;
    clear: both;
}
main .content .list_new
{
	margin-top:60px;
}
main .content .list_new li
{
	height:147px;
	margin: 30px 0;
}
main .content .list_new li a .list_news
{
    float: left;
    width: 939px;
    border: 1px solid #f2f2f2;
}
main .content .list_new li a .list_news::after
{
    content: "";
    display: block;
    clear: both;
}
main .content .list_new li a .list_news .list_time
{
    float: left;
    width: 118px;
    border-right: 1px solid #f2f2f2;
    height: 147px;
}

.list_time {}
main .content .list_new li a .list_news .list_time span:first-child
{
    font-size: 25px;
    color: #63a50a;
    display: block;
    text-align:center;
    margin-top: 25px;
}
main .content .list_new li a .list_news .list_time span:first-child + span
{
    width: 30px;
    height: 2px;
    background-color: #63a50a;
    display: block;
    margin-left: 28px;
    margin: 10px 0 10px 28px;
}
main .content .list_new li a .list_news .list_time span:first-child + span + span
{
    display: block;
    font-size: 18px;
    color: #bbbbbb;
    margin-left: 28px;
}
main .content .list_new li a .list_news .list_txt
{
    float: right;
    width: 83%;
    height: 147px;
    padding: 0 20px;
}
main .content .list_new li a .list_news .list_txt h2
{
	font-size:18px;
	color:#333333;
	margin: 20px 0 10px 0;
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	height: 28.8;
}
main .content .list_new li a .list_news .list_txt p
{
	font-size:14px;
	color:#808080;
	text-indent: 2em;
	line-height: 35px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 70px;
}
main .content .list_new li a .list_img
{
    float: right;
    width: 240px;
    height: 147px;
	overflow:hidden;
}
main .content .list_new li a .list_img img
{
    width: 100%;
    height: 100%;
	transition:all 0.6s;
}
main .content .list_new li:hover .list_news .list_txt h2
{
	color:#63a50a;
}
main .content .list_new li:hover .list_img img
{
	transform:scale(1.2)
}




/* page */
main .content .page
{
    margin-top: 60px;
}
main .content .page::after
{
    content: "";
    display: block;
    clear: both;
}
main .content .page .page_left
{
    float: left;
    width: 15%;
}
main .content .page .page_left h2
{
    font-size: 35px;
    color: #2d2d2d;
    margin-bottom: 15px;
}
main .content .page .page_left p
{
    font-size: 18px;
    color: #a5a5a5;
}
main .content .page .page_left span
{
    font-size: 12px;
    color: #bebebe;
}
main .content .page .page_left img
{
    display: block;
    margin-top: 20px;
}

main .content .page .page_right
{

    float: right;
    width: 82%;
}
main .content .page .page_right .paegbox p
{
	font-size:15px;
	color:#808080;
	line-height:35px;
	margin-bottom:15px;
	text-indent:2em;
}



/* content */
main .content
{
	padding-top:1px
}
main .content .content_cot
{
	margin-top:50px
}
main .content .content_cot h2
{
	font-size: 24px;
    color: #333333;
    text-align: center;
    margin-bottom: 15px;
}
main .content .content_cot .message
{
	height: 54px;
    line-height: 54px;
    text-align: center;
    border-bottom: 1px solid #f6f6f6;
    width: 65%;
    margin: 0 auto;
}
main .content .content_cot .cont_nr
{
    margin-top:20px;
}
main .content .content_cot .cont_nr p
{
	font-size: 16px;
    color: #808080;
    text-indent: 2rem;
    line-height: 40px;
    margin-bottom: 10px;
}
main .content .content_cot .cont_nr p.vsbcontent_img
{
	text-indent:0px;
	max-width:100%;
	text-align:center;
}


/*搜索结果页*/
main .content .search_new li:after
{
    content: "";
    display: block;
    clear: both;
}
main .content .search_new
{
	margin-top:60px;
}
main .content .search_new li
{
	height:147px;
	margin: 30px 0;
}
main .content .search_new li a .search_news
{
    float: left;
    width: 100%;
    border: 1px solid #f2f2f2;
}
main .content .search_new li a .search_news::after
{
    content: "";
    display: block;
    clear: both;
}
main .content .search_new li a .search_news .search_time
{
    float: left;
    width: 118px;
    border-right: 1px solid #f2f2f2;
    height: 147px;
}

.list_time {}
main .content .search_new li a .search_news .search_time span:first-child
{
    font-size: 25px;
    color: #63a50a;
    display: block;
    text-align:center;
    margin-top: 25px;
}
main .content .search_new li a .search_news .search_time span:first-child + span
{
    width: 30px;
    height: 2px;
    background-color: #63a50a;
    display: block;
    margin-left: 28px;
    margin: 10px 0 10px 28px;
}
main .content .search_new li a .search_news .search_time span:first-child + span + span
{
    display: block;
    font-size: 18px;
    color: #bbbbbb;
    margin-left: 28px;
}
main .content .search_new li a .search_news .search_txt
{
    float: right;
    width: 86%;
    height: 147px;
    padding: 0 20px;
}
main .content .search_new li a .search_news .search_txt h2
{
	font-size:18px;
	color:#333333;
	margin: 20px 0 10px 0;
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	height: 28.8;
}
main .content .search_new li a .search_news .search_txt p
{
	font-size:14px;
	color:#808080;
	text-indent: 2em;
	line-height: 35px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 70px;
}



/*名师团队列表页*/
main .content .msdt_new
{
	margin-top:30px;
}
main .content .msdt_new:after
{
	content:"";
	display:block;
	clear:both;
}
main .content .msdt_new li
{
	float:left;
	width:15%;
	margin-right: 24px;
	margin-bottom: 20px;
}
main .content .msdt_new li:nth-child(6n)
{
	margin-right:0;
}
main .content .msdt_new li a .mstd_img
{
	width: 100%;
    height: 262px;
    overflow: hidden;
}
main .content .msdt_new li a .mstd_img img
{
	width: 100%;
    height: 100%;
    transition: all 0.6s;
}
main .content .msdt_new li:hover a .mstd_img img
{
	transform:scale(1.2)
}
main .content .msdt_new li a p
{
	width: 181px;
	height: 56px;
	background: url(../img/mstd.jpg) no-repeat;
	font-size: 15px;
	color: #4d4d4d;
	text-align: center;
	line-height: 56px;
	margin-top: 5px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
}
main .content .msdt_new li:hover a .mstd_img img
{
	transform:scale(1.2)
}
main .content .msdt_new li:hover a p
{
	background: url(../img/mstd2.png) no-repeat;
    color: #ffffff;
}




/*图片文章列表页*/
main .content .list_img_new
{
	margin-top:30px;
}
main .content .list_img_new:after
{
	content:"";
	display:block;
	clear:both;
}
main .content .list_img_new li
{
	float:left;
	width: 280px;
	margin-right: 26px;
	margin-bottom: 20px;
}
main .content .list_img_new li:nth-child(4n)
{
	margin-right:0;
}
main .content .list_img_new li a .list_img_new_img
{
	width:100%;
	height: 210px;
	overflow:hidden;
}

main .content .list_img_new li a .list_img_new_img img
{
	width:100%;
	height:100%;
	transition:all 0.6s
}
main .content .list_img_new li:hover a .list_img_new_img img
{
	transform:scale(1.2);
}
main .content .list_img_new li a p
{
	width:100%;
	padding:20px 0;
	text-align:center;
	color:#333;
	font-size: 16px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
main .content .list_img_new li .list_img_new_img
{
	width:100%;
	height: 210px;
	overflow:hidden;
}

main .content .list_img_new li .list_img_new_img img
{
	width:100%;
	height:100%;
	transition:all 0.6s
}
main .content .list_img_new li:hover .list_img_new_img img
{
	transform:scale(1.2);
}
main .content .list_img_new li p
{
	width:100%;
	padding:20px 0;
	text-align:center;
	color:#333;
	font-size: 16px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}