@charset "utf-8";
/* CSS Document */

.fl{float:left;}
.fr{float:right;}

.banner img{
	width: 100%;
}
.main{
	background: #FFFFFF;
}

/*左菜单*/
.submenu{
	width: 100%;
	background: #ffffff;
	box-shadow: 0px 0px 15px #888888;
}
.submenu-title{
	background: url("../images/bkspy/submenu-title-bg.jpg") no-repeat;
	background-size: 100% auto;
	height: 82px;
	line-height: 82px;
	padding-left: 40px;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}
#djsz .submenu-title{
	background: url("../images/djsz/submenu-title-bg.jpg") no-repeat;
	background-size: 100% auto;
}
.submenu-main{
	width: 100%;
	padding: 30px 20px;
}
.submenu-main>ul>li{
	width: 100%;
	border-bottom: 1px solid #C5C5C5;
	line-height: 56px;
	transition: all 0.5s;
}
.submenu-main>ul>li:hover{
	background: #EBEBEB;
}
.submenu-main>ul>li>a{
	color: #000000;
	line-height: 56px;
	background: url("../images/bkspy/submenu-li.png") no-repeat 10px 22px;
	display: block;
	padding-left: 30px;
	font-size: 18px;
}
#djsz .submenu-main>ul>li>a{
	background: url("../images/djsz/submenu-li.png") no-repeat 10px 22px;
}
.submenu-con2{
	background:#e9eef6;
}
#djsz .submenu-con2{
	background:#f9f2f2;
}
.submenu-con2>li>a{
	display: block;
	width: 100%;
	line-height: 41px;
	color: #133473;
	font-size: 16px;
	padding-left: 35px;
}
#djsz .submenu-con2>li>a{
	color: #960606;
}
.lj{
	border-bottom:1px solid #b5b5b5;
	width:100%;
	line-height:36px;
	float: left;
}
.lj-main{
	background: #ffffff;
	line-height: 36px;
	float: left;
	margin-bottom: -18px;
}
.lj-left{
	background: url("../images/lj-bg-l.jpg") no-repeat left top;
	line-height: 36px;
}
.lj-right{
	background: url("../images/lj-bg-r.jpg") no-repeat right bottom;
	line-height: 36px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 24px;
	font-weight: bold;
}
#djsz .lj-left{
	background: url("../images/djsz/lj-bg-l.png") no-repeat left top;
}
#djsz .lj-right{
	background: url("../images/djsz/lj-bg-r.png") no-repeat right bottom;
}
#djsz2 .lj-left{
	background: url("../images/djsz/lj-bg-l.png") no-repeat left top;
}
#djsz2 .lj-right{
	background: url("../images/djsz/lj-bg-r.png") no-repeat right bottom;
}
.lj-dh{
	float: right;
	text-align: right;
	color: #aaaaaa;
	margin-top: -18px;
}
.lj-dh a{
	color: #aaaaaa;
}

