﻿@charset "utf-8";
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
ul,li{margin:0px; padding:0px; list-style:none;}
table,tr,td,h2,span,p,form,input,dl,dd,dt,em,b{margin:0px; padding:0px;}
em,img{border:0px;}
a{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a{text-decoration:none; cursor:pointer;}
a:hover{ text-decoration:none;}
a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.fa_s6_gre{
	-webkit-text-stroke:6px #f1f1f1;
    -moz-text-stroke:6px #f1f1f1;
    -o-text-stroke:6px #f1f1f1;
    text-stroke:6px #f1f1f1;
}
.fa_s6_gre2{
	-webkit-text-stroke:6px #dedede;
    -moz-text-stroke:6px #dedede;
    -o-text-stroke:6px #dedede;
    text-stroke:6px #dedede;
}
.fa_s6_white{
	-webkit-text-stroke:6px white;
    -moz-text-stroke:6px white;
    -o-text-stroke:6px white;
    text-stroke:6px white;
}
.fl{float:left; display:inline;}
.fr{float:right;display:inline;}
.cl{clear: both;}

.pl0{padding-left: 0}
.pr0{padding-right: 0}
.ml0{ margin-left: 0}
.mr0{ margin-right: 0}
.pt30{padding-top: 30px}

.ml15{ margin-left: 15px}
.mr15{ margin-right: 15px}
.w100{width: 100%;}
.mt20{margin-top: 20px;}
.mt40{margin-top: 40px;}
.mb40{margin-bottom: 40px;}
.mt92{margin-top: 92px;}
.col-xs-3{width: 25%;}
.col-xs-4{width: 33.33333%;}
.col-xs-6{width: 50%;}
.col-xs-12{width: 100%;}

/**滚动条控制header部分**/
.sticky{height: 52px; z-index: 999;transition:0.5s;position: fixed;
    left: 0px;
    top: 0px;
}
.sticky .logo a{transition:0.5s;}
.sticky .logo a:hover{padding-left: 5px;transition:0.5s;}
.sticky .logo a img{height: 50%;
    width: 50%;
    float: right;transition:0.5s; }
.sticky .menu{transition:0.5s;width: 46.9%; border-left:1px solid #999; border-right:1px solid #999;box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */}

.sticky .menu ul{width: 100%; margin: 0; padding: 0}
.sticky .menu ul li:first-child{ width: 13%}
.sticky .menu ul li{ width: 14.5%; line-height: 52px; float: left;text-align: center;cursor:pointer;
 
}
.sticky .menu ul li.on {
		background: #004890;
	}
.sticky .menu ul li.on a {
		color: #fff;
	}
.sticky .menu ul li:hover {
		background: #004890;-webkit-transition: all 0.4s ease-in-out;
 

	}
.sticky .menu ul li a{font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu; color: #666; font-size: 16px; font-weight: bolder}
.sticky .menu ul li:hover a{color: #fff}
.sticky .menu ul li a:hover{color:#fff}
.sticky .menu ul li img{position: absolute;
    display: none;
    top: 74px;
    left: 0;
    width: 418px;
    height: 182px;
    border: 1px solid #ddd;
	box-sizing: border-box;
	border-top: none;}
.sticky .search{float: left;transition:0.5s;}
.sticky .search .bar{
    width: 75%; 
	height: 22px;
	position: relative;
	margin: 15px 12.5%;
	padding-left: 8px; 
	border:1px solid #999;
    border-radius:25px;
	overflow: hidden;
	box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */}	



/*大于等于1200像素则显示更宽_Yan*/
@media only screen and (min-width:1441px) {
            .container {
                max-width: 1440px;
            }
        }
/*大于等于1920像素则显示全屏_Yan*/
@media only screen and (min-width:1920px) {
            .container {
                max-width: 100%;
            }
        }

.main_bg0{background: #ffffff}
.main_bg1{background: #f1f1f1}
.main_bg2{background: #dedede}
.main_bg8{background-color: rgba(255,255,255,0.88);}
.main_bg9{
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    top: 0;
    left: 0;
    background-position: bottom;
    width: 100%;
    height: 100%;
    z-index: -10;
    zoom: 1;
    background-color: #fff;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;}
@media only screen and (max-width:768px) {
.zsy{ width:95%}
.main{ margin:auto 10px }	
}
@media only screen and (min-width:769px) and (max-width:1024px) {
.zsy{ width:98%}
.main{ margin:auto 60px }
}
@media only screen and (min-width:1025px) and (max-width:1366px) {
.zsy{ width:1024px}
.main{ margin:auto 120px }	
}
@media only screen and (min-width:1367px) and (max-width:1439px) {
.zsy{ width:1200px}
.main{ margin:auto 160px }	
}
@media only screen and (min-width:1440px) and (max-width:1919px) {
.zsy{ width:1400px}
.main{ margin:auto 200px }	
}
@media only screen and (min-width:1920px)  {
.zsy{ width:100%}
.main{ margin:auto 260px }	
}

@media only screen and (max-width:768px) {
.pc{ display:none}
.pc-block{ display:none}
.phone{ display:block;}
}
@media only screen and (min-width:769px)  {
.pc{ display:block}
.pc-block{ display: inline-block}
.phone{ display:none}
}




.appheader{
	height:48px;
	width:100%;
	line-height: 48px;
	text-align: center;
	font-size:1.5em;
    background-color: #1d5fbb;
    color:#fff;
	position: absolute;
    top: 0;
	z-index:9999;
}
/*遮罩层*/
.hide{
    display: none;
}
/*列表页*/
.backprev{
	float:left;
	width: 15%;
    text-align: center;
    color: #fff;
    height: 48px;
    line-height: 48px;
}
.head-left{
    width: 85%;
	height:48px;
	padding:3px 0;
	line-height:48px;
    text-align: left;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.head-left img{
    height:90%;
	float:left;
	display: inline-block;
	vertical-align: middle;
	overflow:hidden;
}
.head-middle{
    width: 35%;
    text-align: center;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size:14px;
	display:none
}
.head-right{
	float:right;
	text-align: center;
	width:15%;
}
.app-hide-list i{
    margin-top: -3px;
    margin-right: 5px;
}
.app-hide-list{
    background: #f5f5f5;
    margin:5px 0;
    color:#ffffff;
}
.app-slide-menu .mdui-list-item-content{
    text-align: left;
    padding-left: .8em;
}
.app-collapse-menu{
    margin:0 16px;
}
.app-list-home{
    padding:0;
    margin:5px 0 10px;
    background: #1c237e;
}
.app-list-home:hover{
    background: #1c237e;
}
.app-list-home i{
    margin-top: -3px;
    margin-right: 5px;
    color:#fff;
}
.app-list-home a{
    color:#fff;
}
.app-list-item-link{
    color:#fff;
    display: block;
    width:100%;
    text-align: left;
}
.mdui-collapse-item-body .app-sub-list{
    padding:0 ;
    margin: 8px;
    background: #fff;
}
.mdui-collapse-item-body .app-sub-list a{
    padding-left:23px; color:#003399;
}
.app-collapse-list{
    margin:10px 0;
}
.menu-click{
    background: #1d5fbb;
}
.app-btn{
	min-width: 100%;
	text-align: center;
	padding:0;
}




/**其他页面样式**/
.main .ejdh ul{}
.main .ejdh ul li{ height: 48px;line-height: 48px;  background: #ffffff; margin: 1px 0; text-indent: 40px;}
.main .ejdh ul li:hover{background: #004890; color: #ffffff;cursor:pointer}
.main .ejdh ul li:hover a{ color: #ffffff}
.main .ejdh ul li a{ font-size: 12pt;color: #999}
.main .ejdh ul li a:hover{ color: #ffffff}
.main .ejdh ul li a span{color: #003399;}
.main .ejdh ul li:hover a span{background: #fff; color: #003399;cursor:pointer}
.main .ejdh ul li:first-child{font-size: 14pt;}
.main .ejdh ul li:first-child a{font-size: 14pt;}
.main .ejdh .on{background: #004890; color: #ffffff;}
.main .ejdh .on a{color: #ffffff}
.main .sjdh ul{}
.main .sjdh ul li{ height: 48px;line-height: 48px;border-bottom: 1px solid #999;position: relative }
.main .sjdh ul li a{color: #999;}
.main .sjdh ul li:hover{ color: #999;cursor:pointer;border-bottom: 1px solid #004890;}
.main .sjdh ul li:hover a{ color: #004890}
 
.main .sjdh ul li a span{ padding-left: 5px; font-size: 12px;}
.main .sjdh .on{border-bottom: 1px solid #004890;}
.main .sjdh .on a{color: #004890;}
.main .about .pic{ width: 100%}
.main .lsyg,.main .xkjs{}
.main .lsyg img,.main .xkjs img{height: 320px;width: 100%;}
.main .lsyg .pro,.main .xkjs .pro{height: 320px; padding: 50px 20px; background: #ffffff}
.main .lsyg .pro .title,.main .xkjs .pro .title{ margin: 10px 0; font-size: 14pt; font-weight: bold; }
.main .lsyg .pro .text,.main .xkjs .pro .text{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.main .lsyg .pro .more,.main .xkjs .pro .more{margin: 20px 10px 0; text-align: right}
.main .lsyg .pro .more a,.main .xkjs .pro .more a{color: #333}
.main .map{width: 100%;
    margin: 0 auto;}
.main .map .title{
	margin: 10px 0;
	padding: 0;
    font-size: 14pt;
    font-weight: bold;
}
.main .intro{background: #ffffff}
.main .intro .list ul{ padding: 0 40px}
.main .intro .list ul .title{
	margin: 40px 0 10px;
    font-size: 14pt;
    font-weight: bold;
}
.main .intro .list ul .title a{
	font-size: 18pt;
    font-family: "仿宋","楷体","宋体",Roboto, Noto, Helvetica, Arial, sans-serif;
	color: #333333;
}
.main .intro .list ul li{
	margin: 10px 0 30px;
    font-size: 14pt;
    font-family: "仿宋","楷体","宋体",Roboto, Noto, Helvetica, Arial, sans-serif;	
	text-indent: 2em;
}
.main .intro .list ul li a{
    color: #333333;
	
}
.main .leader{margin: 0;padding: 0}
.main .leader .intro{padding: 20px 10px 10px}
.main .leader .photo{padding: 0 }
.main .leader .photo img{width: 100%;
    height: 100%;
    object-fit: cover; }
.main .leader .intro .name{height: 30px; line-height: 30px; font-family:"微软雅黑","黑体",Roboto, Noto, Helvetica, Arial, sans-serif; font-size: 16pt; font-weight: bold;color: #666}
.main .leader .intro .job{height: 22px; line-height: 22px;font-size: 14px; margin-top: 8px; font-family: "仿宋","楷体","宋体",Roboto, Noto, Helvetica, Arial, sans-serif;}
.main .leader .intro .duty{font-family: "仿宋","楷体","宋体",Roboto, Noto, Helvetica, Arial, sans-serif;padding: 8px 0 20px;font-size: 14px;}
.main .leader .intro .office{font-family: "仿宋","楷体","宋体",Roboto, Noto, Helvetica, Arial, sans-serif;font-size: 14px;}
.main .leader .intro .tel{font-family: "仿宋","楷体","宋体",Roboto, Noto, Helvetica, Arial, sans-serif;font-size: 14px;}
.main .leader .intro .mail{font-family: "仿宋","楷体","宋体",Roboto, Noto, Helvetica, Arial, sans-serif;font-size: 14px;}
.main .leader .intro .more{text-align: right;margin: 10px 20px 0}
.main .leader .position{border-bottom: 1px solid #999}
.main .leader .position,.main .leader .position i,.main .leader .position a{color: #666}
.main .leader .position a:hover{color: #004890}
.main .leader .brief{position: relative;display: block; width: 100%;height: auto;padding: 10px;}
 
.main .leader .brief img{float: right;max-width: 40%; padding: 0 0 20px 20px;}
.main .leader .brief .title{}
.main .leader .brief .content{}


.majorlist{	width: 100%;
    overflow: hidden;
	padding: 0;
margin-bottom: 60px;}
.majorlist ul{width: 100%}
.majorlist ul li{height: 367px;margin-bottom: 15px; float: left}
.majorlist ul li:first-child{}
.majorlist ul li:nth-child(2){}
.majorlist ul li:nth-child(3){padding-left: 0;padding-right: 0;}
.majorlist ul li:nth-child(4){}
.majorlist ul li:nth-child(5){padding-left: 0;padding-right: 0;}
.majorlist ul li:nth-child(6){padding-left: 0;padding-right: 0;}
.majorlist ul li:nth-child(7){}
.majorlist ul li:nth-child(8){padding-left: 0;padding-right: 0;}
.majorlist ul li:nth-child(9){padding-left: 0;padding-right: 0;}
.majorlist ul li:nth-child(10){}
.majorlist ul li:nth-child(11){padding-left: 0;padding-right: 0;}
.majorlist ul li:nth-child(12){padding-left: 0;padding-right: 0;}


.majorlist ul li:first-child .box .pic{visibility: visible; animation-delay: 0.1s; animation-name: fadeInUp;}
.majorlist ul li:nth-child(2) .box .pic{visibility: visible; animation-delay: 0.2s; animation-name: fadeInUp;}
.majorlist ul li:nth-child(3) .box .pic{visibility: visible; animation-delay: 0.3s; animation-name: fadeInUp;}
.majorlist ul li:nth-child(4) .box .pic{visibility: visible; animation-delay: 0.4s; animation-name: fadeInUp;}
.majorlist ul li:nth-child(5) .box .pic{visibility: visible; animation-delay: 0.5s; animation-name: fadeInUp;}
.majorlist ul li:nth-child(6) .box .pic{visibility: visible; animation-delay: 0.6s; animation-name: fadeInUp;}
.majorlist ul li img{height: 280px;width: 100%;transition:1s;}
.majorlist ul li img:hover{filter:alpha(opacity=85);-moz-opacity:0.85;opacity:0.85;transition:1s; transform:scale(1.05);-webkit-transform:scale(1.05);}
.majorlist .box {border-bottom: 4px solid #f1f1f1;transition:0.5s;box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */}
.majorlist .box:hover{border-bottom: 4px solid #004890;transition:0.5s;box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */}
.majorlist .box .pic{height: 280px;
    width: 100%;overflow: hidden}
.majorlist .content .major_cname{
	height: 38px;
    line-height: 28px;
	font-weight: bold;
    font-size: 14pt;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;background: #ffffff;
    padding: 10px 5px;
}
.majorlist .content .major_ename{
		    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;background: #ffffff;
    padding: 10px 5px;
}
.main .dep{}
.main .dep .dep_listtitle{padding: 0 20px;}
.main .dep .dep_listtitle .name{ color: #717070;font-size: 18pt;padding-left: 20px;}
.main .dep .dep_listtitle .name span{color:#c1c1c1; padding-left: 10px;font-size: 16pt;}
.main .dep .dep_listtitle .remarks{color:#717070;padding-left: 20px; }
.main .dep  .content{padding: 20px 40px;
    font-family: "黑体";}
.main .dep .line {border-bottom: 1px solid #999;margin: 0 20px;}
.main .dep ul{padding: 0 20px 20px 20px;}
.main .dep ul li{border-bottom: 1px solid #999;padding-left: 20px;}
.main .dep ul li:last-child{border: none}
.main .dep ul li a{color: #999}
.main .dep ul li a .title{ color: #797979;font-weight: bold;
    font-size: 12pt;
    margin: 16px 0;}
.main .dep ul li a .content{color: #717070; margin-bottom: 16px;}
.main .dep ul li:hover{border-bottom: 1px solid #004890;padding-left: 20px;}
.main .dep ul li:hover:last-child{border: none}
.main .dep ul li a .content span{position: absolute;
    left: 12em;}
.main .teacher{}
.main .teacher .teacher_listtitle{padding: 0 20px;}
.main .teacher .teacher_listtitle .name{ color: #717070;font-size: 18pt;padding-left: 20px;}
.main .teacher .teacher_listtitle .name span{color:#c1c1c1; padding-left: 10px;font-size: 16pt;}
.main .teacher .teacher_listtitle .remarks{color:#717070;padding-left: 20px; }
.main .teacher .line {border-bottom: 1px solid #999;margin: 0 20px;}
.main .teacher ul{padding: 0 20px 20px 20px;}
.main .teacher ul li{border-bottom: 1px solid #999;padding-left: 20px;}
.main .teacher ul li:last-child{border: none}
.main .teacher ul li .title{ color: #797979;font-weight: bold;
    font-size: 12pt;
    margin: 16px 0;}
.main .teacher ul li .content{color: #717070; margin-bottom: 6px;}
.main .teacher ul li:hover{border-bottom: 1px solid #004890;padding-left: 20px;}
.main .teacher ul li:hover:last-child{border: none}
.main .teacher ul li .content span{position: absolute;
    left: 12em;}
.main .teacher ul li .content .row div{padding: 0;}
.main .teacher ul li .content .row a{color:#999}
.main .teacher ul li .content .row a:hover{color:#004890}
.main .teacher ul li .content .row ul{width: 100%;padding: 0 20px;}
.main .teacher ul li .content .row ul li{height: 26px; border-bottom: 0;padding-left: 0;}
.main .teacher ul li .content .row ul li{font-size: 12px;}
/**本科生教育界面**/
.edu2 ul{width: 100%}
.edu2 ul li{height: 342px;margin-bottom: 15px; float: left}
.edu2 ul li:first-child .box .pic{visibility: visible; animation-delay: 0.1s; animation-name: fadeInUp;}
.edu2 ul li:nth-child(2) .box .pic{visibility: visible; animation-delay: 0.2s; animation-name: fadeInUp;}
.edu2 ul li:nth-child(3) .box .pic{visibility: visible; animation-delay: 0.3s; animation-name: fadeInUp;}
.edu2 ul li:nth-child(4) .box .pic{visibility: visible; animation-delay: 0.4s; animation-name: fadeInUp;}
.edu2 ul li:nth-child(5) .box .pic{visibility: visible; animation-delay: 0.5s; animation-name: fadeInUp;}
.edu2 ul li:nth-child(6) .box .pic{visibility: visible; animation-delay: 0.6s; animation-name: fadeInUp;}
.edu2 ul li:nth-child(7) .box .pic{visibility: visible; animation-delay: 0.7s; animation-name: fadeInUp;}
.edu2 ul li img{height: 280px;width: 100%;transition:1s;}
.edu2 ul li img:hover{filter:alpha(opacity=85);-moz-opacity:0.85;opacity:0.85;transition:1s; transform:scale(1.05);-webkit-transform:scale(1.05);}
.edu2 .box {border-bottom: 4px solid #f1f1f1;transition:0.5s;box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */}
.edu2 .box:hover{border-bottom: 4px solid #004890;transition:0.5s;box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */}
.edu2 .box .pic{height: 280px;
    width: 100%;overflow: hidden}
.edu2 .content .title{
	height: 60px;
    line-height: 20px;
	font-weight: bold;
    font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;background: #ffffff;
    padding: 10px 5px;
}
.edu2 .content .title span{ float: right;
    font-size: 12px;
    padding-right: 10px;}
.edu2 .content .title span:hover{color:#004890;}
/**科研创作**/
.main .kycz{}
.main .kycz .title{color: #717070;
    font-size: 18pt;
    padding-left: 20px;border-bottom: 1px solid #999;}
.main .kycz .title span {
    color: #c1c1c1;
    padding-left: 10px;
    font-size: 16pt;
}
.main .pbllist{margin: 10px;
    column-count: 3;
    column-gap: 20px;}
 @media only screen and (max-width:768px) {
.main .pbllist{margin: 10px;
    column-count: 2;
    column-gap: 20px;}
}
.item {
    margin-bottom: 20px;
	border: 1px solid #999;box-shadow: 0px 2px 3px 1px #ccc;
}
.item:hover{box-shadow: 0px 2px 3px 1px #999;}
.item a img{
    width: 100%;
    height:100%;
}
.item a .content{padding: 8px}
.item a .content .title{color: #323232; line-height: 30px;}
.item a .content .date{color: #9f9f9f}
/**招生导览**/
.enroll{}
.enroll .classname{    width: 96%;
    margin: 0 auto;
    height: 58px;border-bottom: 1px solid #999;}
.enroll .classname .add{
	display: inline-block;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
}
.enroll .classname .add div{display: inline;}
.enroll .classname .add i{float: unset;}
.enroll .classname span{
	background: #004890;
	color: #ffffff;
	display: inline-block;
    padding: 6px 12px;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
.enroll .classname span span{
	padding: 0;
    margin-top: 0;
	font-family: Roboto, Noto, Helvetica, Arial, sans-serif;
}
.enroll .row ul{width: 100%;
    padding: 40px;}
.enroll .row ul li{margin-bottom: 1em;cursor:pointer}
.enroll .row ul li .news{border: 1px solid #999;padding: 10px;transition:0.5s;}
.enroll .row ul li .news:hover{border: 1px solid #004890;padding: 10px;transition:0.5s;}
.enroll .row ul li .news .date{width: 60px;
    height: 60px;text-align: center;position: absolute;}
.enroll .row ul li .news .date .dd{height: 40px;line-height: 40px; color: #004890; font-size: 18pt; background: #f1f1f1}
.enroll .row ul li .news .date .mm{height: 20px;background: #004890;color: #ffffff}
.enroll .row ul li .news .text{height: 60px;padding-left: 70px;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;transition:0.2s;}
.enroll .row ul li:hover .news .text{color: #004890;transition:0.2s;}
.enroll .row ul li .news .text .title {font-weight: bold;
}
.enroll .row ul li .news .text .intro {margin-top: 4px;
    font-size: 12px;
    text-indent: 2em;
    color: #999;
}
/**党建工作**/
.party,.party2{padding: 2em;}
.party .org{width: 100%;}
.party .org .title{ color: #717070;
    font-size: 18pt;border-bottom: 1px solid #999;
}

.party .org .title span{color: #c1c1c1;
    padding-left: 10px;
    font-size: 16pt;}
.party .org ul{width: 100%;}
.party .org ul li{float: left;padding: 10px;}
.party .org ul li:first-child{width: 27%;}
.party .org ul li:nth-child(2){width: 27%;}
.party .org ul li:nth-child(3){width: 27%;}
.party .org ul li:nth-child(4){width: 19%;}
 @media only screen and (max-width:768px) {
.party .org ul li:first-child{width: 100%;}
.party .org ul li:nth-child(2){width: 100%;}
.party .org ul li:nth-child(3){width: 100%;}
.party .org ul li:nth-child(4){width: 100%;}
}
.party .org ul li h4{font-size: 1.2rem;font-weight: bold;color: #797979;padding: 15px 0;}
.party .org ul li h6{font-size: 1rem;color: #717070}
.party .org ul li h6 p{padding: 5px 0;}
.zbhd,.zzfz{padding:20px 40px;background: #ffffff;}
.zbhd .title{width: 100%;    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #999;
    font-family: "Microsoft YaHei","微软雅黑","Microsoft JhengHei","华文细黑","STHeiti","MingLiu";
}
.zbhd .title .name{float: left;
    font-weight: bold;}
.zbhd .title .name span{display: inline;}
.zbhd .title .more{float: right;}
.zbhd .title .more a{color: red}
.zbhd ul{padding: 10px 0}
.zbhd ul li {margin-bottom: 10px;    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;}
.zbhd ul li a{color: #323232;position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;}
.zbhd ul li a:hover{color: #004890;}
.zbhd ul li span{color: #b7b7b7;display: block;}
/**学生工作**/
.stu_org{padding: 20px 40px;
    background: #ffffff;margin-bottom: 30px;}
.stu_org .title {
    color: #717070;
    font-size: 18pt;
    border-bottom: 1px solid #999;
}
.stu_org h6{margin-top: 30px;font-size: 1rem;color: #717070}
.stu_org h6 p{padding: 5px 0;}


/*默认新闻列表页*/
.newslist{ }
.newslist ul{ list-style:none}
.newslist ul li {
    float: left;width: 100%;
    list-style: none;
    padding: 0 0 0 5px;
    margin: 10px 0;
    border: none!important;
}
.newslist ul li .news-img {
    float: left;
}
.newslist ul li .news-text {
    float: right;
}
.newslist ul li .news-img a {
    display: block;
    float: left;
    margin: 10px 0 0 12px;
    border: 2px solid #004890;
}
.newslist ul li .news-img a img {
    display: block;
    width: 100%;
    max-width:182px;
    max-height:232px;
    position: relative;
    top: -10px;
    left: -12px;
}
.newslist ul li .news-text {
    float: right;
    width: 58%;
}
.newslist ul li .news-text h3 {
    display: block;width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
.newslist ul li .news-text h3 a {
    color: #004388;
    font-size: 20px;
    display: block;
}
.newslist ul li .news-text ul {
    list-style: none;
    padding: 0;
    display: block;
    margin: 20px 0 15px 0;
    font-weight: normal;
}
.newslist ul li .news-text ul li {
    float: left;
    list-style: none;
    padding: 0 0 0 5px;
    margin: 0;
    border: none!important;
}
.newslist ul li .news-time{
	text-align: right;
	height:22px;
    width: 100%;
    display: block;padding-right: 2em;
    box-sizing: border-box;  }
.newslist ul li .news-time i {
    color: #004388;
    font-size: 14px;
    padding: 1px 5px 0 0;
    position: relative;
}
.newslist ul li .news-duty,.newslist ul li .news-jurisdiction{
	text-align: left;
    line-height: 30px;
    width: 100%;
    display: block;
	padding-right: 2em;
    box-sizing: border-box;
}
.newslist ul li .news-duty{ margin-top:18px;}
.newslist ul li .news-jurisdiction{margin-bottom:15px;}
.newslist ul li .news-duty i,.newslist ul li .news-jurisdiction i{padding-right:10px;}
.newslist ul li .news-text p {
    margin: 0;
    text-indent: 2em;
    overflow: hidden;
    display: block;
    max-height: 180px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.click-box {
	display: block;
	width: 200px;
	max-width: 100%;
	height: 32px;
	font-size: 18px;
	line-height: 32px;
	position: relative;
	padding-left: 16px;
	transition: 0s .5s;
	-moz-transition: 0s .5s;
	-ms-transition: 0s .5s;
	-o-transition: 0s .5s;
	-webkit-transition: 0s .5s;
	opacity: 0;
	overflow: hidden;
	transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
}
.window-bin.swiper-slide-active .click-box, .news-text .click-box {
	opacity: 1;
	transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	transition-property: transform, opacity;
	-moz-transition-property: transform, opacity;
	-ms-transition-property: transform, opacity;
	-o-transition-property: transform, opacity;
	-webkit-transition-property: transform, opacity;
}
.click-box:before {
	background: rgba(0,0,0,.4);
	width: 100%;
	content: '';
	position: absolute;
	z-index: 1;
	bottom: 50%;
	left: 0;
	transition: width .2s;
	-moz-transition: width .2s;
	-ms-transition: width .2s;
	-o-transition: width .2s;
	-webkit-transition: width .2s;
}
.click-box:hover:before {
	width: 0;
}
.click-box span {
	position: relative;
	display: block;
	font-family: 'AddFont';
	float: left;
	z-index: 2;
	color: #000;
	transition: color .2s .2s;
	-moz-transition: color .2s .2s;
	-ms-transition: color .2s .2s;
	-o-transition: color .2s .2s;
	-webkit-transition: color .2s .2s;
}
.click-box:hover span {
	color: #004890;
}
.click-box span:after {
	content: '>>>';
	display: inline-block;
	padding-left: 7px;
	font-size: 18px;
	letter-spacing: 0;
	transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	-webkit-transition: .2s;
	transition-property: padding, letter-spacing;
	-moz-transition-property: padding, letter-spacing;
	-ms-transition-property: padding, letter-spacing;
	-o-transition-property: padding, letter-spacing;
	-webkit-transition-property: padding, letter-spacing;
}
.click-box:hover span:after {
	padding-left: 9px;
	letter-spacing: 2px;
}
.click-box.small {
	width: 175px;
	max-width: 100%;
	font-size: 15px;
}
.listpage {
    width: 100%;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    background-color: rgba(255,255,255,0.88);
    overflow: hidden;
	box-sizing: border-box;
}
.add{height: 40px;
    line-height: 40px;}
.add i{     margin-right: 5px;
    height: 40px;
    line-height: 40px;
    float: left;
    padding-left: 1em;}
.add table{display: inline;}
.artcontent {
    margin: 0 auto;
    width: 96%;
}
.title_w {
    text-align: center;
    padding: 20px 0;
    border-bottom: 2px solid #343434;
    font-size: 26px;
    font-family: 微软雅黑;
    font-weight: bold;
    line-height: 150%;
}
.apro {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    line-height: 28px;
    padding: 2px 10px;
    margin: 10px 0;
    text-align: center;
    color: #666;
    font-size: 14px;
}
.apro i{ color:#004890;font-family: FontAwesome;font-weight: 400;}
.zihao {
    margin-right: 2em;
    text-align: right;
}
.bt_leadercard{
	    width:100%;
		display:block;
		margin-bottom:20px;
}
.bt_leadercard .photo{
	display:block;
	float:left;
	margin-right:20px;
}
.bt_leadercard .photo img{	max-height:88px;}
.bt_leadercard .info{
	display:block;
	float:left;
}
.bt_content_pdf iframe{min-height:800px;}



.bt_content_w{
    line-height:1.5;
	font-size:12pt;
	font-family: 宋体;
	text-decoration:none;
}
.bt_content_w #video{width: 640px;
    height: 480px;
    margin: 0 auto;}
.bt_content_w p{
    padding:0.4em 0;
}
.bt_content_w p img {
    max-width: 95%;
    height: inherit;
    border: #E2E2E2 1px solid;
    box-shadow: 0 0 5px #c9c9c9;
    -moz-box-shadow: 0 0 5px #c9c9c9;
    -webkit-box-shadow: 0 0 5px #c9c9c9;
}
.bt_content_w table{margin: 0 auto;border-spacing:0; border:1px solid #666}
.bt_content_w td{ padding:5px;border-spacing:0;box-sizing: border-box;border: 1px solid #666;}
.command{
    height: 40px;
    margin: 5px auto 40px;
    line-height: 40px;
	font-family: 宋体;
	float:right;
}
.command i{ margin-right:5px}
.related {
    height: 60px;
	width:100%;
    margin: 15px 5px auto;
    line-height: 40px;
    float: left;
	border-top:1px dashed #d4d3d3;
}
.related p{
    height:30px;
	line-height:30px;
	font-family: 宋体;position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.command .btn {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}

.command .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
}

.command .btn-danger_back {
    color: #fff;
    background-color: #3280fc;
}
.command .btn-danger_print {
    color: #fff;
    background-color: #38b03f;
}
.command .btn-danger_close {
    color: #fff;
    background-color: #ea644a;
}		