@charset "utf-8";
/* 左侧导航 */
.ny_banner img{
   min-height:220px;
   object-fit: cover;
}
main{
    margin: 60px 0;
}
.left_dh{
    width: 320px;
}
.left_dh>h1{
    height: 110px;
    line-height: 110px;
    background: #5d156d;
    font-size: 30px;
    color: #fff;
    padding: 0px 30px;
}
.left_dh>h1 span {
    position: relative;
    top: -8px;
}
.left_dh>h1 span::before {
    content: "";
    position: absolute;
    bottom: -15px;
    width: 1.25rem;
    height: 1px;
    background: #fff;
}
.left_dh>h2{
	display:none;
}
.left_dh ul{
	display: block;
	box-sizing: border-box;
	background: #f5f5f5;
	border-left: 5px solid #7a4486;
	padding-top: 10px;
	box-shadow: 0 0 18px 0 rgba(0,0,0,0.1);
}
.left_dh ul li{
	position:relative;
	background: #fff;
}
.left_dh ul li>a{
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #4c4c4c;
    display: block;
    padding: 15px 20px 15px 30px;
    transition: all 0.36s ease 0s;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
}
.left_dh ul li:hover>a, .left_dh ul li.on>a {
    color: #fff;
    font-weight: bold;
    background: #811d98;
}
.left_dh ul li:hover strong.phone_arrow{
	color:#fff;
}
/* 三级 */
.left_dh li strong.phone_arrow{
    display:block;
    height: 60px;
    line-height: 60px;
    width: 60px;
    text-align:center;
    font-size:21px;
    font-weight:bold;
    position:absolute;
    right:0;
    top:0;
    color: #000;
    z-index:33;
    cursor:pointer;
    transition:all 0.3s ease-in-out;
}
.left_dh ul li.on strong.phone_arrow,.left_nav ul li:hover strong.phone_arrow{
    color: #fff;
}
.left_dh ul li .twoJ_menu a{
    font-size: 17px;
    padding: 12px 10px 12px 50px;
    border-bottom: none;
    line-height: 20px;
    box-sizing: border-box;
    text-indent: 0;
    position: relative;
    display: block;
}
.left_dh ul li .twoJ_menu a.hover{
    color: #7a4485;
    font-weight: bold;
    box-sizing: border-box;
    text-decoration: underline;
}
.left_dh li .twoJ_menu a:hover{
    color: #7a4485;
    font-weight: bold;
    box-sizing: border-box;
    text-decoration: underline;
}
.twoJ_menu{
    display: none;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}
.twoJ_menu::before{
	display:block;
	content:"";
	width:0;
	height:0;
	border-width: 10px 10px 10px 10px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -20px;
	left: 36px;
	z-index: 99;
}
.left_dh ul li.on .twoJ_menu{
    display:block;
}