/*列表页*/
.listcolumn{
	margin-top: 30px;
	width: 100%;
}
.list-ul{
	width: 100%;
	border: 1px solid #d2d2d2;
	background: #f3f3f3;
	padding:30px;
	margin-top: 15px;
	transition: all 0.5s;
}
.list-ul:hover{
	background: #d9e7f2;
}
#djsz .list-ul:hover{
	background: #f7e7e7;
}
.list-title{
	width: 80%;
	float: left;
	overflow: hidden;
	text-align: left;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.list-title a{
	color: #000000;
	font-weight: bold;
	font-size: 18px;
}
.list-date{
	width: 20%;
	float: left;
	text-align: right;
	color: #133473;
}
.list-con{
	margin-top: 15px;
	width: 100%;
	text-align: justify;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	color: #676767;
}

/*单页*/
.displayInfo-single{
	width: 100%;
	margin-top: 50px;
}
.title-style{
	font-size: 24px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	line-height: 42px;
}
.chapter-content{
	margin-top: 30px;
}
.chapter-content p{
	text-align: justify;
	line-height: 200%;
	/*text-indent: 2em;*/
}
.chapter-content img{
	max-width: 100%!important;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*内容页*/
.displayInfo,.listcolumn-sz,.displayInfo-sz{
	width: 100%;
	margin-top: 50px;
}
.displayInfo .title-style{
	text-align: center;
}
.displayinfo-info{
	color: #a2a2a2;
	text-align: center;
}
.fb-date,.fb-ly{
	display: inline-block;
	padding-right: 15px;
}
.chapter-content{
	margin-top: 20px;
}
.chapter-content img{
	/* display: block; */
	max-width: 100%!important;
	margin-top: 15px;
	margin-bottom: 15px;
}
.chapter-content p{
	line-height: 200%;
	text-align: justify;
	/* text-indent: 2em; */
}

/*师资列表页*/
.list-sz{
	width: 20%;
	padding: 15px;
	float: left;
}
.list-sz-item{
	float: left;
	/*background: #ECECEC;*/
	/*border:1px solid #ECECEC;*/
	/*padding: 15px;*/
	/*height: 250px;*/
	width: 100%;
	transition: all 0.5s;
}
.list-sz-img{
	width: 30%;
	float: left;
}
.list-sz-img img{
	width: 100%;
}
.list-sz-con{
	/*width: 70%;*/
	padding-left: 15px;
	float: left;
}
.list-sz-con div{
	padding-top: 4px;
	padding-bottom: 4px;
}
.sz-name{
	display: inline-block;
	padding-right: 15px;
	color: #133473;
	font-size: 18px;
}
.sz-zc{
	color:#9B9B9B;
}
.sz-b{
	font-weight: bold;
}
.list-sz-item:hover{
	background: #E9F0F4;
	/*border: 1px solid #5F79A0;*/
}

/*师资内容页*/
.displayInfo-sz-item-img{
	width: 20%;
	float: left;
	padding-top: 10px;
}
.displayInfo-sz-item-img img{
	width: 100%;
}
.displayInfo-sz-item-con{
	width: 80%;
	float: left;
	position: relative;
	z-index: 99;
	padding: 30px;
	color: #000000;
}
.displayInfo-sz-item-con .sz-nr li{
	padding-top: 5px;
	padding-bottom: 5px;
}
.displayInfo-sz-item-con .sz-nr li a{
	color: #000000;
}
.displayInfo-sz-lm-title{
	width: 100%;
	margin-top: 30px;
	line-height: 42px;
	color: #133473;
	border-bottom: 1px solid #133473;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
}
.sz-lm-title{
	font-weight: bold;
}

@media(min-width:1601px){
	.list-sz-item{
		/* height: 250px; */
	}
}
@media(max-width:1600px){
	.list-sz-item{
		/* height: 230px; */
	}
}
@media(max-width:1500px){
	.list-sz-item{
		/* height: 200px; */
	}
}
@media(max-width:1430px){
	.list-sz-item{
		/* height: 200px; */
	}
}
@media(max-width:1330px){
	.submenu-title{
		padding-left: 30px;
		font-size: 20px;
		line-height: 64px;
		height: 64px;
	}
	.submenu-main ul li a{
		font-size: 16px;
	}
	.title-style{
		font-size: 18px;
	}
}
@media(max-width:1024px){
	.submenu-main{
		padding: 20px;
	}
	.list-title a{
		font-size: 16px;
	}
	.lj-right{
		font-size: 20px;
	}
	.displayInfo,.listcolumn-sz{
		margin-top: 30px;
	}
	.displayInfo-sz-lm-title{
		font-size: 18px;
	}
}
@media(max-width:992px){
	.main{
		margin-top: 30px;
	}
	.title-style{
		font-size: 18px;
	}
	.submenu{
		display: none;
	}
}
@media(max-width:768px){
	.main{
		margin-top: 0px;
	}
	
	.list-ul{
		padding: 15px;
	}
	.list-title,.list-date{
		float: none;
		width:100%;
	}
	.lj-right{
		font-size: 18px;
	}
}
@media(max-width:767px){
	.list-sz{
		width: 100%;
	}
	.list-sz-item{
		height: auto;
	}
	.displayInfo-sz-lm-title{
		font-size: 16px;
	}
}
@media(max-width:670px){
}
@media(max-width:320px){
	
}

/*分页*/
.mt20
{
    margin-top: 30px; 
	margin-bottom:15px;
}
.prevPage
{
    float: left;
    font-size: 16px;
    line-height: 2em;
}
.prevPage span
{
    padding:5px;
    color: #ffffff;
    background-color: #498700;
}
.nextPage
{
    float: right;
    font-size: 16px;
    line-height: 2em;
}
.nextPage span
{
    padding:5px;
    color: #ffffff;
    background-color: #498700;
}
/*翻页样式*/

.pb_sys_common {
    font-size: 16px;
    line-height:14px;
    padding-top: 10px;
	padding-bottom:10px;
    color:#999;
}

.pb_sys_common a{
    text-decoration: none;
}

.pb_sys_common .p_pages{
    margin-left: -5px;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o,.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
    padding: 5px 8px;
    margin:0px 0px 0px 5px;

    height:24px;
    -height:auto;

    line-height:12px;
    box-sizing:border-box;
    display:inline-block;
    vertical-align:middle;
}

.pb_sys_common .p_t{
    line-height:16px;
    margin:0px;
    padding:0px;
    display:inline-block;
    vertical-align:middle;
	color: #999;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o{
    color: #000000;
	border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border:1px solid #f2f2f2;
	height:28px;
	line-height:18px;
}

.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
    color: #000000;
	border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border:1px solid #f2f2f2;
	height:28px;
	line-height:18px;
}

.pb_sys_common .p_dot {
    margin-left:4px;
    margin-right:-4px;
    color:#000000;
}

.pb_sys_common .p_goto input, .pb_sys_common .p_search input {
    /*
    height:22px;
    border: 1px solid #aaa;
    outline-width:thin;
    outline-color:#6E3A5E;

    text-align:center;
    vertical-align:middle;    
    */
    font-size:16px;

    border: 1px solid #aaa;
    height:22px;
    line-height:20px;
    box-sizing:border-box;
    vertical-align:middle;

    outline-width:thin;
    outline-color:#6E3A5E;
    
    margin:0px 2px;
    padding:0px 1px;
}


.pb_sys_common .p_goto input{
    width:22px;
    text-align:center;
}

.pb_sys_common .p_search input{
    width:100px;
    text-align:left;
}

.pb_sys_common .p_goto input:hover, .pb_sys_common .p_goto input:focus, .pb_sys_common .p_search input:hover, .pb_sys_common .p_search input:focus{
    border: 1px solid #6E3A5E;
}

.pb_sys_common .p_goto a, .pb_sys_common .p_search a{
    border: 1px solid #ccc;
    padding: 5px 6px;
    color: #999;
    margin:0px;
    height:24px;
    -height:auto;
    line-height:12px;
    display:inline-block;
    box-sizing:border-box;
    vertical-align:middle;
}

.pb_sys_common .p_dosize_d, .pb_sys_common .p_dosize a{
    /*
    border-width:1px 0px 1px 1px;
    border-style:solid;
    border-color:#ccc;
    padding: 5px 6px;
    color: #222;
    */
    border-right:1px solid #ccc;
    padding: 1px 5px;
    color: #888888;
}

.pb_sys_common .p_dosize_d{
    /*background-color:#f5f5f5;*/
    color: #999;
}

.pb_sys_common .p_dosize a:hover{
    /*background-color:#f5f5f5;*/
    color: #999;
}

.pb_sys_common .p_dosize_last_d, .pb_sys_common .p_dosize_last a{
    /*border-right-width:1px*/
    border-right-width:0px;
}


/*按钮控制*/
.pb_sys_normal .p_first,.pb_sys_normal .p_first_d,.pb_sys_normal .p_last,.pb_sys_normal .p_last_d{
    display:none;
}

.pb_sys_normal2 .p_first,.pb_sys_normal2 .p_first_d,.pb_sys_normal2 .p_last,.pb_sys_normal2 .p_last_d,.pb_sys_normal2 .p_prev_d,.pb_sys_normal2 .p_next_d{
    display:none;
}

.pb_sys_full{
}

.pb_sys_full2 .p_first_d,.pb_sys_full2 .p_last_d,.pb_sys_full2 .p_prev_d,.pb_sys_full2 .p_next_d{
    display:none;
}

.pb_sys_short .p_no,.pb_sys_short .p_no_d,.pb_sys_short .p_no_o,.pb_sys_short .p_dot{
    display:none;
}

.pb_sys_short2 .p_no,.pb_sys_short2 .p_no_d,.pb_sys_short2 .p_no_o,.pb_sys_short2 .p_dot,.pb_sys_short2 .p_first,.pb_sys_short2 .p_first_d,.pb_sys_short2 .p_last,.pb_sys_short2 .p_last_d{
    display:none;
}

/*样式1-4*/
.pb_sys_style1 .p_no a:hover,.pb_sys_style1 .p_fun a:hover, .pb_sys_style1 .p_goto a:hover, .pb_sys_style1 .p_search a:hover{
    background-color: #1D3DA2;
	color:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}
#djsz .pb_sys_style1 .p_no a:hover,.pb_sys_style1 .p_fun a:hover, .pb_sys_style1 .p_goto a:hover, .pb_sys_style1 .p_search a:hover{
    background-color: #960606;
}
/*样式1 蓝*/
.pb_sys_style1 .p_no_d {
    border: 1px solid #1D3DA2;
    color: #fff;
    background-color: #1D3DA2;
	border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
}
#djsz .pb_sys_style1 .p_no_d {
    border: 1px solid #960606;
    color: #fff;
    background-color: #960606;
}
.v_news_content h3
{
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}
.leader>table>tbody>tr>td{
    border:0px;
    }
	

