@charset "utf-8";
/* 广告位 */
.guanggao_box{
	margin-top: 20px;
}
.guanggao_box img{
	width: 100%;
	display: block;
}
/* 登录 */
.content_part{
	margin-top: 20px;
	display: flow-root;
}
.login_box{
	width: 268px;
	height: 360px;
	background: #f5f8fa;
	margin-top: 50px;
}
.login_box .login{
	padding: 36px 12px 30px;
}
.login_box .login h3{
	font-size: 24px;
	color: #0e5ca0;
	text-align: center;
	margin-bottom: 28px;
}
.log_fo_lab {
    height: 40px;
    position: relative;
    margin-top: 16px;
}
.log_fo_lab i {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px;
    position: absolute;
    top: 9px;
    left: 10px;
}
.log_fo_lab i.i_user {
    background: url(../images/icon1.png) no-repeat;
    background-size: 20px;
}
.log_fo_lab i.i_password {
    background: url(../images/icon2.png) no-repeat;
    background-size: 20px;
}
.log_fo_lab input {
    height: 38px;
    line-height: 38px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding: 0 10px 0 36px;
    width: 196px;
    outline: none;
}
.log_fo_btn_box{
	margin-top: 36px;
	overflow: hidden;
}
.log_fo_btn input{
	width: 116px;
	border: 1px solid #0e5ca0;
	background: #fff;
	line-height: 38px;
	border-radius: 40px;
	font-size: 14px;
	color: #0e5ca0;
	cursor: pointer;
}
.log_fo_btn input:hover{
	background: #0e5ca0;
	color: #fff;
}
.login_box .login .log_zhu{
	font-size: 12px;
	color: #999;
	margin-top: 36px;
	display: block;
	letter-spacing: 1px;
	text-align: center;
}
.log_zhu a{
	font-size: 12px;
	color: #0e5ca0;
}
.log_other{
	margin-top: 10px;
	overflow: hidden;
}
.log_other a{
	background: #e43849;
	font-size: 14px;
	line-height: 36px;
	display: inline-block;
	color: #fff;
	padding: 0 12px;
	border-radius: 6px;
	margin-top: 12px;
}
.log_fo_for a{
	font-size: 12px;
	color: #e43849;
	margin-top: 4px;
	float: right;
}

