@charset "utf-8";
/*内页banner*/
/*.nybanner{width:100%;position:relative;}
.nybanner img{width:100%;height:360px;object-fit:cover;}*/
@charset "utf-8";

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
}

html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ol,
ul,
li,
blockquote,
pre,
button,
fieldset,
form,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
iframe,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
header,
footer,
menu,
nav,
section,
summary,
audio,
video {
	margin: 0px;
	padding: 0px;
	border: 0px none transparent;
	outline: none;
	font-size: inherit;
	font-family: inherit;
}

article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu,
audio,
canvas,
progress,
video {
	display: block;
}

html,
body {
	position: relative;
	width: 100%;
}

html.freeze,
html.freeze body {
	overflow: hidden;
}

body {
	font: 15px / 1.6rem "Microsoft YaHei UI", "Microsoft YaHei", tahoma, arial, "Hiragino Sans GB", SimSun, "Segoe UI", Tahoma, Helvetica, sans-serif, sans-serif, 宋体;
	color: rgb(51, 51, 51);
	word-break: break-all;
}

a {
	color: #000;
}

.clearfix::after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ".";
	overflow: hidden;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0;
}

.clearfix {
	display: block;
}

img,
li,
h2,
p,
h3 {
	transition: all 0.5s ease 0s;
}

.hide {
	display: none;
}

.tran {
	transition: all 0.5s ease 0s;
}

div,
.box,
li,
h2,
h3 {
	box-sizing: border-box;
}

#bsWXBox {
	box-sizing: content-box;
}

.center {
	position: absolute;
	inset: 0px;
	margin: auto;
}

.triangle {
	border-color: transparent transparent rgb(255, 255, 255) rgb(255, 255, 255);
	border-style: solid;
	border-width: 8px;
	bottom: -8px;
	box-sizing: border-box;
	content: "";
	display: block;
	height: 0px;
	position: relative;
	transform: rotate(135deg);
	transform-origin: center center;
	width: 0px;
	margin-left: 48px;
}

.gray {
	opacity: 0.5;
	filter: grayscale(1);
}

a,
button {
	transition: all 0.5s ease 0s;
	text-decoration: none;
	outline: 0px;
}

.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.clamp2 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.clamp3 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	/* white-space: pre-wrap; */
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.web {
	width: 1200px;
	margin: 0px auto;
}

.w1200 {
	width: 1200px;
	margin: 0px auto;
}

.w1300 {
	width: 1300px;
	margin: 0px auto;
}

.w1400 {
	width: 1400px;
	margin: 0px auto;
}

.w1600 {
	width: 1600px;
	margin: 0px auto;
	position: relative;
}

.w1700 {
	width: 1700px;
	margin: 0px auto;
}