.leade table {display:inline}

@media(max-width:414px){
	.pb_sys_common .p_t{
		display:block;
	}
	.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o,.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
    padding: 5px 4px;
	}
}
.style03{
    color:#BA0407;
    font-weight: bolder;
    margin: 0 5px;
}
.search-result{
    background: #efefef;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 42px;
}
.search-item{
    padding:25px 20px;
    border-bottom: 1px dotted #c0c0c0;
    text-align: left;
}
.search-title a{
    color: #10317a;
    line-height: 36px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}
.search-con{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}
.search-item .detail{
    margin-top:10px;
}
.search-input1{
    position: absolute;
    z-index: 99999;
    right: 0px;
    width: 255px;
    line-height: 46px;
    background: #e0e0e0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    display: none;
}
.search-input1 input{
    height: 32px;
}
.search-input1 input[type="input"]{
    width: 150px;
}
.search-input1 input[type="submit"]{
    width: 60px;
    text-align: center;
    line-height: 32px;
    margin-left: 5px;
}
.search2{
    width: 100%;
    text-align: center;
    padding:15px 0px;
    margin-bottom: 20px;
}
.search2 input{
    height: 42px;
}
.search2 input[type="text"]{
    width: 250px;
    border-radius: 5px;
}
.search2 input[type="submit"]{
    width: 80px;
    text-align: center;
    line-height: 32px;
    margin-left: 5px;
    background: #910000;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
}
/*教师查询*/
.result{margin-top:42px;font-size:15px;}
.college{border-bottom:1px solid #ebebeb;min-height: 50px;font-size: 18px;}
.result .links-name{width: 33%;height:30px;line-height:30px;margin-bottom:13px;color:#444;}
.result .links-name .links-groupmc{display:block;line-height:30px;text-align: left;padding-right:4%;}
.result .links-group{width:71%;position:relative; cursor:pointer;border:1px solid #b6b6b6;}
.result .links-group .l-btn{ display:block; line-height:30px; text-indent:30px; position:relative;}
.result .links-group .l-btn .icon-xiajiantou{ position:absolute; right:10px;top:13px;background:url(../images/icon14_03.png) no-repeat;display:block;width: 11px;
                                              height: 7px;}
.result .links-group .dropdown-links{ display:none; width:100%; position:absolute; /*bottom:30px;←去掉向下展开*/ background:#f8f8f8;padding:10px 0; max-height:180px; overflow:auto;}
.result .links-group .dropdown-links a{ display:block; line-height:38px; padding-left:10px;}
.result .links-group .dropdown-links a:hover{background:#f08400;color:#FFF}
.result .college-title-t{width: 92%;}
.result .college-title-t span{padding: 0px 10px;cursor: pointer;display: inline-block;line-height: 50px;}

.result .college-title-t span.on{color: #0064b0;}
.result .links-groupmct{text-align: left;line-height:50px;}
.result .result-s{border: 1px solid #b6b6b6;width:71%;height: 36px;line-height: 36px;text-indent: 10px;font-size: 16px;}
.result .submit{margin-left:80px;}
.result .submit,.reset{width: 7%;height:32px;line-height:32px;text-align:center;background-color: #0d2f6e !important;color:#fff;margin-right:7px;margin-top:7px;cursor:pointer;display: inline-block;}
.reset{background-color: #f08400 !important;}
.college_p{padding: 20px 0px;}
/*教师查询*/
.result{margin-top:42px;font-size:15px;}
.college{border-bottom:1px solid #ebebeb;min-height: 50px;font-size: 18px;}
.result .links-name{width: 33%;height:30px;line-height:30px;margin-bottom:13px;color:#444;}
.result .links-name .links-groupmc{display:block;line-height:30px;text-align: left;padding-right:4%;}
.result .links-group{width:71%;position:relative; cursor:pointer;border:1px solid #b6b6b6;}
.result .links-group .l-btn{ display:block; line-height:30px; text-indent:30px; position:relative;}
.result .links-group .l-btn .icon-xiajiantou{ position:absolute; right:10px;top:13px;background:url(../images/icon14_03.png) no-repeat;display:block;width: 11px;
                                              height: 7px;}
.result .links-group .dropdown-links{ display:none; width:100%; position:absolute; /*bottom:30px;←去掉向下展开*/ background:#f8f8f8;padding:10px 0; max-height:180px; overflow:auto;}
.result .links-group .dropdown-links a{ display:block; line-height:38px; padding-left:10px;}
.result .links-group .dropdown-links a:hover{background:#f08400;color:#FFF}
.result .college-title-t{width: 92%;}
.result .college-title-t span{padding: 0px 10px;cursor: pointer;display: inline-block;line-height: 50px;}

.result .college-title-t span.on{color: #0064b0;}
.result .links-groupmct{text-align: left;line-height:50px;}
.result .result-s{border: 1px solid #b6b6b6;width:71%;height: 36px;line-height: 36px;text-indent: 10px;font-size: 16px;}
.result .submit{margin-left:80px;}
.result .sub, .reset{width: 14%;height:32px;line-height:32px;text-align:center;background-color: #0d2f6e !important;color:#fff;margin-right:7px;margin-top:7px;cursor:pointer;display: inline-block;}
.reset{background-color: #f08400 !important;}
.college_p{padding: 20px 0px;}
.result select,.xk_result select,.xk_result1 .sele_2{padding: 8px;width: 70%;vertical-align: middle;border: 1px solid #b6b6b6;outline: none;height: 40px;line-height: 40px;font-size: 16px;}
.result select option{height:40px;line-height: 40px;}
.result .submite{margin-top: 23px;margin-left: 40%;}
.result .submite input{outline:none;border: none;}
.result .submite .sub{background-color: #0d2f6e !important;color:#fff;}
.jcrc li{float:left;width:23%;margin-right: 2.6%;}
.jcrc li a{display: block;margin: 10px;padding: 28px 4% 28px 4%;box-shadow: 0 0 18px 0 rgb(0 0 0 / 13%);}
.jcrc li .img{height:243px;position: relative;overflow: hidden;}
.jcrc li .img img{width:100%;height:100%;object-fit: cover;transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;
    -webkit-transition: all .5s ease;}
.jcrc li:nth-child(4n){margin-right: 0;}
.jcrc li:hover img{transform: scale(1.1);}
.jcrc li:hover a h1{color: #1e4998;}
.jcrc li a{border-bottom: 6px solid #fff;}
.jcrc li:hover a{border-bottom: 6px solid #3e68b7;}
.jcrc h1{font-size:17px;margin-top:26px;font-weight: normal;}
.page{
    text-align:center;
    margin-bottom:20px;
    margin-top:30px;
}
.page a{
    height: 25px;
    line-height: 25px;
    color: #333;
    cursor: pointer;
} 
.result_jg{margin-top:30px;}
