/* æ ·å¼é‡ç½® */
html,body,ul,li,ol,img,a,p,div,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
html{
	font-size: 14px;
}
body{
	font-family: "å¾®è½¯é›…é»‘";
	background: #fff;
}
a,
a:hover{
	color: #666;
	text-decoration: none;
}
a{
	transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
ul,ol{
	list-style: none;
}
input{
	border: none;
	border: 1px solid #ccc;
	outline: none;
}
img{
	/*display: block;*/
	border: 0 none;
}
.fz{
        font-family: "å¾®è½¯é›…é»‘";
	font-family: "æ–¹æ­£ç²—å®‹ç®€ä½“";
}




.wyjztb{    width: 300px;
    height: 50px;
    border: 1px solid #000;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    margin: 0 auto;
    background: #981E33;
    color: #fff;}


.wyjztb a{color: #fff;}

.img_box{overflow:hidden;height:206px}

/* æ·»åŠ æ–°çš„æ ·å¼ */
.f_left{
	float: left;
}
.f_right{
	float: right;
}
.clearfix::before,
.clearfix::after{
	content: "";
	display: block;
	height: 0;
	line-height: 0px;
	clear: both;
	visibility: hidden;
}
.areaheart{
	width: 1200px;
	margin: 0 auto;
}
.sheng{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cb{
	clear: both;
}

.mobile_nav{
	position: absolute;
	right: 10px;
	top: 50%;
	width: 22px;
	z-index: 10;
	display: none;
	margin-top: -10px;
}
.bg_fixed{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	display: none;
	background: rgba(0, 0, 0, .5);
}
.mobile_nav img{
	width: 100%;
	height: 100%;
}
.mobile_nav_list{
	display: block;
	position: fixed;
	right: -100%;
	top: 0;
	z-index: 13;
	width: 50%;
	background: #981e32;
}
.mobile_nav_list ul li{
	width: 100%;
	font-size: 16px;
	border-bottom: 1px solid #981e32;
}
.nav_close{
	padding: 10px;
	display: none;
}
.nav_close img{
	width: 22px;
	height: 22px;
	float: right;
}
.mobile_nav_list .nav_close{
	display: block;
}
.top .areaheart{
	position: relative;
}
.top{
	height: 110px;
	background: #FFF;
}
.logo{
	width: 29%;
	margin-top: 24px;
}
.logo img{
	width: 100%;
	height: 100%;
}
.top_rgt ul{
	float: right;
}
.top_rgt li{
	float: left;
	font-size: 14px;
	margin: 0 14px;
	line-height: 50px;
	background-position: left center;
	background-repeat: no-repeat;
}
.top_rgt li a:hover{
	color: #981e32;
}
.top_rgt li button{
	border: none;
	background-color: transparent;
	outline: none;
	cursor: pointer;
}
.top_rgt li a{
	color: #9e9e9e;
}
.top_nav>ul{
	float: right;
}
.top_nav>ul>li{
	float: left;
	font-size: 18px;
	margin: 0 14px;
	line-height: 44px;
	position: relative;
}
.top_nav li a{
	color: #333;
}
.top_nav li:hover a{
	color: #981e32;
}
.top_nav li .nav_second{
	position: absolute;
    left: 50%;
    top: 57px;
    margin-left: -55px;
    background: #333;
    z-index: 2;
    min-width: 170px;
    opacity: .8;
    text-align: left;
    text-indent:1em;
    display: none;
    border-top: 3px solid #981E32;}
.mobile_nav_list li .nav_second{
	left: -70px;
	top: 0;
	background: #fff;
}
.top_nav .nav_second li{
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
}
.top_nav .nav_second li a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}
.top_nav .nav_second li:hover a{
	background: #fff;
	color: #333;
}
.mobile_nav_list .nav_second li a{
	color: #333;
}
/* bannerè½®æ’­å›¾éƒ¨åˆ† */
.flexslider {
    height: 500px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.slides {
    position: relative;
    z-index: -1;
}
.slides li {
    height: 500px;
    z-index: -1;
}
.flex-direction-nav {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 50%;
    margin-top: -32px;
}
.flex-direction-nav li a {
    display: block;
    width: 34px;
    height: 65px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}
.flex-direction-nav li a.flex-prev {
    left: 0px;
    background: url(../img/icon_banner.png) no-repeat;
}
.flex-direction-nav li a.flex-next {
    right: 0px;
    background: url(../img/icon_banner.png) right top no-repeat;
}
.flex-control-nav {
    position: absolute;
    bottom: 60px;
    z-index: 2;
    width: 100%;
    text-align: center;
}
.flex-control-nav li {
    display: inline-block;
    width: 36px;
    height: 5px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}
.flex-control-nav a {
    display: inline-block;
    width: 36px;
    height: 5px;
    background: #fff;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    color: #f5a016;
    font-size: 0px;
}
.flex-control-nav .flex-active {
    background: #991D35;
}
.con_pb40{
	background-color: #f4f5f9;
	padding-bottom: 40px;
}
.part_ug{
	width: 100%;
	height: 38px;
	background: pink;
	position: relative;
}
.part_ug ul{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	background: #c55063;
	overflow: hidden;
}
.part_ug li{
	float: left;
	width: 12.5%;
	height: 78px;
	text-align: center;
	background-color: #981e32;
	border-left: 1px solid #c55063;
}
.part_ug li:nth-child(1) a,
.part_ug li:nth-child(1){
	border-left: 0 none;
}
.part_ug li:nth-child(6){
	border-right: 0 none;
}
.part_ug li a{
	color: #fff;
	line-height: 24px;
	font-size: 24px;
	padding-top: 12px;
	display: block;
	width: 100%;
	height: 100%;
}
.part_ug li a span{
	color: #fff;
	font-size: 14px;
}
.part_ug li:hover{
	background: #AD860F;
}
.part_ug li:hover a span,
.part_ug li:hover a{
	color: #fff;
}
.part_nav{
	height: 78px;
	width: 100%;
	text-align: center;
}
.part_nav ul{
	margin-top: 22px;
	display: inline-block;
}
.part_nav li{
	float: left;
	margin: 0 24px;
	line-height: 54px;
	font-size: 26px;
	font-weight: bold;
	position: relative;
}
.part_nav li i{
	position: absolute;
	right: -25px;
	top: 15px;
	height: 24px;
	width: 2px;
	background-color: #e4e4e4;
}
.part_nav li a{
	color: #981e32;
	position: relative;
}
.part_nav li:hover,
.part_nav li.hot{
	border-bottom: 2px solid #951F2F;
}
.part_nav li:hover a::before,
.part_nav li.hot a::before{
	content: "";
	display: inline-block;
	width:0;
    height:0;
    border-width:0 4px 4px;
    border-style:solid;
    border-color:transparent transparent #951F2F;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -4px;
}
.part_pic_list{
	padding: 30px 0;
}
.part_pic_list ul{
	display: none;
}
.part_pic_list li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
	box-shadow: 0px 1px 5px 0px #e5e5e5;
}
.n3{
	margin-right: 0!important;
}
.n4{
	display: none;
}
.part_pic_list li img{
	width: 100%;
	height: auto;
	transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.part_pic_list li a{
	display: block;
	position: relative;
}
.part_pic_list li p{
	color: #333;
	width: 100%;
	padding: 10px 0;
	min-height: 80px;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
}
.part_pic_list li span:hover,
.part_pic_list li:hover p{
	color: #972232;
}
.part_pic_list li .txt{
	padding: 0 20px;
}
.part_pic_list li .date{
	background-color: pink;
	
	line-height: 46px;
	border-top: 1px solid #eee;
}

.news{
	background: #fff;
}
.public_style{
	width: 49%;
	float: left;
	padding: 20px 0;
	margin-right: 2%;
}
.public_style:nth-child(2){
	margin-right: 0;
}
.news_head{
	line-height: 54px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.news_head h2{
	font-size: 26px;
	font-weight: normal;
	color: #888;
	position: relative;
}
.news_head h2 .hot{
	color: #972232;
}
.news_head h2 span{
	float: left;
	cursor: default;
}
.news_head h2 i{
	float: left;
	display: block;
	height: 24px;
	width: 2px;
	background-color: #e4e4e4;
	margin: 15px 22px;
}
.news_head a{
	font-size: 16px;
	color: #666;
	display: none;
}
.news_head a.hot{
	display: block;
}
.news_head a::after{
	content: "";
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-left: 10px;
	background: url('../img/icon_more1.png') no-repeat;
}
/* .pub_list ul{
	display: none;
} */
/* .pub_list ul.hot{
	display: block;
} */
.pub_list li{
	position: relative;
	margin: 20px 0;
}
.public_style .data{
	position: absolute;
	left: 0;
	top: 0;
	width: 46px;
	height: 46px;
	border-radius: 4px;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #972232;
}
.public_style .data p{
	display: block;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	background: #972232;
}
.pub_list li .txt{
	width: 100%;
	font-size: 14px;
	color: #333;
	min-height: 44px;
	line-height: 22px;
	padding-left: 60px;
	overflow: hidden;
}
.pub_list li .txt2{
	padding-left: 18px;
	border-left: 2px solid #ccc;
}
.pub_list li .txt2 a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list_in li:hover p,
.picture_list li:hover p,
.video_rgt li:hover a,
.news_head a:hover,
.pub_list li a:hover{
	color: #972232;
} 
.notice li{
	line-height: 22px;
	color: #333;
	padding: 1px 12px;
	background: #F4F5F9;
	position: relative;
}
.notice li span{
	color: #999;
	font-size: 12px;
}
.notice li p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 100%;
}
.notice li::before{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #951F2F #951F2F transparent;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.part_professors{
	height: 500px;
	background: url('../img/img10.png') no-repeat right center;
	background-color: #f8f3e6;
}
.part_professors .hd h3{
	font-size: 26px;
	color: #981e32;
	font-weight: normal;
}

/* æ•™æŽˆè§‚ç‚¹css -------------------------------------- */
.picScroll{  text-align:center; width: 85%; }
.picScroll .bd ul{ width:100%;  float:left; padding-top:10px;  }
.picScroll .bd li{ width:25.33%; margin: 0 4%;height: 330px; float:left; 
	font-size:14px; text-align:center;}

.picScroll .hd{  line-height:60px; 
	border-bottom:1px solid #ccc;    overflow:hidden; 
	text-align:center;  padding-top: 20px;}
.picScroll .hd ul{ float:right; padding-top:16px;   }	
.picScroll .hd li{ display: none; }
.picScroll .prev,.picScroll .next{ cursor: pointer; display:block; float:left;  
	width:18px; height:24px; background:url(../img/pisScrollIcons.png) -6px -5px no-repeat; overflow:hidden; margin:18px 5px 0 5px;  }
.picScroll .next{ background-position:-34px -5px; float: right; }
.picScroll .prevStop{ background-position:-6px -36px; }
.picScroll .nextStop{ background-position:-34px -36px; }

.prof_turn .line{
	width: 50px;
	height: 1px;
	background-color: #bbb;
	margin: 10px auto;
}
.prof_turn .pic_box{
	width: 160px;
	height: 160px;
	background-color: #fff;
	border-radius: 140px;
	margin: 20px auto;
	overflow: hidden;
}
.prof_turn .pic_box img{
	width: 100%;
	height: 100%;
}
.prof_turn h4{
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.prof_turn p{
	font-size: 12px;
	color: #999;
	line-height: 24px;
}
.prof_turn p:hover,
.prof_turn h4:hover{
	color: #981e32;
}
.part_forum{
	height: 520px;
	background-color: #981e32;
}
.part_forum h2{
	text-align: center;
	font-size: 26px;
	color: #fff;
	font-weight: normal;
	padding: 45px 0;
}
.forum_list li{
	width: 22.9%;
	height: 360px;
	box-shadow: 0px 1px 5px 0px #5c0614;
	float: left;
	background-color: #fff;
	margin-left: 2.666%;
}
.forum_list li:nth-child(1){
	margin-left: 0;
}
.forum_list li .txt{
	position: relative;
	padding: 40px 20px;
}
.forum_list li .txt p{
	font-size: 15px;
	color: #333;
	line-height: 26px;
}
.forum_list li .date{
	width: 60px;
	height: 60px;
	position: absolute;
	left: 20px;
	top: -30px;
	color: #fff;
	background-color: #b18113;
	text-align: center;
	font-size: 12px;
}
.forum_list li .date .hao{
	font-size: 24px;
	line-height: 36px;
}
.forum_list li .txt p:hover{
	color: #981E33;
}
.forum_list .img_box img{
	width: 100%;height:206px
}
.part_video{
	padding-bottom: 45px;
	padding-top: 40px;
}
.video{
	width: 60%;
	background: #fff;
	height: 380px;
}
.video img{
	width: 100%;
	height: 100%;
}
.video_rgt{
	width: 35%;
}
.video_rgt li{
	width: 100%;
	height: 66px;
	line-height: 66px;
	background: #f0f0f0;
	margin-bottom: 13px;
	font-size: 18px;
}
.video_rgt2 li{
	background: #fff;
	font-size: 16px;
	height: 52px;
	line-height: 52px;
	margin-bottom: 20px;
}
.video_rgt li a{
	display: block;
	color: #3b383b;
}
.video_rgt li a i{
	float: left;
	display: inline-block;
	width: 24%;
	height: 52px;
	margin-left: 8%;
	background: url('../img/icon_ts.png') no-repeat center;
	transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    margin-top: 10px;
}
.video_rgt2 li a i{
	margin-top: 0;
}
.video_rgt li:nth-child(2) a i{
	background-image: url('../img/icon_xb.png');
}
.video_rgt li:nth-child(3) a i{
	background-image: url('../img/icon_xt.png');
}
.video_rgt li:nth-child(4) a i{
	background-image: url('../img/icon_zp.png');
}
.video_rgt li a span{
	float: left;
}
.video_rgt li a i:hover{
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.footer{
	background: #e6e6e6;
}
.foot_top{
	min-height: 360px;
}
.foot_in{
	position: relative;
}
.foot_top .friend_link{
	height: 50px;
	width: 100%;
	background: #B18113;
	position: absolute;
	left: 0;
	top: -25px;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
}
.friend_link p{
	float: left;
	width: 15%;
	font-size: 18px;
	display: inline-block;
	background: #981E33;
}
.friend_link li{
	float: left;
	width: 17%;
}
.friend_link li a{
	color: #fff;
}
.friend_link li a:hover{
	color: #981e32;
}
.foot_nav{
	padding-top: 64px;
}
.foot_box h4{
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}
.foot_box{
	float: left;
	width: 10%;
	min-height: 266px;
	text-align: center;
	border-left: 1px solid #ccc;
}
.foot_box ul{
	display: inline-block;
}
.foot_box li{
	text-align: left;
	line-height: 30px;
}
.foot_box li a{
	color: #878787;font-size:13px
}
.foot_box li a:hover{
	color: #981E33;
}
.foot_box:last-child{
	width: 20%;
	padding-left: 30px;
}
.fbox_top .wx{
	float: left;
	width: 52px;
	height: 52px;
	margin-right: 18px;
	position: relative;
}
.fbox_top .wx a{
	display: block;
	border-radius: 5px;
	background-color: #666;
}
.fbox_top .wx_ewm{
	position: absolute;
	left: -35px;
	top: -123px;
	width: 120px;
	height: 120px;
	padding: 10px;
	background: #fff;
	display: none;
}
.fbox_top .wx:hover .wx_ewm{
	display: block;
}
.fbox_top .wx:hover a{
	background: #000;
}
.fbox_top{
	margin-bottom: 30px;
}
.rzheng p{
	font-size: 15px;
	color: #aaa;
	text-align: left;
	line-height: 50px;
}
.rzheng .jigou{
	display: inline-block;
	float: left;
	margin-right: 30px;
	margin-bottom: 36px;
}
.foot_btm{
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: #242424;
}
.foot_btm a{
	color: #fff;
	margin-left: 15px;
}
.foot_btm a:hover{
	color: #981e32;
}
/* å›¾ç‰‡åˆ—è¡¨é¡µé¢ */
.banner_sm{
	width: 100%;
	margin: 0 auto;
	height: 300px;
}
.nav_lf{
	width: 20%;
}
.nav_lf h2{
	font-weight: normal;
	line-height: 70px;
	color: #fff;
	font-size: 28px;
	text-align: center;
	border-bottom: 1px solid #85061c;
}
.nav_in{
	background-color: #981e33;
}
.nav_in li{
	border-bottom: 1px solid #85061c;
	line-height: 40px;
}
.nav_in li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	position: relative;
}
.nav_in li a::after{
	position: absolute;
	right: 10px;
	top: 15px;
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	background: url('../img/icon_more3.png') no-repeat;
}
.nav_in li span{
	display: inline-block;
	padding: 0 18px;
	font-size: 16px;
	color: #fff;
}
.nav_in li:hover,
.nav_in li.hot{
	background-color: #b18113;
}
.other_lf{
	margin-top: 20px;
	width: 100%;
}
.con_rgt{
	margin-top: 10px;
	width: 76%;
}

.logo_box{
	padding: 45px 0;
	text-align: center;
}
.logo_box img{
	margin: 0 auto;
	display: inline-block;
}
.con_head{
	height: 50px;
	line-height: 50px;
	color: #333;
	border-bottom: 1px solid #981e32;
padding:0 20px;
}
.con_head h2{
	font-size: 24px;
	font-weight: normal;
}
.con_head p{
	color: #888;
}
.con_head a{
	font-size: 14px;
	color: #888;
}
.picture_list{
	width: 100%;
	position: relative;
}
.picture_list .button_turn{
	position: absolute;
	right: -70px;
	top: 20px;
}
.picture_list .button_turn li{
	width: 50px;
	height: 50px;
	float: none;
	margin: 0;
	cursor: pointer;
	margin-bottom: 1px;
}
.picture_list li{
	float: left;
	width: 30.333%;
margin: 0 1.5%;
	margin-top: 20px;
transition: 1s;
}
.picture_list li img{
	width: 100%;
	height: auto;
}
.picture_list li .img_box img{
height: 100%;
}

.picture_list li .img_box{
	overflow: hidden;
}




.picture_list li span{
	font-size: 14px;
	color: #333;
	display: block;
	padding-top: 10px;
}
.picture_list li h4{
	display: block;
	font-weight: normal;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	line-height: 28px;
	height: 85px;
}
.picture_list li:hover h4{ color: #981e33; }
.picture_list li p{
	font-size: 14px;
	color: #999;
	line-height: 21px;
	display: none;
}
.picture_list.hot li p{
	display: block;
}
.picture_list .piclist li:hover{
	box-shadow: 0 2px 5px 0 #aaa;
}
.picture_list.hot .piclist{
	padding-top: 20px;
}
.picture_list.hot .piclist li{
	width: 100%;
	margin: 0;
	padding: 20px;
	background-color: #fff;
	margin-bottom: 10px;
}
.picture_list.hot .piclist li h4{
	height: 60px;
}
.picture_list.hot .piclist li .img_box{
	float: left;
	width: 30.5%;
}
.picture_list.hot .piclist li .txt{
	float: right;
	width: 67%;
}

.page{
	margin: 30px auto;
}
.page img{
	width: 70%;
	margin-left: 15%;
}
.article_in{
	font-size: 14px;
	color: #333;
	padding: 20px 30px;
	line-height: 25px;
}
.article_in p{color: #333;
    font-size: 16px!important;
    line-height: 2!important;
    font-family: "Microsoft YaHei"!important;}
.teacher_in{
	padding: 0px;
	width: 100%;
	
}
/* è°·æ­Œæµè§ˆå™¨éšè—æ»šåŠ¨æ¡ */
.teacher_in::-webkit-scrollbar {
    display: none;
}
.teach_table table{
	width: 100%;
	text-align: center;
	line-height: 38px;
}
.teach_table th{
	font-size: 16px;
	color: #fff;
	background: #981e33;
	border-bottom: 1px solid #f4f5f9;
}
.teach_table td{
	font-size: 14px;
	color: #333;
	background: #fff;
	border-bottom: 1px solid #f4f5f9;
}
.teach_table td a{
	color: #333;
}
.list{
	padding-top: 0;
}
.list_in{
	padding: 20px 0;
	border-bottom: 1px dashed #C9C9C9;
}
.list_in:last-child{
	border-bottom: 0 none;
}
.list_in ul{
	padding-left: 0px;
}
.list_in li{
	font-size: 14px;
	line-height: 32px;
           height: 32px;
	background: url(../img/icon_squ.png) no-repeat 4px center;
	color: #999;
}
.list_in li p{
	color: #333;
	float: left;text-indent: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 80%;
}
.list_in li>span{
	float: right;
	color: #696969;
}
.word_sc{
	margin-bottom: 20px;
	line-height: 30px;
	border-radius: 15px;
	background: #B18113;
	padding: 0 1.9%;
	min-width: 600px;
}
.word_sc li{
	float: left;
	width: 3.846%;
	text-align: center;
}
.word_sc li a{
	font-size: 16px;
	color: #fff;
}
.teach_table th.world{
	font-size: 24px;
	color: #B18113;
	background: none;
}
.teach_table{
	/* max-height: 600px; */
	min-width: 600px;
	overflow: scroll;
}
/* è°·æ­Œæµè§ˆå™¨éšè—æ»šåŠ¨æ¡ */
.teach_table::-webkit-scrollbar {
    display: none;
}
.teach_table2 th{
	color: #333;
	background-color: #fff;
}
.list_title{
    padding: 0 20px;
    padding-top: 20px;
    line-height: 42px;
}
.list_title h4{
    font-size: 24px;
    color: #333;
    line-height: 42px;
    text-align: center;
}
.art_info{
    border-bottom: 1px dashed #DEDEDE;
    text-align: center;
}
.art_info ul{
    display: inline-block;
}
.art_info li{
    float: left;
    margin: 0 14px;
    font-size: 14px;
    color: #777;
    line-height: 32px;
}
.list_con{
	padding: 10px 50px;
	color: #333;
	font-size: 14px;
	line-height: 28px;
}
.list_con p{color: #333;
    font-size: 16px!important;
    line-height: 2!important;
    font-family: "Microsoft YaHei"!important;}
.art_in_img {
    width: 500px;
    height: 333px;
    margin: 20px auto;
}
.art_in_img img {
    width: 100%;
    height: 100%;
}
.art_page{
    padding: 20px 20px;
    padding-bottom: 40px;
    border-top: 1px dashed #DEDEDE;
}
.art_page li{
    font-size: 15px;
    line-height: 32px;
    color: #444;
}
.art_foot li:hover a,
.art_page li:hover a{
    color: #981e32;
}
.share{
	padding: 20px;
}
.bdsharebuttonbox{
	float: right;
}
/* æ•™å¸ˆå†…å®¹é¡µé¢ */
.teach_title .teach_img{
	width: 120px;
	height: 160px;
	overflow: hidden;
	margin-right: 20px;
}
.teach_title img{width:100%;height:100%
	
}
.teach_img f_left img{width:100%!important;height:100%!important}
.teach_info{
	margin-top: -6px;
}
.teach_info li{
	font-size: 14px;
	color: #000;
	line-height: 29px;
}
.teach_info li h4{
	display: inline-block;
	color: #333;
	margin-right: 27px;
}
.teach_con_in{
	font-size: 14px;
	color: #000;
	line-height: 30px;
}
.teach_con_in h2{
	font-size: 18px;
	color: #981e32;
	line-height: 34px;
	margin-top: 20px;
}

/* é€šçŸ¥å…¬å‘Šåˆ—è¡¨é¡µ */
.list_notice{
	position: relative;
}
.list_notice .line{
	height: 100%;
	width: 1px;
	position: absolute;
	left: 68px;
	top: 0;
	background-color: #c5c5c5;
}
.list_notice li{
	position: relative;
	padding-left: 94px;
	padding-bottom: 20px;
}
.list_notice li::before{
	content: "";
	width: 13px;
	height: 13px;
	background: url('../img/icon06.png') no-repeat center;
	position: absolute;
	left: 62px;
	top: 45px;
	visibility: visible;
}
.list_notice li span{
	position: absolute;
	left: 0px;
	top: 42px;
	color: #981e33;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}
.list_notice li span i{
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
.list_notice li h4{
	padding-top: 40px;
	font-size: 16px;
	color: #333;
	line-height: 24px;
}
.list_notice li p{
	font-size: 12px;
	color: #888;
	line-height: 20px;
}
.article_right{
	width: 21%;
	margin-top: 10px;
}
.article_right h2{
	font-size: 24px;
	color: #b18113;
	line-height: 40px;
	height: 40px;
	padding-left: 54px;
	font-weight: normal;
	margin-bottom: 20px;
	background: url('../img/icon07.png') no-repeat left center;
}
.article_right .gengxin h2{
	color: #981e33;
	background-image: url('../img/icon08.png');
}
.gengxin .bg_box{
	margin-left: -5px;
	font-size: 12px;
	color: #fff;
	width: 128px;
	height: 26px;
	text-indent: 52px;
	line-height: 26px;
	background: url('../img/icon09.png') no-repeat center;
}
.gengxin{
	margin-top: 20px;
}
.gengxin ul{
	padding-left: 10px;
}
.gengxin li{
	padding: 10px 0;
	border-left: 1px solid #d8d8d8;
}
.gengxin li p{
	font-size: 14px;
	color: #333;
	line-height: 25px;
	padding-left: 12px;
	padding-top: 6px;
}
.gengxin li p:hover{
	color: #981e33;
}

/* å­¦é™¢è¦é—»css -------------------------------------- */
.focus{ width:100%; height:165px;  margin:0 auto; position:relative; overflow:hidden;   }
.focus .hd{ width:100%; height:11px;  position:absolute; z-index:1; bottom:5px; text-align:center;  }
.focus .hd ul{ display:inline-block; height:5px; padding:3px 5px; 
	-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size:0; vertical-align:top;
}
.focus .hd ul li{ cursor: pointer; display:inline-block; width:6px; height:6px; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; border: 1px solid #b80505; margin:0 5px;  vertical-align:top; overflow:hidden;   }
.focus .hd ul .on{ background:#b80505;  }

.focus .bd{ position:relative; z-index:0; }
.focus .bd li img{ width:100%;  height:140px; background:url(images/loading.gif) center center no-repeat;  }
.focus .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* å–æ¶ˆé“¾æŽ¥é«˜äº® */  }

.rTop{
    width: 50px;
    padding: 5px 0;
    background: #B18113;
    position: fixed;
    right: 10px;
    bottom: 20px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 20px;
    display: none;
    border-radius: 5px;
}
.rTop:hover{
    background: #981E33;
}

/* æœç´¢æ¡† */
.top_rgt li.search{
	padding-left: 0;
	margin-right: 0;
}
.search_box{
	width: 140px;
	height: 24px;
	margin-top: 12px;
	position: relative;
	border: 1px solid #aaa;
	border-radius: 24px;
}
.search_box input{
	outline: none;
	border: none;
	background: transparent;
}
.search_box .ipt_txt{
	position: absolute;
	left: 0;
	top: 1px;
	height: 19px;
	line-height: 19px;
	width: 100px;
	color: #333;
	padding-left: 7px;
}
.search_box .ipt_sub{
	position: absolute;
	right: 0;
	top: 0;
	width: 26px;
	text-indent: -99em;
	background: url('../img/icon05.png') no-repeat center;
}



.teach_title .teach_img{
	width: 25%;
	margin-right: 3%;
	height: 310px;
}
.teach_info{
	width: 72%;
	padding-top: 50px;
}
.teach_info li{
	line-height: 38px;
}
.teach_info li .line{
	width: 100%;
	height: 1px;
	margin: 20px 0;
	background-color: #ccc;
}
.teach_info li h4{
	font-weight: normal;
}
.teach_info li .tel{
	width: 50%;
	float: left;
}

.table_turn{
	margin-top: 30px;
	margin-bottom: 12px;
	height: 46px;
	border-bottom: 1px solid #ccc;
}
.table_turn ul{
	overflow: hidden;
	border-left: 1px #ccc solid;
}
.table_turn li{
	float: left;
}
.table_turn li a{
	display: block;
    width: 161px;
    height: 46px;
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 46px;
    background: #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px #ccc solid;
    border-right: 1px #ccc solid;
}
.table_turn li.hot a {
    background: #f4f5f9;
    color: #981e32;
    font-size: 20px;
    font-weight: bold;
}
.teach_con_in{
	display: none;
}
.teach_con_in.hot{
	display: block;
}




/* é¡¶éƒ¨æ»‘åŠ¨å›ºå®šä»£ç  */
.flexslider{
	margin-top: 110px;
}
.top_fixed{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	border-bottom: 1px solid #eee;
	box-shadow: 0 0 3px 0px #aaa;
}









.part_video .video{
	position: relative;
	overflow: hidden;
	background-color: #000;
}


.part_video .video #videoid{
	width: 100%;
	height: 100%;
}
.video_list{
	position: absolute;
	right: -160px;
	top: 0;
	width: 160px;
	height: 380px;
	background: rgba(0, 0, 0, 0.5);
}
.video_list ul{
	padding: 10px;
}
.video_list li{
	padding-top: 5px;
	padding-bottom: 10px;
	line-height: 1.5em;
}
.video_list li{
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.video_list li:hover{
	color: #b18113;
}
.video_btn{
	width: 40px;
	height: 60px;
	background: url('../img/leftjiantou.png') no-repeat center;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: -40px;
	top: 50%;
	margin-top: -30px;
	border-radius: 10px 0 0 10px;
}
.video_btn.on{
	background-image: url('../img/leftjiantou.png');
}
.video_btn.hot{
	background-image: url('../img/rightjiantou.png');
}




.part_nav{
	position: relative;
}
.news_head2{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 54px;
	border: 0 none;
	margin-bottom: 0;
}



.nav_in dl{
	padding: 0;
	margin: 0;
	
	background-color: #96711a;
}
.nav_in li dl a::after{
	display: none;
}
.nav_in dl dd{
	margin: 0;
	height: 32px;
	line-height: 32px;
	text-indent: 2.5em;
}
.nav_in dl dd:hover,
.nav_in dl dd.on{
	background-color: #dda421;
}
.nav_in li.hot a.on::after{
	background-image: url('../img/icon_more4.png');
}








.yuanz_table{
	margin-top: 10px;
}
.yuanz_table th{
	color: #981e33;
	border-bottom: 2px solid #981e33;
	background-color: transparent;
}
.yuanz_table tbody tr:nth-child(odd) td{
	background-color: transparent;
}
.yuanz_table tbody td{
	line-height: 30px;
	padding: 10px 0;
	border-bottom: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
}
.yuanz_table tbody td:first-child{
	border-left: 0 none;
}
.yuanz_table td a:hover{
	color: #981e33;
}

.leader_box{
	width: 103%;
    height: auto;
    overflow: hidden;
	padding: 20px 0;
}
.leader_in{
	float: left;
    width: 47%;
    margin: 0 3% 30px 0;
}
.leader_in h3.tit{
	text-align: center;
    width: 99.6%;
    height: 50px;
    padding: 0;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 49px;
    color: #981e33;
    background-color: #fff;
    border-bottom: 0 none;
}
.leader_in h3 {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
    color: #333;
    font: bold 16px/50px "Microsoft YaHei";
    padding: 0 0 0 10px;
}
.leader_in h3 span {
    font-size: 14px;
    color: #333;
    line-height: 50px;
    padding: 0 0 0 10px;
    font-weight: normal;
}
.leader_in h3 em {
    float: right;
    display: block;
    width: 35px;
    height: 46px;
    background: url('../img/icon_more5.png') center no-repeat;
    cursor: pointer;
}
.leader_in h3.on em{
	background: url('../img/icon_more6.png') center no-repeat;
}
.leader_in ul{ padding:10px 0; color:#999; display:none;}
.leader_in .pic {
	overflow: hidden;
	float: left;
	width: 140px;
	height: 179px;
	margin: 7px 15px 0px 0;
}
.leader_in .pic img {
	display: block;
	width:100%;
	height:100%;
}
.leader_in .txt {
	overflow: hidden;
	padding-left:0;
	font-size:14px;
	line-height:27px;
	color: #333;text-align: justify;
}
@media screen and (max-width: 800px){
	.leader_in{
		float: none;
		width: 100%;
		margin: 0;
		margin-bottom: 30px;
	}

}






















.history .line{
	left: 20px;
}
.history li{
	padding-left: 126px;
	padding-bottom: 15px;
	padding-top: 25px;
}
.history li p{
	color: #333;
	font-size: 15px;
	line-height: 26px;
}
.history li::before{
	left: 14px;
	top: 32px;
	background-image: url('../img/icon10.png');
}
.history li span{
	left: 36px;
	top: 26px;
	font-size: 18px;
	font-weight: normal;
}
@media screen and (max-width: 800px){
	.history li{
		padding-bottom: 0px;
	}

}


/* Ã¦Å Â¥Ã¨â‚¬Æ’Ã¦Ë†â€˜Ã¤Â»Â¬ */
.baokao{
	width: 100%;
}
.baokao_in{
	padding-top: 20px;
}
.baokao_in ul{
	width: 87%;
	margin: 0 auto;
}
.baokao_in ul li{
	float: left;
	width: 38.6%;
	margin: 10px 5.7%;
	margin-bottom: 35px;
	position: relative;
	border: 1px solid #cfcfd1;
	border-top: 0 none;
	border-bottom: 5px solid #cfcfd1;
	box-sizing: border-box;
	transition: .5s;
}
.baokao_in ul li:hover{
	box-shadow: 2px 2px 5px 0px #ccc;
	transform: translateY(-5px);
}
.baokao_in ul li h2{
	position: absolute;
	left: 20px;
	top: 180px;
	font-size: 24px;
	font-weight: normal;
	height: 60px;
	line-height: 60px;
	color: #fff;
	padding: 0 36px;
	background-color: #981e33;
}
.baokao_in ul li .bk_img{
	height: 210px;
}
.baokao_in ul li img{
	width: 100%;
	height: 100%;
	display: block;
}
.baokao_in ul li .bk_link{
	margin-top: 40px;
	line-height: 50px;
	font-size: 20px;
	padding-left: 40px;
	padding-bottom: 20px;
}
.baokao_in ul li .bk_link a{
	display: block;
	width: 90%;
	color: #333;
	background: url('../img/icon11.png') no-repeat right center;
}
.baokao_in ul li .bk_link a:hover{
	color: #981e33;
}

@media screen and (max-width: 1200px){
	.baokao{
		width: 100% !important;
	}
	.baokao_in ul{
		width: 98%;
	}
}
@media screen and (max-width: 500px){
	.baokao_in ul li{
		margin: 0;
		margin-bottom: 20px;
		width: 100%;
	}

}
/* é™¢åº†æèµ  */
.w50{
	width: 50%;
}
.w25{
	width: 25%;
}
.pub_list1 .trun_boxs{
	display: none;	
}
.pub_list ul{
	display: block;
}
.don_tit li{
	float: left;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	margin: 0;	
	background-color: #b22232;
}
.don_tit li b{
	display: block;
	border-left: 1px solid #fff;
	width: 100%;
	height: 100%;
	font-size: 16px;
}
/* æ»šåŠ¨æèµ  */
.txtMarquee-top2{ width:100%;  overflow:hidden; position:relative; }
.txtMarquee-top2 .hd{ display: none; }
.txtMarquee-top2 .infoList li{ height:38px; margin: 0;
	text-align: center;background-color: #f0f0f0;
	line-height: 38px; }
.txtMarquee-top2 .infoList>li{
	border-top: 1px solid #fff;
}
.txtMarquee-top2 .infoList li ol li{
	float: left;
}
.txtMarquee-top2 .infoList li ol li span{
	display: block;
	border-left: 1px solid #fff;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #333;
	margin-top: -5px;
}



/* æˆ‘è¦æèµ  */
select::-ms-expand { display: none; }
.m-form {font-size: 14px;color: #333;padding-top: 28px;}
.m-form h3{color: #981e33;font-size: 20px;
	height: 1.1em;line-height: 1.1em;
	overflow: hidden;margin-bottom: 18px;
	position: relative; margin-top: 10px;
}
.getshow{
	display: none;
}
.point1 {
    height: 35px;
    line-height: 35px;
    color: #9a0000;
    font-size: 12px;
    font-family: 'å®‹ä½“';
    padding-left: 25px;
    float: left;
    overflow: hidden;
}
.m-form h4{color: #000;font-size: 16px;margin-bottom: 16px;}
.m-form .inp{position: relative;width: 450px;height: 40px;line-height: 40px;
	margin-bottom: 10px;color: #000;font-size: 14px;}
.m-form .inp3{ font-size: 14px;color: #333;margin-bottom: 20px;padding-right: 63px;}
.m-form .inp span,.m-form .inp3 span{display: block;float: left;width: 90px;text-align: right;height: 35px;line-height: 35px;}
.m-form .inp em,.m-form .inp3 em{display: block;font-style: normal; overflow: hidden;}
.m-form .inp4 span{width: auto;}
.m-form .input{display: block;width: 100%;height: 40px;line-height: 40px;border: 1px solid #ccc;padding: 0 10px;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.m-form .inp .poa{
	position: absolute;
	right: -100px;
	top: 0;
}
.m-form .inp .poa i{
	font-size: 12px;
	color: #9e162e;
}
.m-form .inp i{display: inline-block;font-size: 18px;color: #950000;vertical-align: middle;margin-right: 6px;font-style: normal;position: relative;top: 2px;}
.m-form  .select1{width: 162px;height: 40px;line-height: 40px;padding: 0 10px;color: #000;font-size: 14px;display: inline-block;border: 1px solid #ccc;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.m-form .section{overflow: hidden;}
.m-form .section .inp{float: left;}
.m-form .section .inp2{margin-right: 64px;}
.m-form .select2{display: block;width: 100%;height: 40px;line-height: 40px;padding: 0 10px;color: #000;font-size: 14px;display: inline-block;border: 1px solid #ccc;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.m-form .point{height: 35px;line-height: 35px;color: #9a0000;font-size: 12px;font-family: 'Ã¥Â®â€¹Ã¤Â½â€œ';padding-left: 25px;float: left;overflow: hidden;}
.m-form .amount .input2{width: 365px;height:40px;line-height: 40px;padding: 0 10px;margin-right: 15px;border: 1px solid #ccc;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.m-form .amount label{
    position: relative;display: block;float: left;cursor: pointer;overflow: hidden;
    background: url(../img/icon32.png) no-repeat 15px center;
}
.m-form .amount label.checked{background-image: url(../img/icon33.png);}
.m-form .amount .radio{background: url(../img/icon32.png) no-repeat center center;width: 10px;height: 10px;display: block;position: absolute;left: 15px;top: 50%;margin-top: -5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;left: -999px;
}
.m-form .amount2,.m-form .amount{overflow: hidden;margin-bottom: 5px;}
.m-form .amount2 .radio{display: inline-block;vertical-align: middle;margin-top:-2px;}
.m-form .amount2 label{margin-right: 48px;padding-left: 20px;background-position: left center;}
.m-form .amount3 label{float: none;margin-bottom: 15px;padding-left: 20px;background-position: left center;}
.m-form .amount3 .radio{margin-right: 10px;display: inline-block;vertical-align: middle;margin-top: -2px;}
.m-form .btn{font-size: 16px;color: #fff;text-align: center;display: block;width: 151px;height: 38px;line-height: 38px;border: none;background:#9a0000;}
.m-form .btn:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.m-form .amount .inp span{width: auto;}

.btntj{
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 200px;
    height: 40px;
    line-height: 40px;
    border: none;
    background: #9e162e;
    cursor: pointer;
}
.btntj:hover{
	background: #b18113;
}
.m-form .pay_way label{
	width: 240px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
	background: url(../img/icon30.png) no-repeat 95% center;
}
.m-form .pay_way label.checked{
	background-image: url(../img/icon31.png);
	border-color: #9e162e;
}
.m-form .amount3 .amount_in{
	padding-left: 20px;
}
.m-form .amount_big label{
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.m-form .amount3 .amount_in label{
	font-size: 14px;
	color: #333;
	font-weight: bold;
}
.amount_in_in{
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 10px;
}
.m-form .amount_in_in .amount{
	margin-top: 20px;
}
.m-form .amount3 .amount_in_in label{
	float: left;
	width: 28%;
	margin-left: 3%;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
@media screen and (max-width: 600px){
	.m-form .amount3 .amount_in_in label,
	.m-form .inp{
		width: 100%;
	}
	.m-form .select1{
		width: 41%;
	}
	.m-form .amount .input2{
		width: 75%;
	}
	#label1{
		width: 100%;
	}
}



/* 2019/09/26 */
/* å¸¸ç”¨èµ„æº */
.resource_line{
	height: 1px;
	width: 100%;
	border-bottom: 1px dashed #cacaca;
}
.resource_xx{
	margin: 30px 0 40px 0;
	border-radius: 8px;
	overflow: hidden;
}
.resource_xx_lf{
	float: left;
	width: 15%;
	min-height: 176px;
	background-color: #981e33;
}
.resource_xx_lf img{
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 15px;display:block
}
.resource_xx_lf p{
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}
.resource_xx_rgt{
	float: right;
	width: 85%;
	min-height: 156px;
	padding: 9px;
	background-color: #fff;
}
.resource_xx_rgt li{
	float: left;
	width: 25%;
	padding-left: 20px;
	line-height: 78px;
}
.resource_xx_rgt li img{
	float: left;
	margin-top: 24px;
	margin-right: 20px;
}

.resource_xx_rgt li span{
	font-size: 16px;
	color: #333;
}
.resource_xx_rgt li span:hover{
	color: #981e33;
}
.resource_xy .resource_xx_rgt li span:hover{
	color: #b18113;
}

.resource_xy .resource_xx_lf{
	background-color: #b18113;
}

@media screen and (max-width: 600px){
	.resource_xx_lf{
		min-height: 130px;
	}
	.resource_xx_lf img{
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.resource_xx_lf,
	.resource_xx_rgt,
	.resource_xx_rgt li{
		width: 100%;
	}
}
/* æ ¡å‹æèµ  */
.jz_con{
	padding-top: 60px;
	background: url('../img/jz_bg.png') no-repeat top center #f4f5f9;
}
.jz_map{
	width: 100%;
	margin: 30px 0;
}
.jz_map img{
	width: 100%;
}
.jz_info{
	font-size: 18px;
	color: #333;
	line-height: 38px;
}
.jz_info h2{
	font-size: 18px;
}
/* æèµ é¡¹ç›® */
.jzxm{
	padding: 30px 0;
}
.jz_box{
	position: relative;
}
.jz_box_lf{
	position: absolute;
	left: 0;
	top: 50px;
	width: 60%;
	height: 208px;
	color: #fff;
	padding: 20px 30px 80px 20px;
	background-color: #981e33;
}
.jz_box_lf a{
	position: absolute;
	right: 30px;
	bottom: 30px;
}
.jz_box_lf h2{
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
	font-weight: normal;
}
.jz_box_lf p{
	font-size: 16px;
	line-height: 28px;
}
.jz_box_rgt{
	float: right;
	width: 48%;
	height: 300px;
}
.jz_box_rgt img{
	width: 100%;
	height: 100%;
}
.jz_box2 .jz_box_lf{
	background-color: #b18113;
}
@media screen and (max-width: 600px){
	.jz_box_lf{
		position: static;
		width: 100%;
		height: auto;
	}
	.jz_box_rgt{
		display: none;
	}
}
/* ç®¡ç†å­¦é™¢å‘å±•åŸºé‡‘ */
.jzxm_in{
	padding: 30px 0;
}
.jz_zt{
	width: 51%;
}
.jz_zt h2{
	font-size: 18px;
	color: #981e33;
	line-height: 32px;
}
.jz_zt h2 a{
	
	color: #981e33;

}

.jz_zt p{
	font-size: 16px;
	color: #333;
	line-height: 36px;
}
.jz_img{
	width: 44%;
}
.jz_img img{
	width: 100%;
	height: auto;
}
.jz_line{
	height: 1px;
	width: 100%;
	margin: 30px 0;
	border-bottom: 1px dashed #cacaca;
}
@media screen and (max-width: 600px){
	.jz_zt, .jz_img{
		width: 100%;
	}
}



.list_con img{display: block;
    margin: 0 auto;
    max-width: 100%;}