﻿@charset "utf-8";
/* CSS Document */
/*Cooperation start*/
.content {
    position: relative;
	width: 1000px;
	min-height: 500px;
	margin: -30px auto 0;
	background-color: white;
    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: 40%;
    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;
}


/*Cooperation end*/