﻿@charset "utf-8";
/* CSS Document */
/*Corporateculture start */
.content {
    position: relative;
	width: 1000px;
	height: auto;
	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;
}
.content_left_checkd {
    background: url(/Content/web_images/Survey-list.png) no-repeat center center;
	color: white;
}
.checked_Culture {
    color: rgb(23,181,232);
    font-weight: bold;
    text-decoration: none;
    cursor: default;
}

.content_right {
	width: 72%;
    min-height: 400px;
}
.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;
}
.content_left_Culture {
	width: 100%;
	height: auto;
	text-align: center;
}
.content_left_Culture > li {
	font-size: 16px;
}
.content_Culture li , .content_party li {
	width: 80%;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	margin: 0 auto;
}
.content_Culture li:hover , .content_party li:hover {
	color: #17b5e8;
}
.content_left_Culture a:hover {
    text-decoration: underline;
}
.content_left_checkd {
	width: 100%;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	font-size:16px;
	cursor: default;
}
.content_party_txt {
	font-weight: bold;
	cursor: default;
}
.Group_oth {
	width: 80%;
	margin: 0 auto;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	height: 38px;
	line-height: 38px;
    background: url(/Content/web_images/nav-list.png) no-repeat center center;
}
.Corpor_oth {
    width: 100%;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    font-size: 16px;
    background: url(/Content/web_images/nav-list.png) no-repeat center center;
}

/*Corporateculture end*/