.w1440 {
	width: 1440px;
	margin: 0px auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.inlineB {
	font-size: 0px;
}

html.firefox fieldset {
	display: table-cell !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	overflow: visible;
	background-color: transparent;
	cursor: pointer;
}

.search-box input::-webkit-input-placeholder {
	color: #848484;
	font-size: 18px;
}

.search-box input::-moz-placeholder {
	color: #848484;
	font-size: 18px;
}

.search-box input:-ms-input-placeholder {
	color: #848484;
	font-size: 18px;
}
.search{position: absolute;right:0;top:0;width:110px;height: 118px;background: #f4b200;text-align: center;cursor: pointer;padding-top: 34px;}
.search p{color: #fff;margin-top: 5px;}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	text-decoration: none;
}

button:hover span {
	text-decoration: underline;
}

input {
	padding: 0px;
	border: 0px none transparent;
	outline: 0px;
}

input[type="submit"] {
	height: 28px;
	line-height: 24px;
}

input[type="radio"],
input[type="checkbox"] {
	width: 14px;
	height: 14px;
}

input[type="image"] {
	height: auto;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

input[disabled="disabled"] {
	background-color: rgb(235, 235, 235);
	color: rgb(149, 149, 149);
}

select {
	height: 28px;
	line-height: 24px;
	padding: 1px 0px 1px 3px;
	border: 1px solid rgb(222, 222, 222);
	background-color: rgb(255, 255, 255);
}

select[disabled="disabled"] {
	background-color: rgb(235, 235, 235);
	color: rgb(149, 149, 149);
}

textarea {
	min-height: 80px;
	padding: 1px 3px;
	border: 1px solid rgb(222, 222, 222);
	line-height: 25px;
}

iframe.pdf {
	width: 100%;
	height: 600px;
	margin-top: 30px;
	margin-bottom: 30px;
}

mark {
	background-color: transparent;
}

[data-style="list"] .target {
	display: none;
	color: rgb(0, 0, 0);
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border-width: 1px 0px 0px;
	border-right-style: initial;
	border-bottom-style: initial;
	border-left-style: initial;
	border-right-color: initial;
	border-bottom-color: initial;
	border-left-color: initial;
	border-image: initial;
	border-top-style: solid;
	border-top-color: rgb(238, 238, 238);
	display: none;
}

img {
	border: 0px none transparent;
	vertical-align: middle;
}

img {
	max-width: 100%;
}

b,
strong {
	font-weight: 600;
}

i,
em,
dfn,
cite,
address {
	font-style: normal;
}

small {
	font-size: 90%;
}

sup,
sub {
	position: relative;
	font-size: 0.9em;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

del {
	text-decoration: line-through;
}

label {
	cursor: pointer;
}

ol,
ul,
li {
	list-style: none;
}

legend {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	font-size: 0px;
	line-height: 0;
}

caption {
	height: 1px;
	font-size: 0px;
	line-height: 0;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0px, -30px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0px, -30px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0px, 30px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0px, 30px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(8%, 0px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(8%, 0px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-8%, 0px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-8%, 0px, 0px);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@-webkit-keyframes flipInX {
	0% {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transition-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transition-timing-function: ease-in;
	}

	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	100% {
		transform: perspective(400px);
	}
}

@keyframes flipInX {
	0% {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transition-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transition-timing-function: ease-in;
	}

	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1;
	}

	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
	}

	100% {
		transform: perspective(400px);
	}
}

@-webkit-keyframes z {
	0% {
		transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
	}

	100% {
		transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
	}
}

@keyframes z {
	0% {
		transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
	}

	100% {
		transform: translateX(0px) translateY(0px) translateZ(0px) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
	}
}

.flipInX {
	animation-name: flipInX;
	visibility: visible !important;
}

.animated {
	animation-duration: 0.5s;
	animation-fill-mode: both;
}

@keyframes fadeInUp2 {
	0% {
		opacity: 0;
		transform: translate3d(0px, 120px, 0px);
	}

	100% {
		opacity: 1;
		transform: translate3d(0px, 0px, 0px);
	}
}

.fadeInUp2 {
	animation-name: fadeInUp;
}

#vsb_content table {
	border-width: 1px 0px 0px 1px;
	border-right-style: initial;
	border-bottom-style: initial;
	border-right-color: initial;
	border-bottom-color: initial;
	border-image: initial;
	border-left-style: solid;
	border-left-color: rgb(221, 221, 221);
	border-top-style: solid;
	border-top-color: rgb(221, 221, 221);
	width: 100%;
	margin: 20px auto;
}

#vsb_content table tr td {
	border-width: 0px 1px 1px 0px;
	border-left-style: initial;
	border-left-color: initial;
	border-top-style: initial;
	border-top-color: initial;
	line-height: 23px;
	padding: 5px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: rgb(221, 221, 221);
	border-bottom-color: rgb(221, 221, 221);
}

#vsb_content table tr td p {
	text-indent: 0em;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#browser-modal {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	color: rgb(48, 50, 51);
	position: fixed;
	z-index: 9999;
}

#browser-modal .browser-modal-cover {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: rgb(17, 17, 17);
	opacity: 0.9;
	z-index: -1;
}

#browser-modal .browser-content {
	width: 700px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
	padding-top: 50px;
	background-color: rgb(255, 255, 255);
	border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
	height: 42px;
	margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
	text-transform: uppercase;
	font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 14px;
}

#browser-modal .browser-content .browser-list {
	width: 600px;
	margin: 20px auto;
	height: 130px;
}

#browser-modal .browser-content .browser-item {
	float: left;
	width: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
	width: 100px;
	height: 100px;
	margin: 0px auto 10px;
	font-size: 80px;
	line-height: 80px;
}