.banner_box{
	width: 898px;
	background: #fff;
	box-shadow: 0 0 10px rgba(245,246,250,.7);
	padding: 15px 20px 15px 15px;
}
/* banner */
.focus{
	width: 1200px;
	height: 360px;
	position: relative;
}
.focus #pic {
    width: 1200px;
    height: 360px;
    overflow: hidden;
}
.tempWrap{
	overflow: hidden;
	position: relative;
	width: 1200px;
}
.focus #pic ul{
	height: 360px;
	float: left;
}
.focus #pic li{
	width: 1200px;
	height: 360px;
	float: left;
}
.focus #pic li img{
	/* width: 562px;
	height: 378px;
	float: left; */
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.focus #pic li .text{
	width: 100%;
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	z-index: 2;
}
.text_bg{
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 50px;
	width: 100%;
	background: #000;
	opacity: 0.6;
}
.focus #pic li .text b{
	margin-left: 15px;
	width: 950px;
	/* display: block; */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.focus #tip{
	position: absolute;
	top: 330px;
	right: 15px;
    z-index: 2;
}
.focus #tip ul li {
    width: 10px;
    height: 10px;
    float: left;
    display: inline;
    margin: 0 5px;
    cursor: pointer;
    background: url(../images/focus_tip.png) no-repeat;
}
.focus #tip ul li.on{
	background: url(../images/focus_tip_on.png) no-repeat;
}
/* 通知公告 */
.download{
	margin: 60px auto;
}
.notice{
	width: 400px;
}
.notice_nr{
	background: #fcfcfc;
	overflow: hidden;
	padding: 10px 15px 7px;
}
.notice_bt_box{
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0 20px 0;
}
.notice_bt_box .notice_bt{
	font-size: 24px;
	color: #0e5ca0;
	font-weight: bold;
	padding-left: 35px;
	line-height: 26px;
	display: inline-block;
	background: url(../images/bt1.png) no-repeat;
}
.notice_bt_box span{
	font-size: 15px;
	color: #a3a3a3;
	font-weight: bold;
	line-height: 26px;
	float: right;
	cursor: pointer;
}
.notice_bt_box span:hover{
	color: #0e5ca0;
}
.notice_nr ul li{
	text-align: justify;
	line-height: 48px;
	border-bottom: 1px dashed #eaeaea;
	background: url(../images/dian.png) no-repeat 0 21px;
	padding-left: 15px;
	position: relative;
}
.notice_nr ul li:last-child{
	border:0;
}
.notice_nr ul li a{
	color: #333;
	font-size: 16px;
	width: 255px;
	display: block;
}
.notice_nr ul li a:hover{
	color: #0e5ca0;
}
.notice_nr ul li span{
	color: #999;
	position: absolute;
	right: 0;
	top: 0;
}
/* 协会动态 */
.trends{
	width: 893px;
	margin: 50px 0 60px 0;
	overflow: hidden;
}
.trends_title{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #eee;
}
.trends_title .trends_bt{
	font-size: 24px;
	color: #0e5ca0;
	font-weight: bold;
	padding-left: 35px;
	line-height: 26px;
	display: inline-block;
	background: url(../images/bt1.png) no-repeat;
}
.report_tit .trends_bt{
	background: url(../images/bt2.png) no-repeat;
}
.policy_tit .trends_bt{
	background: url(../images/bt3.png) no-repeat;
}
.natural_tit .trends_bt{
	background: url(../images/bt4.png) no-repeat;
}
.down_tit .trends_bt{
	background: url(../images/bt5.png) no-repeat;
}
.trends_title span{
	font-size: 15px;
	color: #a3a3a3;
	font-weight: bold;
	line-height: 26px;
	float: right;
	cursor: pointer;
}
.trends_list ul li{
	float: left;
	width: 277px;
	margin-right: 31px;
}
.trends_list ul li:last-child{
	margin-right: 0;
}
.trends_list .trends_img {
    display: block;
    border-bottom: 6px solid #0e5ca0;
	overflow: hidden;
}
.trends_list .trends_img img{
	width: 277px;
	height: 176px;
	
	transform-origin: center center;
	-webkit-transform-origin: center center;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
}
.trends_list .trends_img img:hover{
	transform:scale(1.08);
	-webkit-transform:scale(1.08);
}
.trends_list .trends_list_bt {
    height: 54px;
    line-height: 27px;
    margin-top: 17px;
    overflow: hidden;
}
.trends_list .trends_list_nr {
    height: 44px;
    line-height: 22px;
    margin-top: 9px;
    padding-bottom: 22px;
    overflow: hidden;
    font-size: 14px;
    color: #999999;
    border-bottom: 1px solid #eaeaea;
}
.trends_list .trends_list_oth {
    height: 22px;
    line-height: 22px;
    margin-top: 16px;
    font-size: 14px;
    color: #666666;
}
/* 通知通报、政策文件 */
.report{
	background: #fcfcfc;
	padding: 60px 0;
	overflow: hidden;
}
.report_box{
	width: 580px;
}
.report_tit, .policy_tit{
	margin-bottom: 10px;
}
.report_list ul li{
	line-height: 48px;
	border-bottom: 1px dashed #eaeaea;
	background: url(../images/dian.png) no-repeat 0 21px;
	padding-left: 15px;
	position: relative;
}
.report_list a{
	display: block;
	width: 450px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.report_list span{
	color: #999;
	position: absolute;
	right: 0;
	top: 0;
}
/* 协会资源 */
.natural_tit, .down_tit{
	border: 0;
	padding: 0;
}
.natural_box{
	background: #fcfcfc;
}
.news_title{
	width: 210px;
	padding: 16px 10px;
}
.news{
	margin-top: 40px;
}
.news_title ul li{
	width: 210px;
	display: block;
	font-size: 18px;
	color: #333;
	height: 51px;
	line-height: 51px;
	cursor: pointer;
	background: no-repeat;
	margin-top: 10px;
}
.news_title ul li.news_nav1 span{
	background-image: url(../images/icon3.png);
	width: 21px;
	height: 21px;
	display: block;
	float: left;
	margin-top: 14px;
	margin-left: 22px;
	margin-right: 20px;
}
.news_title ul li.news_nav2 span{
	background-image: url(../images/icon5.png);
	width: 21px;
	height: 21px;
	display: block;
	float: left;
	margin-top: 14px;
	margin-left: 22px;
	margin-right: 20px;
}
.news_title ul li.on.news_nav1, .news_title ul li.on.news_nav2{
	background-image: url(../images/xuanzhong.png);
}
.news_title ul li.on.news_nav1 span{
	background-image: url(../images/icon4.png);
}
.news_title ul li.on.news_nav2 span{
	background-image: url(../images/icon6.png);
}
.news_title ul li.on{
	color: #0e5ca0;
}
.news_box > .news_nr_box{
	width: 550px;
	/* background: #f9fafb; */
	display: none;
}
.news_box > .news_nr_box:first-child{
	display: block;
}
.news_nr_box .news_nr{
    padding: 15px 30px 15px 25px;
	position: relative;
}
.news_nr_box .news_nr ul li {
    text-align: justify;
	margin: 15px 0;
	display: inline-block;
	width: 500px;
}
.news_nr_box .news_nr ul li a {
    color: #333;
	font-size: 16px;
	line-height: 1;
	font-weight: bolder;
	margin-bottom: 12px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_nr_box .news_nr ul li a:hover{
	color: #0e5ca0;
	font-weight: bold;
}
.news_nr_box .news_nr ul li p{
	font-size: 14px;
	line-height: 24px;
	color: #999;
}
.news_nr_box .news_nr ul li span {
    color: #666;
	background: #edeef0;
	width: 68px;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	border-radius: 3px;
	margin-top: 14px;
}
.news_nr_box .news_nr > span{
	font-size: 15px;
	color: #a3a3a3;
	font-weight: bold;
	line-height: 26px;
	float: right;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: -45px;
}


/* 图片新闻 */
.site{
	line-height: 50px;
	border-bottom: 1px solid #eee;
}
.site span, .site a{
	color: #999;
	font-size: 15px;
}
.pic_news, .pic_news ul, .word_news, .word_news ul, .teacher_nr ul{
	display: flow-root;
}
.pic_news{
	margin-top: 20px;
}
.pic_news ul li{
	width: 275px;
	float: left;
	cursor: pointer;
	padding-bottom: 20px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	margin: 0 33px 33px 0;
}
.pic_news ul li:nth-child(4n){
	margin: 0 0 33px 0;
}
.pic_news ul li .pic_news_tu {
    width: 100%;
    height: 185px;
    overflow: hidden;
}
.pic_news ul li .pic_news_tu img {
    width: 100%;
    height: 100%;
    transition: all .5s;
    object-fit: cover;
}
.pic_news ul li p {
    font-size: 15px;
    color: #202020;
    text-align: justify;
    margin: 8px;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.pic_news ul li span{
	color: #a9a9a9;
	float: right;
	margin-right: 8px;
	font-size: 15px;
}
.pic_news ul li i img{
	margin-top: 2px;
}
.word_news{
	margin-top: 10px;
}
.word_news ul{
	margin-bottom: 40px;
}
.word_news ul li{
	border-bottom: 1px dashed #eeeeee;
	overflow: hidden;
}
.word_news ul li a{
	line-height: 50px;
	font-size: 16px;
	color: #202020;
	max-width: 1000px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	float: left;
	width: 1000px;
}
.word_news ul li a:hover{
	color: #0e5ca0;
	font-weight: bold;
}
.word_news ul li span{
	font-size: 14px;
	float: right;
	color: #a9a9a9;
	line-height: 50px;
}
.word_news ul li p {
		font-size: 16px;
		float: left;
		color: #a9a9a9;
		line-height: 50px;
}
	.word_news ul li .xiazai {
		font-size: 14px;
		float: right;
		color: #a9a9a9;
		line-height: 50px;
		color: #202020;
		cursor:pointer;
	}
.word_news ul li .xiazai:hover {
	 color: #0e5ca0;
	 font-weight: bold;
}
/* 详情页 */
.details_nr{
	border: 1px solid #eee;
	border-top: none;
	padding: 50px 40px;
	margin-bottom: 50px;
}
.details_nr h3{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #202020;
}
.details_nr p.details_sj{
	font-size: 14px;
	color: #999;
	text-align: center;
	margin: 15px 0 20px;
}
.details_text{
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.details_text p{
	text-indent: 2em;
	margin: 15px auto;
	font-size: 18px;
	color: #202020;
	text-align: justify;
	line-height: 38px;
}
/* 老师列表 */
.teacher_title{
	background: #f5f5f5;
	line-height: 37px;
	padding: 20px;
	margin: 30px 0;
}
.teacher_title ul{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: row;
}
.teacher_title ul li{
	flex-grow: 1;
	text-align: center;
}
.teacher_title ul li a{
	padding: 10px 20px;
	background: #ffffff;
	border: 1px solid #BBBBBB;
	font-size: 16px;
	border-radius: 4px;
	color: #333333;
	cursor: pointer;
}
.teacher_title ul li a.active, .teacher_title ul li a:hover{
	background: #2b61b3;
	color: #fff;
	border: 1px solid #2b61b3;
}
.teacher_nr ul li{
	float: left;
	width: 218px;
	border: 1px solid #f1f1f1;
	cursor: pointer;
	margin-right: 25px;
	margin-bottom: 20px;
	padding: 30px 0;
}
.teacher_nr ul li:nth-child(5n){
	margin-right: 0;
}
.teacher_nr ul li:hover img{
	transform:scale(1.1);
	-ms-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1)
}
.teacher_nr ul li .teacher_tu{
	width: 116px;
	height: 116px;
	overflow: hidden;
	border-radius: 100px;
	margin: 0 auto;
}
.teacher_nr ul li .teacher_tu img{
	width: 100%;
	height: 100%;
	transition: all .5s;
	object-fit: cover;
}
.teacher_nr ul li p{
	text-align: center;
}
.teacher_nr ul li p.teacher_name{
	font-size: 18px;
	font-weight: bold;
	color: #202020;
	margin: 18px 0 5px;
}
.teacher_nr ul li p.teacher_dw{
	font-size: 15px;
	color: #999;
	padding: 0 15px;
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
}
/* 老师详情 */
.teacher_information{
	width: 1198px;
	border: 1px solid #eee;
	margin-top: 20px;
}
.teacher_information:last-child{
	margin-bottom: 50px;
}
.teacher_xq_title{
	width: 100%;
	background: #f9fafb;
	line-height: 50px;
}
.teacher_xq_title p{
	font-size: 17px;
	font-weight: bold;
	color: #0e5ca0;
	display: inline-block;
	line-height: 19px;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 4px solid #0e5ca0;
}
.teacher_xq_nr{
	padding: 20px;
}
.teacher_xq_nr p{
	line-height: 36px;
	text-indent: 2em;
	text-align: justify;
}
.teacher_xq_nr .teacher_xq_nr_l{
	width: 112px;
	height: 144px;
	overflow: hidden;
}
.teacher_xq_nr .teacher_xq_nr_l img{
	width: 100%;
	height: 100%;
	transition: all .5s;
	object-fit: cover;
}
.teacher_xq_nr_r_1{
	float: left;
	min-width: 252px;
	color: #202020;
	line-height: 44px;
}
.teacher_xq_nr_r{
	margin-left: 36px;
	margin-top: 6px;
}
/* 云课堂 */
.cloud_box{
	position: relative;
	min-height: 435px;
}
/* 左侧开始 */
.cloud_left{
	position: absolute;
	z-index: 10;
	width: 240px;
	top: 0;
	left: 0;
	bottom: 0;
	background: #f9fafb;
	color: #333;
	overflow: hidden;
	overflow-y: scroll;
	padding-bottom: 30px;
}

.l_tree_container {
	width: 100%;
	height: 100%;
	position: relative;
}

.l_tree {
	width: 100%;
	height: 100%;
}
.l_tree_branch {
	width: calc(100% - 33px);
	height: 100%;
	display: block;
	padding: 20px 13px 0 20px;
	position: relative;
}
#name > .l_tree_container > ul > li > ul > li.l_tree_branch{
	padding: 20px 13px 0 26px;
}
#name > .l_tree_container > ul > li > ul > li > ul > li.l_tree_branch{
	padding: 20px 13px 0 39px;
	display: none;
}
.l_tree_branch .l_tree_children_btn {
	width: 19px;
	height: 19px;
	background-color: #0e5ca0;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	outline: none;
	border-radius: 3px;
	cursor: pointer;
}
.l_tree_branch .l_tree_children_btn i{
	font-style: normal;
}

ul.l_tree:before {
	content: '';
	border-left: 1px dashed #999999;
	height: calc(100% - 9px);
	position: absolute;
	left: 10px;
	top: 0px;
}
#name > .l_tree_container > ul > li > ul.l_tree:before{
	height: calc(100% - 9px);
}