/* 右侧内容 */
.right_con{
    width: calc(100% - 420px);
}
/* 当前位置 */
.dqwz{
    padding: 10px 0 10px 22px;
    background: url(https://webvpn.cwxu.edu.cn/https/77726476706e69737468656265737421e7e0569b2b7e6b47661dc7a99c406d366c/system/_owners/wxxy/_webprj/img/local.png) 0 12px no-repeat;
    height: auto;
    line-height: 20px;
    border-bottom: #e8e8e8 1px solid;
}
.dqwz,.dqwz span,.dqwz i,.dqwz a{
    font-size: 14px;
    color: #999999;
    font-style:normal;
    text-transform: capitalize;
}
.dqwz i{ 
    margin:0 6px
}
.dqwz a:hover{
    color: #7a4486;
}
.dqwz span{ 
    color:#7a4486
}

/* 列表页 */
.right_con .list ul li{
	padding: 20px 0;
	border-bottom: 1px solid #e8e8e8;
}
.right_con .list ul li .time {
    float: left;
    width: 68px;
}
.right_con .list ul li a {
    float: right;
    width: calc(100% - 95px);
}
.right_con .list ul li .time p {
    height: 38px;
    line-height: 38px;
    text-align: center;
    transition: all 0.5s;
}
.right_con .list ul li .time p:first-child {
    font-size: 22px;
    color: #999999;
    background: #e8e8e8;
}
.right_con .list ul li .time p:nth-child(2) {
    font-size: 14px;
    color: #999999;
    border: 1px solid #e8e8e8;
    line-height: 30px;
    height: 30px;
}
.right_con .list ul li h2{
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 40px;
    height: 40px;
}
.right_con .list ul li a p {
    font-size: 14px;
    color: #999999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 28px;
    height: 28px;
}
.right_con .list ul li:hover .time p:first-child{
    background: #7a4486;
    color: #fff;
} 
.right_con .list ul li:hover {
	border-bottom: 1px solid #7a4486;
}
.right_con .list ul li:hover h2{
	color: #7a4486;
	font-weight:bold;
}
.right_con .list ul li:hover .time p:last-child{
	color: #7a4486;
	border: 1px solid #7a4486;
}
.right_con .list ul.hyap a{
	display:block;
	float: none;
	width: 100%;
}
.right_con .list ul li h2 span{
	color:#99a5a1;
	font-size:16x;
}
.right_con .list ul li:hover h2 span{
	color: #7a4486;
	font-weight:normal;
}
/* 单篇页 */
.right_con .list p.jsz,.right_con .dp p.jsz{
	font-size: 22px;
	line-height: 50px;
	color: #7a4486;
	text-indent: 10px;
}
.right_con .dp{
	margin-top: 30px;
}
.right_con .dp h2{
	font-size: 32px;
	color: #7a4486;
	text-align: center;
	line-height: 40px;
	margin-bottom: 21px;
}
.right_con .dp h3{
	text-align: center;
	font-size: 22px;
	color: #444444;
}
.right_con .dp #vsb_content{
	margin-top: 30px;
}
.right_con .dp p{
	font-size: 18px!important;
	color: #666!important;
	line-height: 42px!important;
	margin-bottom: 20px!important;
	text-indent:2em!important;
	text-align: justify!important;
	font-family: "Microsoft YaHei"!important;
}
.right_con .dp iframe{
	margin:0 auto;
	display:block;
	width:100%;
}
.right_con .dp p span,.right_con .dp p a{
	font-size: 18px!important;
	color: #666!important;
	line-height: 42px!important;
	font-family: "Microsoft YaHei"!important;
}
.right_con .dp #vsb_content img,.right_con .dp #vsb_content p.vsbcontent_img img{
	display:block;
	height:auto;
	margin:0 auto;
	max-width:90%;
}
.right_con .xrld ul{
	width: auto;
	margin-left: 50%;
	transform: translateX(-50%);
	display: inline-block;
}
.right_con .xrld ul li a,.right_con .xrld ul li p{
	padding: 8px 0;
	box-sizing: border-box;
	font-weight: bolder;
}
.right_con .xrld ul li a{
	display:block;
	font-size:20px;
	line-height: 36px;
	color: #7a4486;
	text-align: center;
}
.right_con .xrld ul li p{
	font-size: 20px!important;
	line-height: 36px!important;
	text-indent: 0!important;
	margin-bottom: 0px!important;
	padding-left: 50px;
}
/* 图片列表 */
.right_con .img_list ul li{
	float:left;
	width:23.5%;
	margin-right:2%;
	margin-top: 25px;
}
.right_con .img_list ul li:nth-of-type(4n){
	margin-right:0;
}
.right_con .img_list ul li a,.right_con .img_list ul li a img{
	display:block;
	width:100%;
	height:185px;
	object-fit: cover;
	overflow: hidden;
}
.right_con .img_list ul li a img{
	transition:all .8s;
}
.right_con .img_list ul li a:hover img{
	transform:scale(1.2);
}
/* 文章内容页 */
.right_con .content>h2{
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #111111;
    position: relative;
    margin-top: 30px;
}
/* 文章信息 */
.right_con .content .wzxx{
    width: 80%;
    text-align: center;
    font-size: 0;
    margin: 20px auto 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
}
.right_con .content .wzxx p{
    display: inline-block;
    font-size: 14px;
    color: #b2b2b2;
    line-height: 33px;
}
.right_con .content .con_sub{
    padding: 0 0 12px;
}
.right_con .content .con_sub#vsb_content_6 .vsbcontent_start{
    text-indent: 0 !important;
}

