@charset "utf-8";
/*dwj*/

/*全局控制*/
body{margin:0px;padding:0px;font-family:"微软雅黑";color:#000;font-size:12px;line-height:22px;-webkit-text-size-adjust:none;background: #fff;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
input,select{font-size:12px;line-height:16px;font-family:"微软雅黑";}
img{border:0;vertical-align:top;width:100%;}
ul,li{list-style:none;}
a{color:#fff;text-decoration:none;}
a:hover{text-decoration:none;}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.cl{clear:both;}.fb{font-weight:bold;}
.dis{display:block;}.undis{display:none;}
.fl{float:left;}.fr{float:right;}


/*header*/
.max_w{max-width: 750px; margin: 0 auto;}
.top_bg{background: #fff; border-bottom: solid 1px #eee; position: relative; z-index: 999;}
.logo{width: 100%;}
.nav_btn a{ color:#fff;}
.cd-nav-trigger {
  position: absolute;
  display: inline-block;
}
.cd-nav-trigger a{ color:#fff;}
.cd-nav-trigger {
  top:36%;
  right: 4%;
  height:20px;
  width: 20px;
  z-index: 500;
  /* image replacement */
  overflow: hidden;
  white-space: nowrap;
}
.cd-nav-trigger .cd-icon {
  /* icon created in CSS */
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  z-index: 1000;
}
.cd-nav-trigger .cd-icon::before, .cd-nav-trigger .cd-icon:after {
  /* upper and lower lines of the menu icon */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* apply transition to transform property */
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
}
.cd-nav-trigger .cd-icon::before {
  content: '';
  -webkit-transform: translateY(-6px) rotate(0deg);
  -moz-transform: translateY(-6px) rotate(0deg);
  -ms-transform: translateY(-6px) rotate(0deg);
  -o-transform: translateY(-6px) rotate(0deg);
  transform: translateY(-6px) rotate(0deg);
}
.cd-nav-trigger .cd-icon::after {
  content: '';
  -webkit-transform: translateY(6px) rotate(0deg);
  -moz-transform: translateY(6px) rotate(0deg);
  -ms-transform: translateY(6px) rotate(0deg);
  -o-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}
.cd-nav-trigger::before, .cd-nav-trigger::after {
  /* 2 rounded colored backgrounds for the menu icon */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
}
.cd-nav-trigger::before {
  content: '';
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.cd-nav-trigger::after {
  content: '';
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  color:#000;
}
.cd-nav-trigger.close-nav::before {
  /* user clicks on the .cd-nav-trigger element - 1st rounded background disappears */
content: '';background:url(../images/nav_close.png) no-repeat #000; background-size:cover;
}
.cd-nav-trigger.close-nav::after {
  /* user clicks on the .cd-nav-trigger element - 2nd rounded background appears */
  content: '';
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.cd-nav-trigger.close-nav .cd-icon {
  /* user clicks on the .cd-nav-trigger element - transform the icon */
background:none;
}
.cd-nav-trigger.close-nav .cd-icon::before, .cd-nav-trigger.close-nav .cd-icon::after {
  background-color: white;
  content: '';
}
.cd-nav-trigger.close-nav .cd-icon::before {
  content: '';
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.cd-nav-trigger.close-nav .cd-icon::after {
  content: '';
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
/*黑色2*/
.cd-primary-nav {
  /* by default it's hidden */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 60px 0;
  z-index: 300;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.3s;
  -moz-transition: visibility 0s, opacity 0.3s;
  transition: visibility 0s, opacity 0.3s;
}
.cd-primary-nav li {
  margin: 2em 0;
  text-align: center;
  text-transform: capitalize;
}
.cd-primary-nav a {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.no-touch .cd-primary-nav a:hover {
  color: #ffffff;
}
.cd-primary-nav.fade-in {
  /* navigation visible at the end of the circle animation */
  visibility: visible;
  opacity: 1;
}
/*黑色*/
.cd-overlay-nav, .cd-overlay-content {
  /* containers of the 2 main rounded backgrounds - these containers are used to position the rounded bgs behind the menu icon */
  position: fixed;
  top: 18px;
  right: 5%;
  height: 4px;
  width: 4px;
  -webkit-transform: translateX(-20px) translateY(20px);
  -moz-transform: translateX(-20px) translateY(20px);
  -ms-transform: translateX(-20px) translateY(20px);
  -o-transform: translateX(-20px) translateY(20px);
  transform: translateX(-20px) translateY(20px);
}
.cd-overlay-nav span, .cd-overlay-content span {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.cd-overlay-nav.is-hidden, .cd-overlay-content.is-hidden {
  /* background fades out at the end of the animation */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-overlay-nav {
  /* main rounded colored bg 1 */
  z-index: 200;
}
.cd-overlay-nav span {
  /*background:url(../images/main.jpg);*/
  background-color:#000;
}
/*黑色结束*/
.cd-overlay-content {
  /* main rounded colored bg 2 */
  z-index: 400;
}
.cd-overlay-content span {
  background-color: #ddd;
}

.top_tel{width: 100%; padding: 3% 0;}
.top_tel li{float: left; width: 46%; padding-left: 18px; box-sizing: border-box; color: #3f3f3f; background: url(../images/tel.jpg) no-repeat left center; background-size: 14px 14px; margin: 0 2%;}

.slideBox{position:relative; width:100%; overflow:hidden;}
.slideBox .hd{width: 100px; height: 35px; position: absolute; background: url(../images/b_bg.png) no-repeat; background-size: 100% 100%; bottom: 1px; right: 2%; z-index: 1;}
.slideBox .prev{position:absolute; left:15%; top:28%; display:block; width:8%; z-index: 5;}
.slideBox .next{position:absolute; right:15%; top:28%; display:block; width:8%; z-index: 5;}
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; }
.slideBox .bd li img{width:100%; display:block;}


/*mainbody*/
.about_part{height: 328px; position: relative;}
.about_pic{float: right; width: 58%; margin: 15% 3% 0 0;}
.about_line{width: 10%; height: 1px; line-height: 0; display: block; background: #707070; position: absolute; top: 12%; left: 0;}
.about_title{width: 60%; color: #6a6a6a; font-size: 13px; line-height: 20px; text-transform: uppercase; position: absolute; top: 9%; left: 12%;}
.about_title h4{color: #393939; font-size: 15px; font-weight: normal; line-height: 24px;}
.about_title i{width: 30px; height: 3px; line-height: 0; display: block; background: #31353e; margin-top: 2%;}
.about_tit{width: 10%; position: absolute; top: 20%; left: 1%;}
.about_bg{width:90%; padding: 5% 5% 5% 0; background-size: 50% 100%; position: absolute; top: 22%; z-index: 4; left: 5%}
.about_fon{color: #414141;  overflow: hidden;}
.about_more{width: 16%; height: 36px; line-height: 36px; border-bottom: solid 2px #244094; font-size: 13px; position: absolute; top:85%; left: 14%;}
.about_more a{color: #343434;}

.class_part{width: 100%; padding: 2% 0 4% 0; overflow: hidden;}
.class{width: 90%; margin: 0 auto; margin-top: 2%}
.class li{background: #fff; box-shadow: 0 0 6px rgba(0,0,0,0.2); padding: 3% 5%; box-sizing: border-box; margin-bottom: 3%;}
.class img{width: 95%; margin: 4% 0;}
.class_r{/*float: right; */width: 100%;}
.class_r h4{color: #606060; font-size: 15px; font-weight: normal; margin-bottom: 1.5%;}
.class_fon{color: #989797; font-size: 12px; line-height: 20px; height:180px; overflow: hidden;margin-top: 8px;}

.room_part{width: 94%; margin: 0 auto 10%; overflow: hidden;}
.room_title{width: 100%; text-align: center; color: #393939; font-size: 15px; text-transform: uppercase; margin-bottom: 5%;}
.room_title span{color: #6a6a6a; font-size: 12px; padding-left: 3%;}
.room_list{width: 100%; margin-bottom: 2%;}
.room_list ul{margin-right: -2%;}
.room_list li{float: left; width: 48%; background: #aaa; height: 28px; line-height: 26px; text-align: center; font-size: 13px; color: #6a6a6a; cursor: pointer; margin: 0 2% 2% 0;}
.room_list .room_on{color: #fff; background: #3163bc;}
.room{width: 100%; padding-bottom: 2%;}
.room li{margin-bottom: 2%;}
.room_tt{line-height: 25px; padding: 2% 0;}
.room_tl{float: left; width: 73%; color: #2d2d2d; font-size: 14px;}
.room_tl span{color: #5d5d5d; font-size: 12px; padding-left: 2%;}
.room_yd{float: right; width: 27%; text-align: right; font-size: 13px;}
.room_yd a{color: #244094;}
.room_yd img{width: 14px; line-height: 0; vertical-align: middle; margin: 0 3% 1% 0;}
.room_fon{color: #808080; font-size: 13px; line-height:24px; height: 70px; text-align: justify; overflow: hidden;}
.room_more{width: 28%; height: 36px; line-height: 36px; text-align: center; background: #3163bc; border-radius: 5px; font-size: 15px; animation: room_more 3s linear infinite; margin: 0 auto;}
.room_more a{color: #fff;}
@keyframes room_more{
	0%,100%{transform:translateX(-15px)}
	25%,75%{transform:translateX(0px)}
	50%{transform:translateX(15px)}	
}

.meeting_bg{width: 100%; padding: 6% 0 5% 0; box-sizing: border-box; background: url(../images/meeting_bg.jpg) no-repeat center top; background-size: cover; overflow: hidden;}
.meeting_title{width: 100%; text-align: center; line-height: 24px; color: #d0d0d0; text-transform: uppercase; margin-bottom: 4%;}
.meeting_title h4{color: #fff; font-size: 15px; line-height: 24px; font-weight: normal;}
.meeting_part{width: 94%; margin: 0 auto;}
.meeting_pic{width: 100%;}
.meeting_pic li{float: left; width: 41.5%; margin: 0 2.5% 10px 0;}
.meeting_pic img{height: 85px;}
.meeting_pic li:nth-child(2){float: right; width: 56%; margin: 0;}
.meeting_pic li:nth-child(2) img{height: 180px;}
.meeting_bot{background: #fff; padding: 4% 4% 5% 4%;}
.meeting_tit{height: 30px; line-height: 30px; background: url(../images/meeting_tit.jpg) no-repeat left center; background-size: 24px; padding-left: 34px; color: #3c3c3c; font-size: 15px; margin-bottom: 2%;}
.meeting_fon{color: #5b5b5b; line-height: 20px; height: 16px; text-align: justify; overflow: hidden; margin-bottom: 3%;}
.meeting_yd{width: 30%; height: 30px; line-height: 30px; text-align: center; background: #244094; border-radius: 5px; font-size: 15px; animation: meeting_yd 3s linear infinite;}
.meeting_yd a{color: #fff;}
@keyframes meeting_yd{
	0%,100%{transform:translateX(-10px)}
	25%,75%{transform:translateX(0px)}
	50%{transform:translateX(10px)}	
}
.bx-wrapper {
	position: relative;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
.bx-wrapper .bx-viewport {
	left: 0;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -25px;
	width: 100%;
}
.bx-wrapper .bx-pager {
	text-align: center;
	color: #666;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: none;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: none;
}
.bx-wrapper .bx-prev {
	bottom: 5%;
	right: 14%;
	background: url(../images/meeting_prev.jpg) no-repeat;
	background-size: 100% 100%;
}
.bx-wrapper .bx-next {
	bottom: 5%;
	right: 4%;
	background: url(../images/meeting_next.jpg) no-repeat;
	background-size: 100% 100%;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	outline: 0;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	z-index: 9;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: block;
}
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: none;
}

.news_part{width: 94%; padding: 10% 0; margin: 0 auto; overflow: hidden;}
.news_top{width: 100%; text-align: center; color: #244094; margin-bottom: 6%;}
.news_top a{color: #393939; padding: 0 3%;}
.news{width: 100%; }
.news li{padding-bottom: 6%;}
.news img{float: left; width: 50%; margin-right: 4%;}
.news li:nth-child(even) img{float: right; margin: 0 0 0 4%;}
.news_r{float: left; width: 45%;}
.news_r h4{color: #393939; line-height: 24px; font-size: 14px; font-weight: normal; margin-bottom: 2%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.news_fon{color: #727272; font-size: 12px; line-height: 20px; height: 40px; overflow: hidden; margin-bottom: 6%;}
.news_more{width: 50%; text-align: center; height: 28px; line-height: 28px; font-size: 13px; border: solid 1px #aaa;}
.news_more a{color: #727272;}
.news_part .bx-wrapper .bx-prev {
	bottom: 0;
	left: 40%;
	background: url(../images/news_prev.jpg) no-repeat;
	background-size: 100% 100%;
}
.news_part .bx-wrapper .bx-next {
	bottom: 0;
	right: 40%;
	background: url(../images/news_next.jpg) no-repeat;
	background-size: 100% 100%;
}
.news_part .bx-wrapper .bx-controls-direction a {
	position: absolute;
	outline: 0;
	width: 30px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9;
}

.wed_part{padding-bottom: 8%; overflow: hidden;}
.wed_title{width: 90%; line-height: 36px; color: #393939; font-size: 15px; padding-top: 24px; text-transform: uppercase; margin: 0 auto 5%; position: relative;}
.wed_title span{color: #6a6a6a; font-size: 12px; padding-left: 3%;}
.wed_title h4{width: 800px; text-align: right; line-height: 24px; color: #f3f3f3; font-size: 26px; font-weight: normal; position: absolute; top: 0; left: -555px;}
.wed_title i{display: block; width: 100px; height: 1px; line-height: 0; background: #adacac; position: absolute; left: -10%; bottom: 0;}
.wed{width: 97%; margin: 0 auto 3%;}
.wed li{float: left; width: 47%; margin: 0 1.5% 3% 1.5%}
.wed img{display: block;}


/*footer*/
.contact_bg{background: url(../images/contact_bg.jpg) no-repeat center top; background-size: cover; padding: 5% 0;}
.message{padding-bottom: 4%;}
.message span{float: left; width: 22%; padding-right: 2%; text-align: right; line-height: 30px; color: #fff;}
.mes{float: left; width: 67%; height: 100px; background: #f9f9f9; border: none; padding: 3%; box-sizing: border-box; font-family: "微软雅黑";}
.name{float: left; width: 40%; height: 30px; background: #f9f9f9; border: none; padding: 0 3%; box-sizing: border-box;}
.btn_tj{width: 26%; height: 30px; background: #3163bc; border: none; color: #fff; font-size: 13px; font-family: "微软雅黑"; cursor: pointer; margin-left: 24%;}
.contact{width: 92%; /*text-align: center;*/ background: #fff; color: #838485; padding: 4% 4% 25% 4%;}
.contact h4{color: #244094; font-size: 18px; line-height: 30px; margin-bottom: 2%;}
footer{width: 100%; position: fixed; bottom: 0; left: 0; z-index: 99;}
.foot{max-width: 750px; background: #244099; margin: 0 auto;}
.foot li{float: left; width: 25%; text-align: center; font-size: 14px; padding: 3% 0;}
.foot img{width: 30%; margin-bottom: 3%;}
.foot a{color: #fff;}


/*关于我们*/
.mainbody{padding: 3% 0 7% 0;}
.path{width: 95%; background: url(../images/path_img.jpg) no-repeat left center; background-size: 10px 16px; padding-left: 5%; box-sizing: border-box; color: #666; font-size: 14px; margin: 0 auto 5%;}
.path a{color: #666;}
.path span{color: #244094;}
.list{width: 100%; text-align: center; display: inline; margin: 0 auto 3%;}
.list li{display: inline-block; width: 25%; text-align: center; height: 26px; margin: 0 2% 3% 2%; background: #aaa}
.list a{width: 100%; line-height: 26px; color: #fff; display: inline-block; }
.list a:hover{color: #fff; background: #244094;}
.list .list_on a{color: #fff; background: #244094;}
.com{width: 95%; color: #5b5a5a; margin: 0 auto;}
.com h4{color: #454545; font-size: 15px; line-height: 24px; margin-bottom: 2%;}
.com_pic{width: 70%; margin: 7% auto 4% auto;}


/*联系我们*/
.main{padding: 3% 0 30% 0;}
.con_fon{width: 95%; text-align: center; color: #838485; margin: 2% auto;}
.con_fon h4{color: #454545; font-size: 15px; line-height: 24px; margin-bottom: 4%;}


/*会议预订*/
.pro{width: 98%; margin: 0 auto 6%;}
.pro li{float: left; width: 47%; margin: 0 1.5% 3% 1.5%;}
.pro li:first-child{/*width: 97%; margin: 0 1.5% 4% 1.5%;*/}


/*新闻资讯*/
.inf{width: 98%; margin: 0 auto 4%;}
.inf li{float: left; width: 47%; margin: 0 1.5% 4% 1.5%;}
.inf h4{color: #393939; font-size: 14px; line-height: 24px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin: 4% 0 3% 0;}
.inf_fon{height: 40px; line-height: 20px; color: #727272; font-size: 13px; overflow: hidden; margin-bottom: 1%;}
.inf_date{color: #ababab;}
.tanchu{width:120px;height:25px;margin:0 auto;background:#000;text-align:center;color:#fff;font-size:14px;position:fixed;top:50%;left:50%;margin-left:-50px;z-index:9999;display:none;line-height:25px;}

#news_con {	width: auto;	min-height: 360px;	padding: 10px;	padding-right: 10px;	color:#000000;	text-align:justify;}
#news_con .h1 {	text-align: center;	font-size: 17px;/*	height: 30px;*/	line-height: 30px;margin-bottom: 15px;    color: #000000;}
#news_con .h2 {	text-align: center;	font-weight: normal;	width: auto;	height: 25px;	line-height: 25px;	border-top: solid 1px #395791;	border-bottom: solid 1px #395791;	color: #666;	margin-bottom: 5px; font-size:14px}
#news_con #pic { position:relative;text-align: center;	margin-bottom: 5px;}
#news_con #pic #prev{ position:absolute; top:50%; left:0px; font-size:50px;font-weight:bold;color: #bb0000;}
#news_con #pic #next{ position:absolute; top:50%; right:0px; font-size:50px;font-weight:bold;color: #bb0000;}
#news_con #pic #prev_none{ position:absolute; top:50%; left:0px; color:#999; font-size:50px;font-weight:bold}
#news_con #pic #next_none{ position:absolute; top:50%; right:0px; color:#999; font-size:50px;font-weight:bold}
#news_cons_title{border-bottom:solid 1px #ccc; font-weight:bold ; font-size:15px; padding-top:10px;padding-bottom:10px;}
#news_cons{ margin-bottom:15px;min-height: 20vh;margin-top: 20px;}
#news_con img{ margin-bottom: 3%;
	width: 100%;
}
