﻿@charset "utf-8";
/* CSS Document */
/*InformationDetails start*/
.content {
    position: relative;
	width: 1000px;
	min-height: 500px;
	margin: -30px auto 0;
	background-color: white;
	padding-bottom: 50px;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
}
.content:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 60%;
    box-shadow: 0px 0px 5px #efefea;
    -webkit-box-shadow: 0px 0px 5px #efefea;
    -moz-box-shadow: 0px 0px 5px #efefea;
    -o-box-shadow: 0px 0px 5px #efefea;
    -ms-box-shadow: 0px 0px 5px #efefea;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    -ms-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.content_left , .content_right {
	display: inline-block;
	padding-top: 30px;
	vertical-align: top;
}
.content_left {
	width: 26%;
	height: auto;
	text-align: center;
}
.content_left_style li {
	width:80%;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	margin: 0 auto;
    border-bottom: 1px solid #efefea;
    background: url(/Content/web_images/nav-list.png) no-repeat center center;
}
.content_left_style li > a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.content_left_style .content_left_checkd {
    background: url(/Content/web_images/Survey-list.png) no-repeat center center;
	color: white;
}
.content_left_style li:hover {
    background: url(/Content/web_images/Survey-list.png) no-repeat center center;
}
.content_left_style li:hover > a {
    color: white;
}


.content_right {
	width: 72%;
	height: auto;
}
.content_right_title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid rgb(204,204,204);
}
.content_right_title h2 , .content_right_title div {
	display: inline-block;
    width: 48%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content_right_title h2 {
	color:rgb(46,41,123);
}
.content_right_nav {
	text-align: right;
	margin-right: 1%;
	font-size: 12px;
}
.content_right_nav i {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(/Content/web_images/home.png) no-repeat center center;
}
.content_right_nav span{
	color: rgb(23,181,232);
}
.content_right_main {
	padding: 2% 0;
}
.content_right_main p {
	text-indent: 15px;
	line-height: 25px;
	padding: 2% 0;
}
.line_news {
	border-bottom: 1px solid lightgray;
}
.content_left_news_title {
	color: rgb(23,181,232);
	font-size: 16px;
	font-weight: bold;
	text-align: start;
	text-indent: 20px;
	padding: 10% 0 5%;
}
.content_left_news_main {
    width: 90%;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 5px;
    border: 1px solid #ecedef;
}
.content_left_news_main div img {
    width:204px;
    height:92px;
    overflow:hidden;
}
.content_left_news_list {
	text-align: left;
	text-indent: 15px;
}
.content_left_news_list li {
	width: 90%;
	padding: 0 5%;
	font-size:12px;
	color: rgb(153,153,153);
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px dashed #ecedef;
	
}
.content_left_news_list li:last-child {
    border: none;
}
.content_left_news_list li a {
	color: rgb(153,153,153);
}
.content_left_news_list li a:hover {
    text-decoration: underline;
}
.content_right_main {
	padding: 0 10px;
}
.content_right_main h3 {
    width: 100%;
    text-align: center;
    padding: 10px 0 5px;
}
.content_right_main time {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: gray;
}
.content_right_main time span {
    display: inline-block;
    padding-left: 3%;
}
.content_right_main p {
	line-height: 25px;
}
.PrevorNext div {
	display: inline-block;
	vertical-align: top;
}
.PrevNext {
	color: #999999;
	font-size: 12px;
}
.back {
	color: #17b5e8;
	font-size: 12px;
}
.floright {
	float: right;
}












/*InformationDetails end*/