.right_con .content .con_sub p{
    font-size: 18px!important;
    line-height: 40px!important;
    color: #444444;
    text-indent: 2em;
    margin-bottom: 15px!important;
    text-align: justify;
	font-family: "Microsoft YaHei"!important;
}
.right_con .content .con_sub p span,.right_con .content .con_sub p a{
	font-size: 18px!important;
    line-height: 40px!important;
    color: #444444;
	font-family: "Microsoft YaHei"!important;
}
.right_con .content .next_prev{
    margin: 25px 0 0;
    width: 100%;
    padding: 0 40px;
    height: 86px;
    box-sizing: border-box;
    border-radius: 86px;
    background: #fff;
    box-shadow: 0 0 5px 2px #f9f9f9;
}
.right_con .content .next_prev p{
    width: 50%;
}
.right_con .content .next_prev p a{
    display: block;
    width: 100%;
    line-height: 86px;
    font-size: 16px;
    color: #727272;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.right_con .content .next_prev p.fr a{
    text-align: right;
}
.right_con .content .next_prev p a:hover{
    color: #7a4486;
}
#vsb_content_2  p.vsbcontent_img img,#vsb_content_2 p img,#vsb_content p img{
	display:block;
	height:auto;
	margin:0 auto;
	max-width: 90%;
}
#vsb_content_2 table, #vsb_content table{
	width:85%;
}

.list_xx{}
.list_xx table{}
.list_xx table tr{
}
.list_xx table tr td{
    font-size: 16px;
    padding: 8px 5px;
}
.list_xx table tr td.tj{
}
.list_xx table tr td.btfl{
    width: 70px;
}

.list_xx table tr td input{
    border: 1px solid #ddd;
    padding: 5px 10px;
    width: 50%;
}
.list_xx table tr td input.qd,.list_xx table tr td input.qx{
    background: #811d98;
    padding: 10px;
    line-height: 24px;
    height: auto;
    color: #FFF;
    font-size: 18px;
    border: none;
    width: 15%;
    display: inline-block;
    font-size: 15px;
    margin: 10px;
}
.list_xx table tr td input.qd{
}
.list_xx table tr td input.qx{
    background: #e3d8e6;
    color: #000000;
}
.list_xx table tr td textarea{
    width: 80%;
    padding: 10px;
}

.list_xx table tr td span{}
.list_xx table tr td.dbt{
    background: #f8f8f8;
    padding: 10px 20px;
    font-size: 14px;
    margin: 10px 0;
}

/* 检索结果 */
.search .serBox {
    padding: 30px;
    background: #f4f4f4;
    margin-top: 20px;
}
.search .serBox .txt {
    border: none;
    height: 48px;
    line-height: 48px;
    width: 85%;
    font-size: 15px;
    color: #3d3d3d;
    text-indent: 15px;
}
.search .serBox .btn {
    border: none;
    height: 48px;
    width: 15%;
    text-align: center;
    float: right;
    cursor: pointer;
    display: inline;
    color: #fff;
    background: #7a4486;
    font-size: 21px;
    border-radius: 0;
}
.search ul {
    padding-bottom: 30px;
}

