.modal-content,.modal-dialog {
	width: 608px;
	height: auto;
}
.modal-content {
	border-radius: 0;
	margin-top: 10%;
	position: relative;
}
.modal-content .close {
	position: absolute;
	left: 605px;
	top: -30px;
	font-size: 34px;
	color:#fff;
	font-weight: 400;
	opacity: .8;
}
.modal-content .left {
	display: inline-block;
	width: 608px;
	float: none !important;
}
.modal-content .left .left-top {
	font-weight: 700;
	font-size: 23px;
	height: 38px;
	margin-top: 18px;
	margin-left: 30px;
	overflow: hidden;
}
.modal-content .left .left-img {
	overflow: hidden;
	height: 233px;
}
.left-img img {
	width: 100%;
}
.modal-content .left .left-buttom {
	margin: 0 auto 20px;
	width: 560px;
}
.modal-content .left .left-buttom span {
	display: inline-block;
	height: 4px;
	width: 4px;
	border-radius: 2px;
	background-color: #333333;
	margin-left: 3px;
	margin-bottom: 2px;
}
.modal-content .left .left-buttom h3{
	width: 400px;
	display: inline-block;
	margin-left: 10px;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: 700;
}
.modal-content .left .left-buttom p{
	font-size: 12px;
	line-height: 20px;
}
.modal-content .right {
	width: 431px;
	height: 520px;
	display: inline-block;
}
.modal-content .right .right-top {
	height: 227px;
	overflow: hidden;
}
.modal-content .right .right-top .top-left {
	height: 44px;
	width: 44px;
	border: 1px solid #384A50;
	border-radius: 4px;
	margin-left: 24px;
	font-weight: 700;
	font-size: 14px;
	line-height: 14px;
	padding-top: 8px;
	padding-left: 7px;
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
	margin-top: 90px;
	overflow: hidden;
}
.modal-content .right .right-top .top-right {
	display: inline-block;
	font-size: 14px;
	line-height: 36px;
	padding-top: 26px;
	overflow: hidden;
	width: 305px;
}
.modal-content .right .right-top .top-right img {
	margin-top: 9px;
	vertical-align: top;
	margin-right: 10px;
}
.modal-content .right .line {
	height: 1px;
	width: 410px;
	margin: auto;
	background-color: #EBEBEB;
}
.modal-content .right .right-center {
	height: 212px !important;
}
.pandding {
	padding-top: 42px !important;
}
.modal-content .left .right-buttom {
	height: 80px;
	background-color: #32AAE6;
}
.modal-content .left .right-buttom .buttom-left {
	display: inline-block;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	margin-left: 40px;
	margin-top: 15px;
} 
.modal-content .left .right-buttom .buttom-left img {
	vertical-align: top;
	margin-top: 3.5px;
	margin-right: 6px;
}
.modal-content .left .right-buttom .buttom-right {
	display: inline-block;
	margin-left: 135px;
}
.modal-content .left .right-buttom .buttom-right .buttom-right-top {
	display: inline-block;
	margin-top:18px;
}
.modal-content .left .right-buttom .buttom-right .buttom-right-btm {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	line-height: 15px;
	margin-top:26px ;
	vertical-align: top;
	margin-left: 5px;
}



/*通知公告*/
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 104px;
    height: 45px;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #F7685D;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs>li>a {
	color: #000;
    margin-right: 0;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 0;
}
ul.news .col-md-3{
	padding-left: 0;
}
ul.news .col-md-9{
	padding: 0;
}
ul.news{
	display: block;
	width: 100%;
	overflow: hidden;
}
ul.news li{
	width: 100%;
	overflow: hidden;
	float: left;	
	border-bottom: 1px solid #E4E4E4;	
	
}
ul.news li a{
	display: block;
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
	margin-top: -25px;
}
ul.news li a:hover{
	background-color: #F8F8F8 !important;
	/*-webkit-box-shadow:0 0 10px #d1d1d1;  
  	-moz-box-shadow:0 0 10px #d1d1d1;  
  	box-shadow:0 0 10px #d1d1d1;  */
}
ul.news li a h1:hover,ul.news li a p:hover,ul.news li a span:hover{
	color: #F7685D;
}
/*缩放*/
.news .effect{
	overflow: hidden; position: relative; text-align: center;}
.news .effect img {
   	width: 100%; display: block; 
   	position: relative; opacity:1;
   	-moz-transform:scale(1,1);
   	-webkit-transform:scale(1,1);
   	-o-transform:scale(1,1);
   	-ms-transform:scale(1,1);
   	transform:scale(1,1);
   	-webkit-transition: all 0.2s ease-in;
   	-moz-transition: all 0.2s ease-in;
   	-o-transition: all 0.2s ease-in;
   	-ms-transition: all 0.2s ease-in;
   	transition: all 0.2s ease-in;}
.news .effect:hover img {
  	opacity:1;
   	-moz-transform:scale(1.05,1.05);
   	-webkit-transform:scale(1.05,1.05);
  	-o-transform:scale(1.05,1.05);
   	-ms-transform:scale(1.05,1.05);
   	transform:scale(1.05,1.05);}
ul.news .picture{
	width: 254px;
	height: 166px;
	overflow: hidden;
}
ul.news .text p,ul.news .text span{
	margin: 0;	
	font-weight: normal;
}
ul.news .text{
	height: 166px;
	position: relative;
}
ul.news .text h1{
	margin: 0 0 35px 0;	
	font-size: 22px;
	color: #333333;
	letter-spacing: -0.38px;
}
ul.news .text p{
	font-size: 15px;
	color: #666666;
	letter-spacing: -0.3px;
}
ul.news .text span{
	position: absolute;
	bottom:-5px; left: 0px;
	font-size: 13px;
	color: #666666;
	letter-spacing: -0.69px;
}
p.news-detail{
	font-size: 20px;
	line-height: 35px;
}
.newsdetail{
	padding: 30px;
}
.newsdetail p{
	font-size: 16px;
	color: #393939;
	letter-spacing: -0.55px;
}
/*分页*/
.fenye {
	padding: 30px;
	text-align: center;
}
	.cutpage {
		font-size: 12px;
		font-family: Tahoma;
	}
		.cutpage a{
			display:inline-block; 
			width: 40px; 
			height:40px; 
			line-height:40px; 
			text-align: center; 
			margin:0 1px;
			color: #999;
			font-size: 14px;
			border: 1px solid #DEDEDE;
		}
.cutpage a.current,.cutpage a:hover{color: #fff; background: #F7685D;}
.cutpage a.start:hover, .cutpage a.end:hover{
	background: none;
	color: #999;
}
.active {
	border-bottom: 2px solid #F7685D !important;
}
.active a{
		color: #F7685D !important;
	background-color: #fff !important;
}
.fade {
	border-bottom: 0px solid #fff !important;
}
