@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	color: #333;
	font-size: 14px;
	font-family: Arial;
}
a, a:active {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}
ol, ul, li {
	list-style: none;
}
input, textarea, select, button {
	font: 14px "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: textfield !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
.clearfix:after, .clearfix:before {
	content: "";
	display: table;
	clear: both;
}
.btn {
	display: inline-block;
	text-align: center;
	padding: 0px;
	border: 0px;
	margin: 0px;
	position: relative;
	cursor: pointer;
}
input.text, textarea.text {
	display: block;
	padding: 0px;
	width: 100%;
	border: 0px;
	background: none;
	margin: 0px;
	resize: none;
}
.container {
	width: 96%;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
/*头部*/
.header {
	width: 100%;
}
.header .header-content {
	width: 96%;
	margin: auto;
	position: relative;
}
.header .header-content .header-logo {
	width: auto;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.header .header-content .header-logo a {
	width: auto;
	float: left;
	overflow: hidden;
}
.header .header-content .header-logo a img {
	width: 100%;
	height: auto;
	float: left;
}
.header .header-content .header-logo .img1 {
	float: left;
}
.header .header-content .header-nav {
	width: auto;
	float: right;
}
.header .header-content .header-nav .header-search {
	float: left;
	margin-top: 38px;
	margin-right: 40px;
}
.header .header-content .header-search .search1 {
	display: block;
	cursor: pointer;
}
.header .header-content .header-nav .header-menu {
	float: left;
	margin-top: 44px;
	margin-right: 40px;
}
.header .header-content .header-menu .menu1 {
	display: block;
	cursor: pointer;
}
.header .header-content .header-nav .header-en {
	float: left;
	margin-top: 47px;
	font-size: 24px;
	line-height: 24px;
	margin-right: 40px;
}
.header .header-content .header-nav .header-old {
	float: left;
	margin-top: 47px;
	font-size: 24px;
	line-height: 24px;
}
.search-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999
}
.search-box .search-box-bg {
	width: 100%;
	height: 100%;
	background: rgba(220,220,220,.9)
}
.search-box .search-form {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	height: 70px;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	overflow: hidden
}
.search-box .search-form .search-text {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: calc(100% - 100px);
	border: none;
	padding: 20px 30px;
	font-size: 24px;
	line-height: 30px;
	color: #666;
	box-sizing: border-box
}
.search-box .search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 100px;
	height: 70px;
	font-size: 0;
	background: url(../images/search2.png) center no-repeat #36b9c1;
	border: none;
	cursor: pointer
}
.menu-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999
}
.menu-box .menu-box-bg {
	width: 100%;
	height: 100%;
	background: rgba(220,220,220,.9)
}
.menu-box .menu-list {
	position: absolute;
	width: auto;
	top: 10%;
	left: 50%;
	transform: translate(-50%, -10%);
	margin: 0 auto;
	text-align: center;
}
.menu-box .menu-list ul li {
	height: 30px;
	font-size: 24px;
	margin-top: 20%;
}
.menu-box .menu-list ul li a {
	line-height: 30px;
	padding-bottom: 10px;
}
.menu-box .menu-list ul li a:hover {
	color: #36b9c1;
	border-bottom: 5px solid #36b9c1;
}
.menu-box .menu-list .li_on {
	border-bottom: 5px solid #666666;
}
@media only screen and (max-width:768px) {
.header .header-content .header-logo {
	width: auto;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.header .header-content .header-logo a img {
	width: auto;
	height: 40px;
}
.header .header-content .header-nav .header-search {
	margin-top: 20px;
	margin-right: 20px;
}
.header .header-content .header-nav .header-search img {
	width: auto;
	height: 20px;
}
.header .header-content .header-search .search1 {
	display: block;
	cursor: pointer;
}
.header .header-content .header-nav .header-menu {
	margin-top: 20px;
	margin-right: 20px;
}
.header .header-content .header-nav .header-menu img {
	width: auto;
	height: 20px;
}
.header .header-content .header-menu .menu1 {
	display: block;
	cursor: pointer;
}
.header .header-content .header-nav .header-en {
	float: left;
	height: 100%;
	font-size: 16px;
	line-height: 100%;
	margin-top: 22px;
	margin-right:0;
}
.header .header-content .header-nav .header-old {
	display:none;
}
.search-box .search-form {
	width: 90%;
	height: 40px;
}
.search-box .search-form .search-text {
	width: calc(100% - 60px);
	border: none;
	padding: 5px 5px;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	box-sizing: border-box;
}
.search-box .search-form .search-submit {
	width: 60px;
	height: 40px;
	font-size: 0;
	background: url(../images/search2.png) center no-repeat #36b9c1;
	border: none;
	cursor: pointer;
}
.menu-box .menu-list ul li {
	font-size: 18px;
	margin-top: 15%;
}
}
/*banner*/
.banner {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 56px;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd li img {
	width: 100%;
	display: block;
}
.slideBox5 .hd {
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	z-index: 1;
	left: 50%;
	margin-left: -117px;
}
.slideBox5 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	height: 16px;
	position: relative;
}
.slideBox5 .hd ul li {
	float: left;
	margin: 0 5px;
	width: 16px;
	height: 16px;
	text-align: center;
	cursor: pointer;
	background: #fff;
	position: relative;
	border-radius: 16px;
}
.slideBox5 .hd ul li.on {
	background: #36b9c1;
	height: 16px;
	margin-top: 0;
}
.slideBox5 {
	margin-bottom: 0;
}
.in-banner {
	height: auto;
}
.fullSlide {
	position: relative;
	margin: 0 auto;
}
.fullSlide .bd {
	position: relative;
	z-index: 0;
}
.fullSlide .bd li img {
	width: 100%;
	vertical-align: top;
}
.fullSlide .hd {
	position: relative;
	z-index: 1;
	margin-top: -60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
 *display:inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	margin: 5px;
	background: url(../images/tg_flash_p.png) -14px 0;
	overflow: hidden;
	font-size: 0;
}
.fullSlide .hd ul .on {
	background-position: 0 0;
}
.fullSlide .prev, .fullSlide .next {
	z-index: 1;
	display: block;
	width: 55px;
	height: 55px;
	position: relative;
	margin: -17.2% 0 0 3%;
	float: left;
	background: url(../images/arrow.png) 0 0 no-repeat;
}
.fullSlide .next {
	background-position: right 0;
	float: right;
	margin-right: 3%
}
 @media only screen and (max-width:768px) {
.slideBox5 .hd {
	bottom: 10px;
	margin-left: -81px;
}
.slideBox5 .hd ul {
	height: 8px;
}
.slideBox5 .hd ul li {
	width: 8px;
	height: 8px;
	border-radius: 8px;
}
.slideBox5 .hd ul li.on {
	height: 8px;
}
}
/*学院活动*/
.xyhd-top .xyhd-top-title {
	width: 100%;
	margin: auto;
	font-size: 24px;
	line-height: 40px;
	padding-top: 20px;
	font-weight: bold;
}
.xyhd {
	padding: 20px 0 20px;
	background: url(../images/xyhd_bg.jpg) repeat-x;
	background-size: contain;
}
.xyhd img {
	width: 100%;
}
.xyhd-content {
	width: 65%;
	height: auto;
	margin: 0 auto;
}
.js-silder {
	position: relative;
	min-width: 320px;
}
.silder-scroll {
	width: 100%;
	overflow: hidden;
}
.silder-main {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.silder-main-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.silder-main-img img {
	width: 100%;
}
.js-silder-ctrl {
	width: 100%;
	text-align: center;
}
.silder-ctrl-prev, .silder-ctrl-next {
	position: absolute;
	top: 0;
	width: 8%;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-family: "宋体";
	font-size: 52px;
	font-weight: 600;
	text-shadow: #666 2px 2px 5px;
}
.silder-ctrl-prev {
	left: 20px;
	text-align: left;
}
.silder-ctrl-next {
	right: 20px;
	text-align: right;
}
.silder-ctrl-prev>span, .silder-ctrl-next>span {
	position: absolute;
	top: 50%;
	margin-top: -40px;
}
.silder-ctrl-prev>span {
	left: 0;
}
.silder-ctrl-next>span {
	right: 0;
}
.silder-ctrl-conyd {
	position: relative;
	right: 30px;
	bottom: 50px;
	float: right;
}
.silder-ctrl-con {
	display: none;
	position: relative;
	bottom: 50px;
	/*	display: inline-block;*/
	width: 20px;
	height: 20px;
	margin: 0 10px;
	cursor: pointer;
	border-radius: 20px;
}
.silder-ctrl-con>span {
	display: block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	cursor: pointer;
	background-color: #e4e4e4;
}
.silder-ctrl-con.active>span {
	background-color: #3e64bc;
}
/*--------------------------------------------------------------
  主滑块样式
----------------------------------------------------------------*/
.bs-slider {
	overflow: hidden;
	max-height: 750px;
	position: relative;
	background: #000
}
.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab
}
.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing
}
.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2)
}
.bs-slider>.carousel-inner>.item>a>img, .bs-slider>.carousel-inner>.item>img {
	margin: auto;
	width: 100%!important
}
/*---------- 左/右轮控制 ----------*/
.control-round .carousel-control {
	top: 47%;
	opacity: 0;
	width: 45px;
	height: 45px;
	z-index: 100;
	color: #fff;
	display: block;
	font-size: 45px;
	padding: 0 15px;
	cursor: pointer;
	overflow: hidden;
	line-height: 43px;
	text-shadow: none;
	position: absolute;
	font-weight: 400;
	background: 0 0;
	-webkit-border-radius: 100px;
	border-radius: 100px
}
.control-round:hover .carousel-control {
	opacity: 1
}
.control-round .carousel-control.left {
	left: 1%
}
.control-round .carousel-control.right {
	right: 1%
}
.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
	color: #fdfdfd;
	border: 0 transparent
}
.control-round .carousel-control.left>span:nth-child(1) {
	left: 45%
}
.control-round .carousel-control.right>span:nth-child(1) {
	right: 45%
}
 @media only screen and (max-width:768px) {
.xyhd-top .xyhd-top-title {
	font-size: 16px;
	line-height: 30px;
	padding-top: 10px;
}
.xyhd {
	padding: 10px 0 10px;
}
}
/*学院亮点*/
.xyld-top .xyld-top-title {
	width: 100%;
	margin: auto;
	padding-bottom: 20px;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
}
.xyld {
	margin: 0 auto;
	background: #363636;
}
.xyld td img {
	width: 100%;
}
.xyld-content {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
 @media only screen and (max-width:768px) {
.xyld-top .xyld-top-title {
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 30px;
}
}
/*文章列表*/
.news {
	width: 100%;
	padding: 30px 30px 50px 30px;
	background: url(../images/ysxybg.png) center no-repeat;
	background-size: cover;
}
.news-s1 {
	width: 49%;
	float: left;
}
.news-s2 {
	width: 49%;
	float: right;
}
.news-top {
	width: 100%;
	margin: auto;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
	padding-bottom: 20px;
}
.news-content {
	width: 100%;
	height: 730px;
	box-shadow: 3px 3px 10px #cccccc;
	background: #ffffff;
}
.news-content-top {
	width: 80%;
	height: 100px;
	margin: 0 auto;
}
#news-content-top-menu li {
	width: 25%;
	text-align: center;
	float: left;
}
#news-content-top-menu2 li {
	width: 20%;
	text-align: center;
	float: left;
}
.nav-on {
	width: auto;
	height: 100px;
	margin: 0 auto;
	line-height: 100px;
	font-size: 24px;
	color: #36b9c1;
}
#news-content-top-menu li .nav-on span, #news-content-top-menu2 li .nav-on span {
	padding-bottom: 15px;
	border-bottom: 4px solid #cccccc;
}
.nav-off {
	width: auto;
	height: 100px;
	margin: 0 auto;
	line-height: 100px;
	font-size: 24px;
	color: #333333;
	text-align: center;
}
.news-content-list {
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.news-content-list ul li {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	background: url(../images/tb_s1.jpg) left center no-repeat;
}
.news-content-list-title {
	width: 80%;
	height: 60px;
	float: left;
	text-indent: 30px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical
}
.news-content-list-title a {
	color: #333333;
}
.news-content-list-title a:hover {
	color: #36b9c1;
}
.news-content-list-time {
	width: 20%;
	float: right;
	text-align: right;
}
.news-content-list .pr {
	text-align: right;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
}
.news-content-list .pr a {
	color: #36b9c1;
}
@media only screen and (max-width:1200px) {
.news {
	width: 100%;
	padding: 0px 10px 20px 10px;
	background-size: cover;
}
.news-s1 {
	width: 100%;
}
.news-s2 {
	width: 100%;
}
.news-top {
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 10px;
	margin-top: 10px;
}
.news-content {
	height: auto;
	padding-bottom: 10px;
}
.news-content-top {
	height: 55px;
	overflow: hidden;
}
.nav-on {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
.nav-off {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
#news-content-top-menu li .nav-on span, #news-content-top-menu2 li .nav-on span {
	padding-bottom: 10px;
	border-bottom: 3px solid #cccccc;
}
.news-content-list ul li {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	background: url(../images/mtb_s1.jpg) left center no-repeat;
}
.news-content-list-title {
	width: 100%;
	height: 36px;
	float: left;
	text-indent: 20px;
}
.news-content-list-time {
	display: none;
}
.news-content-list .pr {
	height: 36px;
	line-height: 36px;
	font-size: 16px;
}
}
/*底部*/
.footer {
	color: #ffffff;
	background: url(../images/foot_bg.jpg) top center no-repeat;
	background-size: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}
.footer .footer-wrapper {
	height: auto;
}
.footer .footer-wrapper .footer-nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-left: 50%;
	padding-right: 12%;
	padding-top: 3%;
	padding-bottom: 3%;
}
.footer-nav dt {
	font-size: 20px;
	height: 45px;
	line-height: 45px;
}
.footer-nav dd {
	font-size: 20px;
	height: 45px;
	line-height: 45px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical
}
.footer-nav a {
	color: #ffffff;
}
.footer-nav a:hover {
	color: #36b9c1;
}
.footer2 {
	width: 100%;
}
.footer2 img {
	width: 100%;
}
@media only screen and (max-width:1400px) {
.footer {
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer .footer-wrapper .footer-nav {
	padding-top: 2%;
	padding-bottom: 2%;
}
.footer-nav dt {
	font-size: 18px;
	height: 36px;
	line-height: 36px;
}
.footer-nav dd {
	font-size: 18px;
	height: 36px;
	line-height: 36px;
}
.footer .footer-wrapper {
	height: auto;
}
}
@media only screen and (max-width:1200px) {
.footer {
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer .footer-wrapper .footer-nav {
	padding-left: 45%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-right: 10%;
}
.footer-nav dt {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}
.footer-nav dd {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}
.footer .footer-wrapper {
	height: auto;
}
}
@media only screen and (max-width:920px) {
.footer {
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer .footer-wrapper .footer-nav {
	padding-left: 45%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-right: 10%;
}
.footer-nav dt {
	font-size: 14px;
	height: 24px;
	line-height: 24px;
}
.footer-nav dd {
	font-size: 14px;
	height: 24px;
	line-height: 24px;
}
.footer .footer-wrapper {
	height: auto;
}
}
@media only screen and (max-width:768px) {
.footer {
	background: url(../images/foot_bg2.jpg) top center no-repeat;
	background-size: cover;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer .footer-wrapper .footer-nav {
	padding-left: 10px;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-right: 10px;
}
.footer-nav dt {
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}
.footer-nav dd {
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}
.footer .footer-wrapper {
	height: auto;
}
}
/*内页banner*/
.banner-ny {
	width: 100%;
	height: auto;
}
.banner-ny img {
	width: 100%;
}
.content-ny {
	max-width: 1440px;
	height: auto;
	padding: 50px 40px;
	margin: 0 auto;
}
.content-ny-title {
	width: 100%;
	height: 70px;
	float: left;
	line-height: 40px;
	font-size: 36px;
	font-weight: bold;
	color: #333333;
}
.content-ny-menu {
	width: 100%;
	height: 60px;
	float: left;
	line-height: 60px;
	font-size: 24px;
	padding-left: 50px;
	background: url(../images/tb_s2.jpg) left center no-repeat;
}
.content-ny-menu a {
	margin: 0 30px;
	padding-bottom: 10px;
}
.content-ny-menu a:hover {
	font-weight: bold;
	color: #36b9c1;
	border-bottom: 4px solid #36b9c1;
}
.content-ny-menu .menu-on {
	font-weight: bold;
	color: #36b9c1;
	border-bottom: 4px solid #36b9c1;
}
.content-ny-xx {
	width: 100%;
	margin-top: 60px;
	line-height: 42px;
	float: left;
	font-size: 20px;
}
.content-ny-xx p {
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: 40px;
}
.content-ny-xx img {
	max-width: 100%;
}
 @media only screen and (max-width:768px) {
.content-ny {
	padding: 10px;
}
.content-ny-title {
	height: 30px;
	line-height: 30px;
	font-size: 20px;
}
.content-ny-menu {
	width: 100%;
	height: auto;
	float: left;
	line-height: 20px;
	font-size: 16px;
	padding-left: 10px;
	margin-top: 10px;
	background: url(../images/mtb_s2.jpg) left 13px no-repeat;
}
.content-ny-menu a {
	display: inline-block;
	margin: 10px 10px 5px 10px;
	padding-bottom: 6px;
}
.content-ny-xx {
	width: 100%;
	margin-top: 10px;
	line-height: 30px;
	font-size: 16px;
}
}
/*现任领导*/
.content-ny-xrld {
	width: 100%;
	margin-top: 60px;
	line-height: 30px;
	float: left;
	font-size: 20px;
}
.content-ny-xrld ul li {
	width: 50%;
	float: left;
	display: inline-table;
	padding-left: 3%;
	padding-right: 3%;
	margin-bottom: 50px;
}
.content-ny-xrld-s1 {
	width: 100%;
	height: auto;
	float: left;
}
.content-ny-xrld-s1 td img {
	max-width: 100%;
}
.content-ny-xrld-s1 p {
	width: auto;
	display: block;
	float: left;
	clear: both;
}
.content-ny-xrld-s1 .jsmc {
	font-size: 30px;
	border-bottom: 3px solid #36b9c1;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content-ny-xrld-s2 {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
}
@media only screen and (max-width:768px) {
.content-ny-xrld {
	margin-top: 10px;
}
.content-ny-xrld ul li {
	padding-left: 1%;
	padding-right: 1%;
	margin-bottom: 20px;
}
.content-ny-xrld-s1 p {
	width: 70px;
	font-size: 12px;
	line-height: 20px;
}
.content-ny-xrld-s1 .jsmc {
	width: auto;
	font-size: 16px;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.content-ny-xrld-s2 {
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
}
}
/*专业设置*/
.content-ny-zysz {
	width: 100%;
	margin-top: 60px;
	float: left;
}
.content-ny-zysz-s1 {
	width: 100%;
	float: left;
	background: url(../images/zysz_bg.jpg) left bottom no-repeat;
	background-size: 100%;
}
.content-ny-zysz-s1-title {
	width: 350px;
	height: auto;
	float: left;
	padding-left: 50px;
	font-size: 96px;
	line-height: 120px;
	font-weight: bold;
	border-right: 5px solid #36b9c1;
}
.content-ny-zysz-s1-menu {
	width: 40%;
	height: auto;
	float: right;
	color: #666666;
	padding-bottom: 200px;
}
.content-ny-zysz-s1-menu p {
	font-size: 64px;
	line-height: 90px;
	margin-bottom: 100px;
}
.content-ny-zysz-s1-menu p a {
	color: #666666;
}
.content-ny-zysz-s1-menu p a:hover {
	color: #36b9c1;
}
.content-ny-zysz-s2 {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.content-ny-zysz-s2 ul li {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 30px;
}
.content-ny-zysz-s2-title {
	width: 300px;
	height: 160px;
	float: left;
	padding-left: 90px;
	font-size: 54px;
	font-weight: bold;
	line-height: 80px;
	background: url(../images/tb_s3.jpg) right 95px no-repeat;
}
.content-ny-zysz-s2-txt {
	width: 52%;
	height: auto;
	float: right;
	font-size: 40px;
	color: #666666;
	line-height: 60px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 100px;
	padding-top: 50px;
}
.content-ny-zysz-s2-txt a {
	color: #666666;
}
.content-ny-zysz-s2-txt a:hover {
	color: #36b9c1;
}
@media only screen and (max-width:768px) {
.content-ny-zysz {
	margin-top: 0;
}
.content-ny-zysz-s1 {
	width: 100%;
	float: left;
	background: url(../images/zysz_bg.jpg) left bottom no-repeat;
	background-size: 50%;
}
.content-ny-zysz-s1-title {
	width: auto;
	height: auto;
	float: left;
	padding-left: 0;
	padding-right: 20px;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	border-right: 3px solid #36b9c1;
}
.content-ny-zysz-s1-menu {
	width: 60%;
	padding-bottom: 50px;
}
.content-ny-zysz-s1-menu p {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 10px;
}
.content-ny-zysz-s2 {
	margin-top: 10px;
}
.content-ny-zysz-s2 ul li {
	margin-bottom: 20px;
}
.content-ny-zysz-s2-title {
	width: auto;
	height: auto;
	float: left;
	padding-left: 0;
	padding-right: 30px;
	font-size: 24px;
	line-height: 30px;
	background: url(../images/mtb_s3.jpg) right 32px no-repeat;
}
.content-ny-zysz-s2-txt {
	width: 70%;
	height: auto;
	float: right;
	font-size: 20px;
	color: #666666;
	line-height: 30px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	padding-top: 0;
}
.content-ny-zysz-s2-txt img {
	height: 15px;
}
}
/*专业设置-美术学*/
.content-ny-msx {
	width: 100%;
	margin-top: 60px;
	float: left;
}
.content-ny-msx-s1 {
	width: 100%;
	float: left;
}
.content-ny-msx-s1-title {
	width: auto;
	height: auto;
	float: left;
	padding-right: 50px;
	font-size: 96px;
	line-height: 96px;
	font-weight: bold;
	border-right: 5px solid #36b9c1;
}
.content-ny-msx-xx {
	width: 100%;
	margin-top: 60px;
	line-height: 42px;
	float: left;
	font-size: 20px;
}
.content-ny-msx-xx p {
	padding-top: 10px;
	padding-bottom: 10px;
}
.content-ny-msx-xx img {
	max-width: 100%;
}
 @media only screen and (max-width:768px) {
.content-ny-msx {
	margin-top: 0;
}
.content-ny-msx-s1-title {
	padding-right: 20px;
	font-size: 20px;
	line-height: 36px;
	border-right: 3px solid #36b9c1;
}
.content-ny-msx-xx {
	margin-top: 10px;
	line-height: 30px;
	font-size: 16px;
}
}
/*乡村创意设计*/
.content-ny-xccysj {
	width: 100%;
	margin-top: 60px;
	float: left;
}
.content-ny-xccysj-s1 {
	width: 100%;
	float: left;
	background: url(../images/zysz_bg.jpg) left bottom no-repeat;
	background-size: 100%;
}
.content-ny-xccysj-s1-title {
	width: 350px;
	height: auto;
	float: left;
	padding-left: 50px;
	font-size: 96px;
	line-height: 120px;
	font-weight: bold;
	border-right: 5px solid #36b9c1;
}
.content-ny-xccysj-s1-right {
	width: 40%;
	height: auto;
	float: right;
	color: #666666;
	padding-bottom: 200px;
}
.content-ny-xccysj-s1-right-t1 {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	font-size: 48px;
	line-height: 64px;
	font-weight: bold;
	color: #36b9c1;
	padding-bottom: 40px;
}
.content-ny-xccysj-s1-right-t2 {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 50px;
	font-size: 36px;
	line-height: 60px;
	color: #666666;
}
.content-ny-xccysj-s1-right-t2 p {
	text-indent: 72px;
}
.content-ny-xccysj-s2 {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.content-ny-xccysj-s2-t1 {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	font-size: 48px;
	line-height: 64px;
	font-weight: bold;
	color: #36b9c1;
	padding-bottom: 40px;
}
.content-ny-xccysj-s2-t2 {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 50px;
	font-size: 36px;
	line-height: 60px;
	color: #666666;
}
.content-ny-xccysj-s2-t2 p {
	text-indent: 72px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content-ny-xccysj-s2-t2 img {
	max-width: 100%;
}
@media only screen and (max-width:768px) {
.content-ny-xccysj {
	margin-top: 0;
}
.content-ny-xccysj-s1 {
	width: 100%;
	float: left;
	background: url(../images/zysz_bg.jpg) left bottom no-repeat;
	background-size: 50%;
}
.content-ny-xccysj-s1-title {
	width: auto;
	height: auto;
	float: left;
	padding-left: 0;
	padding-right: 20px;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	border-right: 3px solid #36b9c1;
}
.content-ny-xccysj-s1-right {
	width: 75%;
	padding-bottom: 50px;
}
.content-ny-xccysj-s1-right-t1 {
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 10px;
}
.content-ny-xccysj-s1-right-t2 {
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 30px;
}
.content-ny-xccysj-s1-right-t2 p {
	text-indent: 32px;
}
.content-ny-xccysj-s2 {
	margin-top: 10px;
}
.content-ny-xccysj-s2-t1 {
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 10px;
}
.content-ny-xccysj-s2-t2 {
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 30px;
}
.content-ny-xccysj-s2-t2 p {
	text-indent: 32px;
	padding-top: 5px;
	padding-bottom: 5px;
}
}
/*获奖作品剪影*/
.content-ny-hjzpjy {
	width: 100%;
	margin-top: 60px;
	float: left;
}
.content-ny-hjzpjy-s1 {
	width: 100%;
	float: left;
	background: url(../images/ysxyhjzp_bg.jpg) left bottom no-repeat;
	background-size: 40%;
}
.content-ny-hjzpjy-s1-title {
	width: 520px;
	height: auto;
	float: left;
	padding-left: 50px;
	font-size: 96px;
	line-height: 120px;
	font-weight: bold;
	border-right: 5px solid #36b9c1;
}
.content-ny-hjzpjy-s1-right {
	width: 50%;
	height: auto;
	float: right;
	color: #666666;
	padding-bottom: 200px;
}
.content-ny-hjzpjy-s1-right-t1 {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	font-size: 40px;
	line-height: 60px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 40px;
}
.content-ny-hjzpjy-s1-right-t2 {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 50px;
	font-size: 24px;
	line-height: 40px;
	color: #666666;
}
.content-ny-hjzpjy-s1-right-t2 p {
	padding-top: 10px;
	padding-bottom: 10px;
}
.content-ny-hjzpjy-s2 {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.content-ny-hjzpjy-s2-t1 {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	font-size: 40px;
	line-height: 60px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 40px;
}
.content-ny-hjzpjy-s2-t2 {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 50px;
	font-size: 24px;
	line-height: 40px;
	color: #666666;
}
.content-ny-hjzpjy-s2-t2 p {
	padding-top: 10px;
	padding-bottom: 10px;
}
.content-ny-hjzpjy-s2-t2 img {
	max-width: 100%;
}
 @media only screen and (max-width:768px) {
.content-ny-hjzpjy {
	margin-top: 0;
}
.content-ny-hjzpjy-s1-title {
	width: auto;
	height: auto;
	float: left;
	padding-left: 0;
	padding-right: 20px;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	border-right: 3px solid #36b9c1;
}
.content-ny-hjzpjy-s1-right {
	width: 65%;
}
.content-ny-hjzpjy-s1-right-t1 {
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 10px;
}
.content-ny-hjzpjy-s1-right-t2 {
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 30px;
}
.content-ny-hjzpjy-s1-right-t2 p {
	padding-top: 5px;
	padding-bottom: 5px;
}
.content-ny-hjzpjy-s2-t1 {
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 10px;
}
.content-ny-hjzpjy-s2-t2 {
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 30px;
}
.content-ny-hjzpjy-s2-t2 p {
	padding-top: 5px;
	padding-bottom: 5px;
}
}
/*教师列表*/
.content-ny-jslist-title {
	width: 30%;
	height: 70px;
	margin: 0 auto;
	line-height: 40px;
	font-size: 36px;
	font-weight: bold;
	color: #333333;
}
.content-ny-jslist-title a {
	width: 50%;
	text-align: center;
	display: inline-block;
	float: left;
	padding-bottom: 10px;
}
.content-ny-jslist-title .title-on {
	color: #36b9c1;
	background: url(../images/title_bg.jpg) center bottom no-repeat;
}
.content-ny-jslist-title a:hover {
	color: #36b9c1;
	background: url(../images/title_bg.jpg) center bottom no-repeat;
}
.content-ny-jslist {
	width: 100%;
	margin-top: 60px;
	line-height: 30px;
	float: left;
	font-size: 20px;
}
.content-ny-jslist ul li {
	width: 50%;
	float: left;
	display: inline-table;
	padding-left: 3%;
	padding-right: 3%;
	margin-bottom: 50px;
}
.content-ny-jslist-s1 {
	width: 100%;
	height: auto;
	float: left;
}
.content-ny-jslist-s1 td img {
	max-width: 100%;
}
.content-ny-jslist-s1 p {
	width: auto;
	display: block;
	float: left;
	clear: both;
}
.content-ny-jslist-s1 .jsmc {
	font-size: 30px;
	border-bottom: 3px solid #36b9c1;
	padding-top: 10px;
	padding-bottom: 10px;
}
@media only screen and (max-width:768px) {
.content-ny-jslist-title {
	width: 100%;
	height: auto;
	line-height: 30px;
	font-size: 20px;
}
.content-ny-jslist {
	margin-top: 20px;
}
.content-ny-jslist-s1 td img {
	width: auto;
	height: auto;
}
.content-ny-jslist-s1 .jsmc {
	width: 50px;
	font-size: 16px;
	line-height: 24px;
}
}
/*教师详细*/

.content-ny-jsxxjs {
	width: 100%;
	margin-top: 20px;
	line-height: 30px;
	float: left;
	font-size: 20px;
}
.content-ny-jsxxjs-s1 {
	width: 50%;
	float: left;
	margin-bottom: 50px;
}
.content-ny-jsxxjs-s1 td img {
	max-width: 100%;
}
.content-ny-jsxxjs-s1 p {
	width: auto;
	display: block;
	float: left;
	clear: both;
}
.content-ny-jsxxjs-s1 .jsmc {
	font-size: 30px;
	border-bottom: 3px solid #36b9c1;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
.content-ny-jsxxjs-content {
	width: 100%;
	margin-top: 10px;
	line-height: 42px;
	float: left;
	font-size: 20px;
}
.content-ny-jsxxjs-content strong {
	color: #36b9c1;
}
@media only screen and (max-width:768px) {
.content-ny-jsxxjs {
	margin-top: 0;
	line-height: 24px;
	font-size: 16px;
}
.content-ny-jsxxjs-s1 {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.content-ny-jsxxjs-s1 .jsmc {
	width: auto;
	font-size: 20px;
}
.content-ny-jsxxjs-s1 p {
	width: 150px;
}
.content-ny-jsxxjs-content {
	line-height: 30px;
	font-size: 16px;
}
}
/*教职员工*/
.content-ny-jzyg {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.content-ny-jzyg ul li {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 30px;
}
.content-ny-jzyg-title {
	width: 280px;
	height: auto;
	float: left;
	background: url(../images/title_bg2.jpg) top right no-repeat;
}
.content-ny-jzyg-title p {
	font-size: 46px;
	line-height: 46px;
}
.content-ny-jzyg-txt {
	width: 70%;
	height: auto;
	float: right;
}
.content-ny-jzyg-txt ul li {
	width: 50%;
	height: auto;
	float: left;
	border-bottom: 1px solid #cccccc;
}
.content-ny-jzyg-txt ul li p {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 20px;
}
 @media only screen and (max-width:768px) {
.content-ny-jzyg-title {
	width: auto;
	height: auto;
	float: left;
	padding-right: 20px;
	background: url(../images/mtitle_bg2.jpg) top right repeat-y;
}
.content-ny-jzyg-title p {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
}
.content-ny-jzyg-txt {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}
.content-ny-jzyg-txt ul li {
	width: 100%;
}
.content-ny-jzyg-txt ul li p {
	font-size: 16px;
	margin-bottom: 10px;
}
}
/*党的建设*/
.content-ny-ddjs {
	width: 100%;
}
.content-ny-ddjs-c1 {
	width: 48%;
	height: 590px;
	float: left;
	margin-bottom: 50px;
	box-shadow: 3px 3px 10px #cccccc;
}
.content-ny-ddjs-c2 {
	width: 48%;
	height: 590px;
	float: right;
	margin-bottom: 50px;
	box-shadow: 3px 3px 10px #cccccc;
}
.content-ny-ddjs-top {
	width: 90%;
	height: 60px;
	margin: 30px auto 0 auto;
}
.content-ny-ddjs-title {
	width: auto;
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #36b9c1;
	border-bottom: 5px solid #cccccc;
	padding-bottom: 10px;
}
.content-ny-ddjs-more {
	width: auto;
	float: right;
	font-size: 16px;
	margin-top: 20px;
}
.content-ny-ddjs-more a:hover {
	color: #36b9c1;
}
.content-ny-ddjs-list {
	width: 90%;
	height: auto;
	margin: 0 auto;
}
.content-ny-ddjs-list ul li {
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	text-indent: 40px;
	background: url(../images/tb_s1.jpg) left center no-repeat;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical
}
.content-ny-ddjs-list ul li a:hover {
	color: #36b9c1;
}
 @media only screen and (max-width:768px) {
.content-ny-ddjs-c1 {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
.content-ny-ddjs-top {
	width: 96%;
	height: 30px;
	margin: 10px auto 0 auto;
}
.content-ny-ddjs-c2 {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	box-shadow: 3px 3px 10px #cccccc;
}
.content-ny-ddjs-title {
	float: left;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 3px solid #cccccc;
	padding-bottom: 10px;
}
.content-ny-ddjs-list {
	width: 96%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content-ny-ddjs-list ul li {
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	text-indent: 20px;
	background: url(../images/mtb_s1.jpg) left center no-repeat;
}
}
/*党的建设详细*/
.content-ny-ddjsxx {
	width: 100%;
	float: left;
}
.content-ny-ddjsxx-title {
	width: 100%;
	height: auto;
	text-align: center;
	color: #36b9c1;
	line-height: 42px;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 30px;
}
.content-ny-ddjsxx-txt {
	width: 100%;
	margin-top: 60px;
	line-height: 42px;
	float: left;
	font-size: 20px;
}
.content-ny-ddjsxx-txt p {
	padding-top: 10px;
	padding-bottom: 10px;
}
.content-ny-ddjsxx-txt img {
	max-width: 100%;
}
 @media only screen and (max-width:768px) {
.content-ny-ddjsxx-title {
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
	padding-top: 10px;
}
.content-ny-ddjsxx-txt {
	margin-top: 20px;
	line-height: 30px;
	font-size: 16px;
}
}
/*新闻列表*/
.content-ny-newslist-top {
	width: 100%;
	height: 220px;
	background: url(../images/news_tb_bg.jpg) left bottom no-repeat;
}
.content-ny-newslist-top-title {
	width: auto;
	height: 96px;
	float: left;
	margin-top: 20px;
	padding-right: 50px;
	font-size: 96px;
	line-height: 96px;
	border-right: 5px solid #36b9c1;
}
.content-ny-newslist {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
}
.content-ny-newslist ul li {
	width: 100%;
	height: 95px;
	line-height: 95px;
	font-size: 30px;
	background: url(../images/tb_s5.jpg) left center no-repeat;
	border-bottom: 1px solid #cccccc;
}
.content-ny-newslist-title {
	width: 80%;
	height: 95px;
	float: left;
	text-indent: 30px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical
}
.content-ny-newslist-title a {
	color: #333333;
}
.content-ny-newslist-title a:hover {
	color: #36b9c1;
}
.content-ny-newslist-time {
	width: 20%;
	float: right;
	text-align: right;
}
@media only screen and (max-width:768px) {
.content-ny-newslist-top {
	width: 100%;
	height: 40px;
	background: url(../images/mnews_tb_bg.jpg) left bottom no-repeat;
	margin-top: 10px;
}
.content-ny-newslist-top-title {
	height: 24px;
	float: left;
	font-weight: bold;
	margin-top: 0;
	padding-right: 10px;
	font-size: 24px;
	line-height: 24px;
	border-right: 3px solid #36b9c1;
}
.content-ny-newslist {
	margin-top: 10px;
}
.content-ny-newslist ul li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	background: url(../images/mtb_s5.jpg) left center no-repeat;
}
.content-ny-newslist-title {
	width: 100%;
	height: 40px;
	text-indent: 20px;
}
.content-ny-newslist-time {
	display: none;
}
}
/*列表页*/
.content-ny-list-top {
	width: 100%;
	height: 85px;
}
.content-ny-list-top-title {
	width: auto;
	height: 64px;
	float: left;
	margin-top: 20px;
	padding-right: 50px;
	font-size: 64px;
	line-height: 64px;
	font-weight: bold;
	border-right: 5px solid #36b9c1;
}
.content-ny-list {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
}
.content-ny-list ul li {
	width: 100%;
	height: 95px;
	line-height: 95px;
	font-size: 30px;
	background: url(../images/tb_s5.jpg) left center no-repeat;
	border-bottom: 1px solid #cccccc;
}
.content-ny-list-title {
	width: 80%;
	height: 95px;
	float: left;
	text-indent: 30px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical
}
.content-ny-list-title a {
	color: #333333;
}
.content-ny-list-title a:hover {
	color: #36b9c1;
}
.content-ny-list-time {
	width: 20%;
	float: right;
	text-align: right;
}
@media only screen and (max-width:768px) {
.content-ny-list-top {
	width: 100%;
	height: 36px;
}
.content-ny-list-top-title {
	height: 36px;
	float: left;
	margin-top: 0;
	padding-right: 20px;
	font-size: 24px;
	line-height: 36px;
	border-right: 3px solid #36b9c1;
}
.content-ny-list {
	margin-top: 10px;
}
.content-ny-list ul li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	background: url(../images/mtb_s5.jpg) left center no-repeat;
}
.content-ny-list-title {
	width: 100%;
	height: 40px;
	text-indent: 20px;
}
.content-ny-list-time {
	display: none;
}
}
/*活动列表*/
.content-ny-eventslist-top {
	width: 100%;
	height: 220px;
	background: url(../images/events_tb_bg.jpg) left bottom no-repeat;
}
.content-ny-eventslist-top-title {
	width: auto;
	height: 96px;
	float: left;
	margin-top: 20px;
	padding-right: 50px;
	font-size: 96px;
	line-height: 96px;
	border-right: 5px solid #36b9c1;
}
.content-ny-eventspiclist {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
}
.content-ny-eventspiclist ul li {
	width: 47%;
	margin-right: 6%;
	float: left;
	margin-top: 20px;
}
.content-ny-eventspiclist ul li:nth-child(even) {
	margin-right: 0%;
}
.content-ny-eventspiclist-pic {
	width: auto;
	height: 370px;
	float: left;
	overflow: hidden;
}
.content-ny-eventspiclist-pic img {
	width: 640px;
	height: 450px;
}
.content-ny-eventspiclist-title {
	width: 100%;
	height: 100px;
	line-height: 50px;
	font-size: 24px;
	float: left;
	margin-top: 10px;
	color: #666666;
	text-align: center;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical
}
.content-ny-eventspiclist-title a {
	color: #666666;
}
.content-ny-eventspiclist-title a:hover {
	color: #36b9c1;
}
.content-ny-eventslist {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
}
.content-ny-eventslist ul li {
	width: 100%;
	height: 95px;
	line-height: 95px;
	font-size: 30px;
	background: url(../images/tb_s5.jpg) left center no-repeat;
	border-bottom: 1px solid #cccccc;
}
.content-ny-eventslist-title {
	width: 80%;
	height: 95px;
	float: left;
	text-indent: 30px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical
}
.content-ny-eventslist-title a {
	color: #333333;
}
.content-ny-eventslist-title a:hover {
	color: #36b9c1;
}
.content-ny-eventslist-time {
	width: 20%;
	float: right;
	text-align: right;
}
 @media only screen and (max-width:768px) {
.content-ny-eventslist-top {
	width: 100%;
	height: 40px;
	background: url(../images/mevents_tb_bg.jpg) left bottom no-repeat;
	margin-top: 10px;
}
.content-ny-eventslist-top-title {
	height: 24px;
	float: left;
	font-weight: bold;
	margin-top: 0;
	padding-right: 10px;
	font-size: 24px;
	line-height: 24px;
	border-right: 3px solid #36b9c1;
}
.content-ny-eventspiclist {
	margin-top: 0px;
}
.content-ny-eventspiclist-pic {
	height: auto;
}
.content-ny-eventspiclist-title {
	width: 100%;
	height: 60px;
	line-height: 30px;
	font-size: 18px;
	float: left;
	margin-top: 10px;
}
.content-ny-eventspiclist-pic img {
	width: 100%;
	height: 50%;
}
.content-ny-eventslist-title {
	width: 100%;
	height: 40px;
	text-indent: 20px;
}
.content-ny-eventslist ul li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	background: url(../images/mtb_s5.jpg) left center no-repeat;
}
.content-ny-eventslist-time {
	display: none;
}
.content-ny-eventslist {
	margin-top: 20px;
}
}
/*内页二级列表*/
.content-ny-list2-title {
	width: 100%;
	height: 90px;
	margin: 0 auto;
	line-height: 40px;
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.content-ny-list2-title a {
	width: auto;
	display: inline-table;
	margin: 0 10px;
	padding-bottom: 10px;
}
.content-ny-list2-title .title-on {
	color: #36b9c1;
	background: url(../images/title_bg.jpg) center bottom no-repeat;
}
.content-ny-list2-title a:hover {
	color: #36b9c1;
	background: url(../images/title_bg.jpg) center bottom no-repeat;
}
.content-ny2 {
}
.content-ny-nry {
	max-width: 1440px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.content-ny-nry-top {
	border-bottom: 1px solid #e4e2e2;
}
.content-ny-nry-top-title {
	font-size: 30px;
	color: #333;
	line-height: 42px;
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
}
.content-ny-nry-top-txt {
	color: #999999;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.content-ny-nry-xx {
	width: 100%;
	margin-top: 40px;
	line-height: 42px;
	float: left;
	font-size: 20px;
}
.content-ny-nry-xx p {
	padding-top: 10px;
	padding-bottom: 10px;
}
.content-ny-nry-xx img {
	max-width: 100%;
}
.ny-content-dy p {
	padding-top: 10px;
	padding-bottom: 10px;
}
.ny-content-nry-c p {
	padding-top: 10px;
	padding-bottom: 10px;
}
 @media only screen and (max-width:768px) {
.content-ny-nry-top-title {
	font-size: 18px;
	line-height: 32px;
	padding-top: 10px;
}
.content-ny-nry-top-txt {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.content-ny-nry-xx {
	width: 100%;
	margin-top: 10px;
	line-height: 30px;
	font-size: 16px;
}
.content-ny-nry-xx p {
	padding-top: 5px;
	padding-bottom: 5px;
}
.content-ny-list2-title {
	height: auto;
	line-height: 30px;
	font-size: 20px;
}
}
#vsb_content_100 IMG {
	border: 0!important;
}
#vsb_content_100 P {
	LINE-HEIGHT: 42px!important;
	font-size: 20px!important;
}
#vsb_content_100 .vsbcontent_start {
	LINE-HEIGHT: 42px!important;
	font-size: 20px!important;
}
#vsb_content_100 .vsbcontent_end {
	LINE-HEIGHT: 42px!important;
	font-size: 20px!important;
}
/*pagebar可改为自定义名称*/

/*公共样式 字体，行高，字体颜色等*/
.pagebar {
	font-size: 16px;
	font-family: "Microsoft YaHei UI";
	line-height: 16px;
	color: #222;
}
/*去掉a链接的下划线*/
.pagebar a {
	text-decoration: none;
}
/*消掉最左侧页码区margin-left的5个像素*/
.pagebar .p_pages {
	margin-left: -5px;
}
/*按钮和页码的外观*/
.pagebar .p_fun_d, .pagebar .p_no_d, .pagebar .p_fun a, .pagebar .p_no a {
	border: 1px solid #ccc;
	padding: 10px 15px;
	margin: 0px 0px 0px 5px;
	height: 36px;
	-height: auto;
	line-height: 14px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	border-radius: 5px;
}
/*文字对齐样式*/
.pagebar .p_t {
	line-height: 12px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
}
/*无链接的字体颜色*/
.pagebar .p_fun_d, .pagebar .p_no_d {
	color: #ccc;
}
/*链接字体颜色*/
.pagebar .p_fun a, .pagebar .p_no a {
	color: #222;
}
/*鼠标移上时有链接按钮的外观*/
.pagebar .p_no a:hover, .pagebar .p_fun a:hover, .pagebar .p_goto a:hover {
	background-color: #f5f5f5;
}
/*页码省略号...的外观*/
.pagebar .p_dot {
	margin-left: 4px;
	margin-right: -4px;
	color: #222;
}
/*当前页码的外观*/
.pagebar .p_no_d {
	border: 1px solid #36b9c1;
	color: #fff;
	background-color: #36b9c1;
}
/*按钮控制*/

/*控制是否显示 "首页" "尾页" */
.pagebar .p_first, .pagebar .p_first_d, .pagebar .p_last, .pagebar .p_last_d {
	display: none;
}
/*控制是否显示 "上页" "下页"*/
.pagebar .p_prev, .pagebar .p_prev_d.pagebar .p_next, .pagebar .p_next_d {
/*display:none;*/
}
/*控制是否显示无链接的 "首页" "上页" "下页" "尾页"*/
.pagebar .p_first_d, .pagebar .p_prev_d, .pagebar .p_next_d, .pagebar .p_last_d {
/*display:none;*/
}
/*控制是否显示页码*/
.pagebar .p_no, .pagebar .p_no_d, .pagebar .p_dot {
/*display:none;*/
}
/*跳转到页码输入框的外观*/
.pagebar .p_goto input {
	font-family: SimSun;
	font-size: 12px;
	border: 1px solid #aaa;
	height: 22px;
	line-height: 20px;
	box-sizing: border-box;
	vertical-align: middle;
	outline-width: thin;
	outline-color: #258CFF;
	margin: 0px 2px;
	padding: 0px 1px;
	width: 22px;
	text-align: center;
}
/*跳转到页码输入框  鼠标移上及输入时的外框颜色*/
.pagebar .p_goto input:hover, .pagebar .p_goto input:focus {
	border: 1px solid #258CFF;
}
/*跳转按钮的外观*/
.pagebar .p_goto a {
	border: 1px solid #ccc;
	padding: 5px 6px;
	color: #222;
	margin: 0px;
	height: 24px;
	-height: auto;
	line-height: 12px;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
}