#browser-modal .browser-content .browser-item .iconchrome {
	background: url("../imgs/bro.png") 0px 0px no-repeat;
}

#browser-modal .browser-content .browser-item .iconfirefox {
	background: url("../imgs/bro.png") 0px -100px no-repeat;
}

#browser-modal .browser-content .browser-item .iconopera {
	background: url("../imgs/bro.png") 0px -200px no-repeat;
}

#browser-modal .browser-content .browser-item .iconEdge {
	background: url("../imgs/bro.png") 0px -300px no-repeat;
}

#browser-modal .browser-content .browser-item a {
	cursor: pointer;
	display: block;
}

#browser-modal .browser-content .browser-item a img {
	display: block;
	margin: 0px auto;
	max-width: 100px;
	width: 100px;
	height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 700;
}







.container-t{max-width: 1330px;margin: auto;}
.ny_banner a,.ny_banner a img{
    display: block;
    width: 100%;
    height: auto;
}
.ny_banner a img{
    min-height:360px;
    object-fit: cover;
}
/* 当前位置 */
.ny_banner{
    position: relative;
    overflow: hidden;
}
.ny_banner .dqwz{
    position: absolute;
    right: 200px;
    bottom: 0;
    min-width: 400px;
    background: #243e89;
    text-align: right;
    box-sizing: border-box;
    padding: 0 25px;
    display: none;
}
.ny_banner .dqwz::after{
    content: "";
    display: block;
    position: absolute;
    left: -50px;
    top: 0;
    width: 0;
    height: 0;
    border-width: 25px 25px 25px 25px;
    border-style: solid;
    border-color: transparent #243e89 #243e89 transparent;
}
.ny_banner .dqwz::before{
    content: "";
    display: block;
    position: absolute;
    right: -50px;
    top: 0;
    width: 0;
    height: 0;
    border-width: 25px 25px 25px 25px;
    border-style: solid;
    border-color: #4a7fb7 transparent transparent #4a7fb7;
}
.ny_banner::before{
    content: "";
    display: none;
    position: absolute;
    right: -35px;
    bottom: 0;
    width: 190px;
    height: 66px;
    background: #004f98;
    transform: skewX(-45deg);
}
.ny_banner .dqwz p{
    font-size: 16px;
    line-height: 50px;
    color: #fff;
}
.ny_banner .dqwz a{
    display: inline-block;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    width: auto;
}
.ny_banner .dqwz a:hover{
    color: #a6ce39;
}

.main{
    margin: 60px 0;
}
/* 左侧导航 */
.left_dh{
    width: 240px;
    box-sizing: border-box;
}
.left_dh h2{
    font-size: 24px;
    line-height: 1;
    padding: 30px 0;
    text-align: center;
    color: #FFF;
    background: url(../imgs/bg_tit21.png) no-repeat 0 0;
    background-size: cover;
}
.left_dh ul{
    /*min-height: 440px;*/
}
.left_dh ul li a{
    display: block;
    width: 100%;
    box-sizing: border-box;
    line-height: 55px;
    font-size: 15px;
    color: #2c2c2c;
    position: relative;
    margin: 2px 0;
    padding: 0 20px;
    background: #f6f6f6;
}