.search ul li {
    line-height: 30px;
    border-bottom: 1px solid #dedede;
    padding: 30px 0 20px;
}
.search ul li a {
    display: block;
}
.search ul li a h3 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search ul li a:hover h3 {
    color: #7a4486;
}
.search ul li a:hover p {
    color: #3d3d3d;
}
.search ul li a p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    color: #555555;
    line-height: 30px;
}
.search ul li a span.time {
    color: #999;
    margin-top: 15px;
    display: block;
}
@media only screen and (max-width: 1440px){
	main{
		margin:45px 0;
	}
	.left_dh{
		width:240px;
	}
	.right_con{
		width:calc(100% - 300px);
	}
	.left_dh>h1{
	    height: 88px;
	    line-height: 88px;
	}
	.left_dh ul li a{
		font-size: 17px;
		line-height: 26px;
		padding: 10px 20px;
	}
	.left_dh li strong.phone_arrow{
		line-height:52px;
		height:52px;
	}
	.twoJ_menu::before{
		border-width: 8px;
		top: -16px;
		left: 20px;
	}
	.left_dh ul li .twoJ_menu a{
		font-size: 15px;
		padding: 8px 10px 8px 30px;
	}
	.yqlj{
		margin-top: 20px;
	}
	.right_con .dp h2{
		font-size:26px;
		margin-bottom: 10px;
	}
	.right_con .dp p{
		font-size: 16px!important;
		line-height: 32px!important;
		margin-bottom: 20px!important;
	}
	.right_con .dp p span, .right_con .dp p a{
		font-size: 16px!important;
		line-height: 32px!important;
	}
	.right_con .content .con_sub p{
	    font-size: 16px!important;
	    line-height: 32px!important;
	    margin-bottom: 15px!important;
	}
	.right_con .content .con_sub p span,.right_con .content .con_sub p a{
		font-size: 16px!important;
	    line-height: 32px!important;
	}
}
@media only screen and (max-width: 1240px){
	main{
		margin:30px 0;
	}
	.left_dh{
		width: 220px;
	}
	.right_con{
		width: calc(100% - 250px);
	}
	.left_dh>h1{
		height: 72px;
		line-height: 72px;
		font-size: 22px;
	}
	.yqlj{
		margin-bottom:20px;
	}
	.right_con .img_list ul li{
		width:32%;
	}
	.right_con .img_list ul li:nth-of-type(4n){
		margin-right:2%;
	}
	.right_con .img_list ul li:nth-of-type(3n){
		margin-right:0;
	}
}
@media screen and (min-width:960px){
	.left_dh ul{
		display:block!important;
	}
}
@media only screen and (max-width: 960px){
	.ny_banner img{
		min-height: 130px;
		object-fit: cover;
	}
	.left_dh,.right_con{
		width: 100%;
		float:none;
	}
	.right_con div.list>ul{
		min-height:230px;
	}
	.left_dh>h1{
		display:none;
	}
	.left_dh>h2{
		display:block;
		width:100%;
		color:#fff;
		background: #811d98;
		background-origin: content-box;
		line-height: 48px;
		height: 48px;
		font-size: 18px;
		text-align: left;
		padding: 0 15px;
		box-sizing: border-box;
		border-bottom: none;
		position: relative;
	}
	.left_dh .menus_sub {width: 30px;height: 30px;display: block;right: 15px;top: 5px;overflow: hidden;z-index: 10000;cursor: pointer;position: absolute;transition: all 0.4s ease;}
	.left_dh .menus_sub span {float: left;width: 12px;background: #fff;transition: all 0.4s ease;margin-top: 7px;height: 2px;}
	.left_dh .menus_sub span:nth-child(1) {transform: rotate(45deg);margin-top: 20px;margin-left: 5px;}
	.left_dh .menus_sub span:nth-child(2) {transform: rotate(-45deg);margin-top: -2px;margin-left: 12px;}
	.left_dh .menus_sub.open{transform:rotate(180deg);top: 16px;}
	.left_dh ul{
		display:none;
	}
	.left_dh ul {
	    background: #fff;
	    box-shadow: 0 0 18px 0 rgba(0,0,0,0.1);
	    border: none;
	    padding-top: 0;
	}
	.left_dh ul li a{
	    line-height: 46px;
	    padding: 0;
	    text-indent: 40px;
	}
	.twoJ_menu::before{
		left: 40px;
	}
	.left_dh ul li .twoJ_menu a{
		padding: 8px 10px 8px 50px;
	}
	.right_con .content>h2{font-size: 22px;margin-top: 20px;}
	/* 文章信息 */
	.right_con .content .wzxx{margin: 10px auto 15px;}
	.right_con .content .con_sub p{font-size: 15px;margin-bottom: 10px;}
	.right_con .content .con_sub p{
	    font-size: 15px!important;
	    line-height: 30px!important;
	    margin-bottom: 10px!important;
	}
	.right_con .content .con_sub p span,.right_con .content .con_sub p a{
		font-size: 15px!important;
	    line-height: 30px!important;
	}
	.right_con .content .next_prev{
		padding: 0;
		height: auto;
		border-radius: 0;
		box-shadow: none;
		margin: 10px 0 0;
	}
	.right_con .content .next_prev p{
	   width: 100%;
	}
	.right_con .content .next_prev p a{line-height: 32px;font-size: 15px;}
	.right_con .content .next_prev p.fr a{text-align:left;}
}

@media only screen and (max-width: 768px){
	#vsb_content_2 table, #vsb_content table{
		width:100%;
	}
	.right_con .dp{
		margin-top:15px;
	}
	.right_con .dp h2{
		font-size: 22px;
		margin-bottom: 5px;
	}
	.right_con .dp h3{
		font-size: 18px;
	}
	.right_con .dp #vsb_content{
		margin-top: 10px;
	}
	.right_con .dp p{
		font-size: 15px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	main{
		margin:15px 0;
	}
	.left_dh h2{
        line-height: 42px;
        height: 42px;
        font-size: 16px;
    }
    .left_dh li strong.phone_arrow{
        height:36px;
        line-height:36px;
    }
    .left_dh ul li a{
        line-height: 36px;
        font-size: 14px;
        text-indent: 20px;
    }
    .left_dh ul li .twoJ_menu a{
        padding: 8px 8px 8px 30px;
        font-size: 13px;
    }
	.left_dh .menus_sub{
        top: 0px;
    }
    .left_dh .menus_sub.open{
        top: 9px;
    }
	.twoJ_menu::before{
		left:20px;
	}
}
@media only screen and (max-width: 640px){
	.right_con .xrld ul li p,.right_con .xrld ul li a{
		font-size: 17px!important;
	}
	.right_con .xrld ul li p{
		padding-left: 30px;
	}
	.right_con .list ul li{
		padding: 10px 0;
	}
	.right_con .list ul li .time {
	    width: 58px;
	}
	.right_con .list ul li a {
	   width: calc(100% - 70px);
	}
	.right_con .list ul li .time p {
	 line-height: 30px;
	 height: 30px;
	}
	.right_con .list ul li .time p:first-child {
	   font-size: 18px;
	}
	.right_con .list ul li .time p:nth-child(2) {
	    font-size: 12px;
	    line-height: 26px;
	    height: 26px;
	}
	.right_con .list ul li h2{
	   font-size: 16px;
	   line-height: 32px;
	   height: 32px;
	}
	.right_con .list ul li a p {
	    font-size: 13px;
	    line-height: 24px;
	    height: 24px;
	}
	.right_con .content>h2{font-size: 16px;line-height: 24px;margin-top: 10px;}
	/* 文章信息 */
	.right_con .content .wzxx{width: 100%;line-height: 20px;margin: 10px auto 5px;}
	.right_con .content .wzxx p{font-size: 13px;line-height: 20px;}
	.right_con .content .con_sub p{font-size: 14px;line-height: 22px;margin-bottom: 5px;}
	.right_con .content .con_sub p{
	    font-size: 14px!important;
	    line-height: 22px!important;
	    margin-bottom: 5px!important;
	}
	.right_con .content .con_sub p span,.right_con .content .con_sub p a{
		font-size: 14px!important;
	    line-height: 22px!important;
	}
	.right_con .content .next_prev p a{font-size: 14px;line-height: 28px;}
	
	.search .serBox {padding: 15px 10px;}
	.search .serBox .txt {width: 75%;height: 36px;font-size: 14px;line-height: 36px;}
	.search .serBox .btn {width: 25%;font-size: 16px;height: 36px;}
	.search ul li {
		padding: 15px 0 10px;
	}
	.search ul li a h3 {
	   font-size: 15px;
	   line-height: 20px;
	   margin-bottom: 5px;
	}
	.search ul li a p{
		font-size: 13px;
		line-height: 21px;
		height: 42px;
	}
	.search ul li a span.time {
		 margin-top: 0px;
		 line-height: 24px;
		 font-size: 13px;
	}
	.right_con .img_list ul li{
		width:49%;
	}
	.right_con .img_list ul li:nth-of-type(3n){
		margin-right:2%;
	}
	.right_con .img_list ul li:nth-of-type(2n){
		margin-right:0;
	}
}
@media only screen and (max-width: 520px){
	.right_con .dp h2{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.right_con .dp h3{
		font-size: 16px;
		line-height: 18px;
	}
	.right_con .dp #vsb_content{
		margin-top: 10px;
	}
	.right_con .dp p{
		font-size: 14px!important;
		line-height: 22px!important;
		margin-bottom: 10px!important;
	}
	.right_con .dp p span, .right_con .dp p a{
		font-size: 14px!important;
		line-height: 22px!important;
	}
	.dqwz, .dqwz span, .dqwz i, .dqwz a{
		font-size:12px;
	}
	.right_con .xrld ul{
		width:100%;
	}	
}
@media only screen and (max-width: 460px){
	.right_con .img_list ul li a, .right_con .img_list ul li a img{
		height: 120px;
	}
	.right_con .img_list ul li{
		margin-top:20px;
	}
}