.l_tree .l_tree_branch:last-child::before {
	content: '';
	width: 3px;
	height: calc(100% - 24px);
	display: block;
	/* background-color: #ffffff; */
	position: absolute;
	bottom: 0;
	left: -34px;
}

.l_tree,
.l_tree_branch {
	position: relative;
}

.l_tree_branch::after {
	content: '';
	width: 14px;
	height: 0;
	border-bottom: 1px dashed #999;
	position: absolute;
	right: calc(100% - 25px);
	top: 31px;
}
#name > .l_tree_container > ul > li > ul > li > ul > li.l_tree_branch::after{
	width: 25px;
	right: calc(100% - 35px);
}

.l_tree_container>.l_tree::before,
.l_tree_container>.l_tree>.l_tree_branch::after {
	display: none;
}
/* 右侧开始 */
.cloud_right{
	margin-left: 240px;
	width: 960px;
}
.cloud_right_box ul{
	margin-bottom: 20px;
	overflow: hidden;
}
.cloud_right_box ul li{
	width: 458px;
	border: 1px solid #f1f1f1;
	float: left;
	margin: 20px 0 0 20px;
}
.cloud_right_box ul li .cloud_right_nr{
	padding: 10px;
}
.cloud_right_tu{
	width: 150px;
	height: 94px;
	overflow: hidden;
	border-radius: 3px;
}
.cloud_right_tu img {
    width: 100%;
    height: 100%;
    transition: all .5s;
    object-fit: cover;
}
.cloud_right_zi{
	width: 278px;
	margin-left: 10px;
	margin-top: 9px;
}
.cloud_right_zi h3{
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
	margin-bottom: 12px;
}
.cloud_right_zi span{
	font-size: 12px;
	color: #999;
	width: 130px;
	display: inline-block;
	overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
	margin-bottom: 6px;
}
.cloud_right_zi span:nth-child(3n){
	margin-left: 5px;
}