.left_dh ul li a:after {display:inline-block;position:absolute;right: 15px;top: 24px;content:'';width: 8px;height: 8px;border:solid #838383;border-width: 2px 2px 0 0;transform:rotate(45deg);}
.left_dh ul a:hover,.left_dh ul li.hover>a{color: #FFF;background: #244d9f;}
.left_dh ul li.hover a:after,.left_dh ul a:hover:after{border-color: #ffffff;}
.right_con{
    width: calc(100% - 300px);
    margin-left: 60px;
}
.left_dh>ul>li{position:relative;}
.left_dh>ul>li>ul{margin:0;}
.left_dh>ul>li.hover ul{display:block;margin: 0;}
.left_dh>ul>li ul li a{padding-left:30px;display:block;font-size:14px;}
.left_dh>ul>li ul li a.hover1{color:#244d9f;}
.left_dh>ul>li ul li a:after{display:none;}
/* 学院简介 */
.jjgk img.icon{
    display: block;
    width: auto;
    height: auto;
}
.jjgk h1{
    font-size: 70px;
    color: #a6ce39;
    margin: 50px 0;
}
.jjgk h2{
    font-size: 30px;
    color: #144b8f;
    margin-bottom: 50px;
}
.jjgk .jjgk_sub p{
    font-size: 15px;
    line-height: 30px;
    color: #808080;
    margin-bottom: 20px;
    text-indent: 2em;
    text-align: justify;
}
.jjgk .jjgk_sub img{
    display: block;
     float: right;
     margin: 20px 0 20px 20px;
}

/* 列表页 */
.list ul li {
    padding: 25px 0;
    border-bottom: 1px solid #f2f2f2;
    clear:both;
}
.list ul li:first-of-type{
    padding-top: 0;
}
.list ul li a{
    display: block;
    width: 100%;
}
.list ul li a p.con {
    padding: 10px 35px 10px 0;
    box-sizing: border-box;
    width: calc(100% - 110px);
    border-right: 1px solid #f2f2f2;
}
.list ul li a p.con span.tit{
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list ul li a p.con span.txt{
    font-size: 15px;
    line-height: 30px;
    color: #808080;
    display: block;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
}
.list ul li a:hover p.con span.tit{
    color: #223c6f;
}
.list ul li a p.time {
    width: 110px;
    box-sizing: border-box;
}
.list ul li a p.time span{
    display: block;
    text-align: center;
    font-size: 40px;
    color: #243e89;
    line-height: 74px;
}
.list ul li a p.time span:nth-of-type(2){
    font-size: 16px;
    color: #959595;
    line-height: 30px;
}
.list ul li a p.time span.btn{
    width: 100%;
    line-height: 42px;
    background: #a20100;
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
.list ul li a p.time span.btn:hover{
    background: #a6ce39;
}
.list ul li.tit_img a p.img{
    float: left;
    width: 220px;
    height: 136px;
    overflow: hidden;
    padding: 0;
    margin: 0 !important;
}
.list ul li.tit_img a p.img img{
    display: block;
    width: 100%;
    height: 136px;
    object-fit: cover;
    transition: all .8s;
}
.list ul li.tit_img a:hover p.img img{
    transform: scale(1.2);
}
.list ul li.tit_img a p.con {
    padding: 10px 35px 10px 20px;
    box-sizing: border-box;
    width: calc(100% - 330px);
}
.list ul li.tit_img  p.con{
    margin-top: 5px;
}
.list ul li.tit_img  p.time{
    margin-top: 11px;
}

/* 内容页 */
.content h2.tit{
    font-size: 30px;
    line-height: 34px;
    padding: 15px 0;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}
.content p.wzxx{
    font-size: 16px;
    color: #b2b2b2;
    line-height: 20px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 3px double #f5f5f5;
    margin-bottom: 30px;
}
.content .con_sub{
    padding-bottom: 20px;
    border-bottom: 3px double #f5f5f5;
}
.content .con_sub p{
    font-size: 16px !important;
    line-height: 30px !important;
    color: #808080 !important;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: 20px;
}
.content .con_sub p img{
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto !important;
}
.content .prev_next{
    margin-top: 60px;
}
.content .prev_next a{
    display: block;
    width: 48%;
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content .prev_next a:hover{
    color: #0d59a7;
}
.content .prev_next a:last-of-type{
    text-align: right;
    margin-left: 4%;
}
.content .prev_next a:first-of-type{
    text-align: left;
    margin-left: 0;
}

/* 单篇 */
.dp h2.tit{
    border-bottom: 3px double #f5f5f5;
    padding: 20px 0 30px;
    margin-bottom: 30px;
}

/* 图片列表 */
.list_img ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.list_img ul li:nth-of-type(3n){
    margin-right: 0;
}
.list_img ul li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow:hidden;
}
.list_img ul li a p.img{
     width: 100%;
    height: 240px;
    overflow:hidden;
}
.list_img ul li a img{
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: all .6s;
}
.list_img ul li a:hover img{
    transform:scale(1.2);
}
.list_img ul li a p.tit{
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    height: 68px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .8s;
    padding: 8px;
    border: 1px solid #dfdfdf;
}
.list_img ul li a p.time{
    position:absolute;
    width: auto;
    line-height: 26px;
    font-size:14px;
    color: #fff;
    padding: 0 5px;
    text-align: center;
    background: rgb(0,0,0,0.4);
    right: 0;
    top: 0;
}
.list_img ul li a:hover p.tit{
    color: #0d59a7;
}

/* 检索结果 */
.searchWrap {
    background: #fff;
    margin: 20px 0;
    padding: 30px;
}

.searchWrap .serBox {
    padding: 25px;
    background: #f4f4f4;
    margin-bottom: 20px;
}

.searchWrap .txt {
    border: none;
    height: 40px;
    line-height: 40px;
    width: 85%;
    font-size: 15px;
    color: #3d3d3d;
    text-indent: 15px;
}

.searchWrap .btn {
    border: none;
    height: 40px;
    width: 15%;
    text-align: center;
    float: right;
    cursor: pointer;
    display: inline;
    color: #fff;
    background: #005bac;
    font-size: 18px;
    border-radius: 0;
}

.searchWrap ul {
    padding-bottom: 30px;
}

.searchWrap ul li {
    line-height: 30px;
    border-bottom: 1px solid #dedede;
    padding: 20px 0
}

.searchWrap ul li a {
    display: block;
}

.searchWrap ul li a h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchWrap ul li a:hover h3 {
    color: #005bac;
}

.searchWrap ul li a:hover p {
    color: #3d3d3d;
}

.searchWrap ul li a p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    color: #333;
}

.searchWrap ul li a span.time {
    color: #999;
    margin-top: 15px
} 


.text{font-size: 19px;line-height: 45px;color: #333;}
#vsb_content table{ border: 0px;border-left:1px solid #ddd; border-top:1px solid #ddd;width:100%; margin:20px auto}
#vsb_content table tr td{border-left:0px;border-top:0px;line-height: 24px;padding: 10px 5px;border-right-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-bottom-style: solid;border-right-color: #ddd;border-bottom-color: #ddd;}
#vsb_content table tr td p{text-indent:0em;padding:0px;margin:0px;text-align:center;word-break: break-word;font-size: 16px;}
.line-2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.line-3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.line-6{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;}

/*领导*/
.lead li{clear:both;padding:20px 0px;border-bottom:1px dashed #d5d5d5;}
.lead_img{width: 180px;height: 200px;}
.list .lead a{padding:0px;}
.lead_img img{max-width: 100%;height:200px;}

.lead h2{line-height:36px;font-size: 24px;font-weight: 600;color: #333;}
.lead p{margin-top:20px;line-height: 36px;color: #666;height: 108px;font-size: 18px;}
.list-w li{line-height: 40px;border-bottom: 1px dashed #ddd;}

.w-list li{height:40px;line-height:40px;border-bottom:1px solid #e8e8e8;}
.w-list li span{color:#999;float:right;}
.w-list li a{display:inherit;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 16px;color:#333;padding-right: 10px;}
.w-list li a:before{content:'';width:5px;height:5px;background-color:#d2d2d2;border-radius:50%;display:inline-block;margin-right:7px;}
.w-list li a:hover{color:rgb(17 59 104);}
.w-list li a:hover:before{background: rgb(17 59 104);}
h1.flxb{line-height:40px;font-size:18px;padding-bottom:10px;font-weight:bold;border-bottom: 1px #e6e6e6 dashed;}
.sj_leadl{border-bottom: 1px #e6e6e6 dashed;padding-bottom:10px;padding-top: 7px;height: 39px;}
.sj_leadl li{display: inline-block;padding: 0 11px;}
.sj_leadl li a{font-size:15px;}
.sj_leadl li.on a{color: #243e89;}

.teacher li{
    float: left;
    width: calc(95% / 5);
    margin-right: 1%;
    margin-top: 30px;
}
.teacher li:nth-of-type(5n){
    margin-right: 0;
}
.teacher li a{
    display: block;
    width: 100%;
    height: auto;
}
.teacher li a img{
    display: block;
    width: 74%;
    height: 197px;
    object-fit: cover;
    margin: auto;
}
.teacher li a p{
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding: 5px 0;
}


.con_sub table{border: 0px!important;border-left: 1px solid #ddd!important;border-top: 1px solid #ddd!important;margin: 0px auto;display: block;width: 100%!important;}
.con_sub table tr td{border-left: 0px!important;text-align: center;border-top: 0px!important;line-height: 23px;padding: 1px!important;border-right: 1px solid #ddd!important;border-bottom: 1px solid #ddd!important;text-indent: 0!important;}
.con_sub table tr td p{text-indent: 0em!important;padding:0px;margin: 0px!important;text-align:center;}
.con_sub table img{
    margin: 0!important;
    border: 0!important;
}
.con_sub table tbody{overflow-x: auto;overflow-y: hidden;white-space: nowrap;width: 100%;display: block;}




@media all and (max-width:1360px){
	.container-t{padding: 0 3%;}
}

@media all and (max-width:1300px){
	.teacher li a img{height:212px;}
}




@media all and (max-width:1200px){
    .list ul li.tit_img a p.img{
        width:180px;
    }
    .list ul li.tit_img a p.con{
        width: calc(100% - 300px);
    }
    .list ul li a p.con span.tit{
        font-size: 18px;
    }
    .list ul li a p.time{
        width: 120px;
    }

   .list ul li a p.con{width: calc(100% - 120px);}

    .list ul li a p.time span:nth-of-type(2){
        font-size:14px;
    }
    .list ul li a p.time span.btn{
        font-size:14px;
    }
    .list_img ul li a p.img,.list_img ul li a img{
        height:180px;
    }
    .list_img ul li a p.tit{
        font-size:14px;
        line-height: 20px;
        height: 50px;
        padding: 5px 10px;
    }
   .teacher li{width: calc(95% / 4);}
   .teacher li:nth-of-type(4n){margin-right:0;}
   .teacher li:nth-of-type(5n){margin-right:1%;}
}
@media all and (max-width:1000px){
    
    .ny_banner a img{
        min-height: 133px;
        object-fit: cover;
    }
    .ny_banner::before{
        display:none;
    }
    .ny_banner .dqwz{
        width:auto;
        right:0;
        min-width: 0;
        padding: 0 15px;
    }
    .left_dh,.right_con{
        float:none;
        width:100%;
    }
    .left_dh{
        padding-left:0;
        background: none;
        text-align: center;
        margin-top: -40px;
        margin-bottom: 30px;
    }
    .right_con{
        margin-left: 0;
        min-height:400px;
    }
    .content h2.tit{
        font-size:22px;
        padding: 0;
    }
    .dp h2.tit{
        padding: 10px 0;
        margin-bottom: 20px;
    }
    .content .con_sub p,.jjgk .jjgk_sub p{
        font-size: 14px !important;
        line-height: 26px !important;
        margin-bottom: 12px;
    }
    .main{
        margin:40px 0;
    }
    .ny_banner .dqwz a{
        font-size:14px;
    }
    .left_dh h2{
        display:none;
    }
    .left_dh ul{
        min-height: 0;
        font-size:0;
        text-align:center;
        display: inline-block;
        border-radius: 5px;
        overflow: hidden;
    }
    .left_dh ul li{
        display:inline-block;
    }
    .left_dh ul li a{
        background:#fff;
        width: auto;
        text-align:center;
        padding: 0px 30px;
        line-height: 58px;
        border-right: 1px solid #dcdcdc;
        border-bottom: none;
    }
    .left_dh ul a:hover, .left_dh ul li.hover a{
        border-right: 1px solid #f2f3f9;
        background: #2543c2;
        border-bottom: none;
    }
    .left_dh ul li:last-of-type a{
        border-right: none;
    }
    .jjgk h1{
        font-size: 50px;
        color: #a6ce39;
        margin: 30px 0;
    }
    .jjgk h2{
        font-size: 26px;
        text-align: left;
        line-height: 30px;
        margin-bottom: 20px;
    }
}
@media all and (max-width:768px){
  
    .dp h2.tit{
        font-size:16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .left_dh{
        margin-top: -32px;
    }
    #vsb_content p.vsbcontent_img img{
        max-width: 90%;
    }
    .main{
        margin:30px 0;
    }
    .ny_banner .dqwz{
        padding:0 5px;
    }
    .ny_banner .dqwz a{
        font-size:12px;
        line-height: 32px;
    }
    .ny_banner .dqwz p{font-size:12px;}
    .ny_banner .dqwz::after{
        border-width: 17px 15px;
        left: -30px;
    }
    .ny_banner .dqwz p{
        line-height:32px;
    }
    .list ul li{
        padding:15px 0;
    }
    .list ul li.tit_img a p.con{
        width: calc(100% - 250px);
        border-right:none;
        padding-right: 0;
    }
    .list ul li a p.time{
        width: 70px;
    }
    .list ul li a p.con{width: calc(100% - 70px);}
   .list ul li a p.time span{font-size:40px;}
    .content h2.tit{
        font-size:18px;
        line-height:26px;
        margin-bottom: 10px;
    }
    .content p.wzxx{
        font-size:14px;
        margin-bottom:20px;
        padding-bottom: 10px;
    }
    .content .prev_next{
        margin-top: 30px;
    }
    .content .prev_next a{
        float:none;
        width: 100%;
    }
    .content .prev_next a:first-of-type,.content .prev_next a:last-of-type{
        text-align: left;
        margin: 0;
        font-size: 14px;
    }
    .jjgk img.icon{
        display: block;
        width: auto;
        height: 80px;
    }
    .jjgk h1{
        font-size: 30px;
        color: #a6ce39;
        margin: 15px 0;
    }
    .jjgk h2{
        font-size: 20px;
        text-align: left;
        line-height: 30px;
        margin-bottom: 10px;
    }
   .teacher li a img{height:140px;}
}
@media all and (max-width:640px){
    .list_img ul li{
        width:48%;
        margin-right:4%;
    }
    .list_img ul li:nth-of-type(3n){
        margin-right:4%;
    }
    .list_img ul li:nth-of-type(2n){
        margin-right:0;
    }
    .list_img ul li{
        margin-bottom:20px;
    }
     .searchWrap{
        padding:20px 15px;
    }
    .searchWrap .serBox{
        padding:10px;
    }
    .searchWrap .txt{
        width:75%;
    }
    .searchWrap .btn{
        width:25%;
    }
    .searchWrap ul li{
        padding:10px 0;
    }
    .searchWrap ul li a h3{
        font-size:16px;
        margin-bottom: 5px;
    }
    .searchWrap ul li a p{
        font-size:13px;
        line-height: 20px;
        height: 40px;
    }
    .searchWrap ul li a span.time{
        font-size:13px;
    }
}
@media all and (max-width:600px){
        .list ul li a p.time{
        width: 50px;
    }
   .list ul li a p.con{width: calc(100% - 50px);border-right:none;padding-right:10px;}

    .ny_banner .dqwz{
        display:block;
    }
    .left_dh{
        display:none;
    }
    .list ul li.tit_img a p.img{
        width: 100px;
    }
    .list ul li.tit_img a p.img,.list ul li.tit_img a p.img img{
        height:80px;
    }
    .list ul li.tit_img a p.con{
        width: calc(100% - 150px);
        padding: 0 0 0 10px;
    }
    
    .list ul li a p.con span.tit{
        font-size:16px;
        line-height: 20px;
    }
    .list ul li a p.con span.txt{
        font-size:14px;
        line-height: 20px;
    }
    .list ul li a p.time span{
        font-size: 22px;
        line-height: 38px;
    }
    .list ul li a p.time span:nth-of-type(2){
        font-size:12px;
    }
}
@media all and (max-width:500px){
    .list_img ul li a p.img,.list_img ul li a img{
        height:160px;
    }
    .jjgk img.icon,.jjgk h1{
        display: none;
    }
    .jjgk h2{
        text-align: center;
    }
  .sj_leadl{overflow: hidden;overflow-x: scroll;position: relative;white-space: nowrap;}
  .teacher li{width: calc(95% / 2);}
.teacher li:nth-of-type(5n),.teacher li:nth-of-type(4n){margin-right:0;}
.teacher li:nth-child(even){margin-left:2%;}
}
@media all and (max-width:440px){
    .list_img ul li{
        width:100%;
        margin-right:0%;
    }
    .list_img ul li:nth-of-type(3n){
        margin-right:0%;
    }
    .list_img ul li:nth-of-type(2n){
        margin-right:0;
    }
    .list_img ul li a p.img,.list_img ul li a img{
        height:220px;
    }
}