body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure,footer,header,hgroup,nav,section
	{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: "微软雅黑", 'microsoft yahei', Arial, sans-serif;
}

body {
	background: #fff;
}

.fa-clock-o:before {
	margin-left: 1px;
}

body {
	font-size: 14px;
	min-width: 1180px;
}

@media ( max-width :1200px) {
	body {
		min-width: 1300px;
	}
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:before,.clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

table {
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
}

ul,ol {
	padding: 0;
	margin: 0;
	list-style-position: inside;
	list-style-position: outside;
}

ul ul,ul ol,ol ol,ol ul {
	margin-bottom: 0;
}

li {
	list-style: none;
}

img {
	border: 0 none;
	height: auto;
	vertical-align: middle;
}

a {
	text-decoration: none;
}

a:hover {
	color: #8b0012;
}

.container:after {
	clear: both;
}

.container {
	width: 1180px;
	margin: 0 auto;
}

/* header */
.header-area-top {
	height: 135px;
	border-bottom: 2px solid #8b0012;
}

.header-area {
	height: 75px;
	border-bottom: 1px solid #e6e8eb;
	position: relative;
}

.header-area nav>ul>li {
	float: left;
	position: relative;
}

.header-area nav>ul>li>a {
	display: block;
	width: 90px;
	text-align: center;
	font-size: 18px;
	color: #333;
	line-height: 75px;
}

.header-area nav>ul>li>a i {
	color: #bbb;
	font-size: 14px;
}

.header-area nav>ul>li>a:hover i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	display: inline-block;
}

.header-area nav>ul>li>a:hover,.header-area nav>ul>li>a:focus,.header-area nav>ul>li>a.active
	{
	background: #8b0012;
	color: #fff;
}

ul.dropdown-menu {
	position: absolute;
	top: 75px;
	display: none;
}

.header-area nav>ul>li:hover .dropdown-menu {
	display: block;
}

.rightNav {
	padding-top: 56px;
}

.rightNav>div {
	margin-left: 25px;
	text-align: center;
}

.h_requirements {
	margin-top: 6px;
}

.rightNav i {
	font-size: 16px;
}

.h_requirements a {
	color: #8b0012;
	border: 1px solid #8b0012;
	padding: 3px 11px;
	border-radius: 20px;
}

.h_requirements a:hover {
	background: #8b0012;
	color: #fff;
}

.h_login a,.h_register a {
	font-size: 12px;
	color: #333333;
}

.h_login a:hover,.h_register a:hover {
	color: #8b0012;
}

ul.dropdown-menu li a {
	line-height: 40px;
	background: #f8f8f8;
	color: #333;
	padding: 0 20px;
	width: 180px;
	display: block;
	border-bottom: 1px solid #e6e8eb;
}

ul.dropdown-menu li a:hover {
	background: #8b0012;
	color: #fff;
}

.nav_search {
	/* width: 216px;
	height: 30px; */
	margin-top: 22.5px;
	overflow: hidden;
	position: relative;
	/* padding: 0 30px; */
}

.nav_search input {
	border: 0;
	line-height: 26px;
	color: #999999;
	font-size: 14px;
	width: 216px;
	border-radius: 5px;
	height: 30px;
	border: 1px solid #e6e8eb;
	overflow: hidden;
	padding-left: 30px;
	padding-right: 45px;
	outline: none;
}

.nav_search input:focus {
	border: 1px solid #8b0012;
	box-shadow: unset;
	outline: none;
}

.nav_search button {
	position: absolute;
	right: 15px;
	top: 7px;
	cursor: pointer;
	background: transparent;
	border: 0;
}

.nav_search:focus i {
	color: #8b0012;
}

.nav_search i {
	color: #b8b9ba;
}

.header_logo {
	width: 380px;
	height: 84px;
	overflow: hidden;
	margin-top: 25px;
}

header {
	
}

body>.container {
	margin-top: 40px;
}

.dropdown-menu {
	position: absolute;
	top: 75px;
	left: 0;
	width: 100%;
	overflow: hidden;
	visibility: hidden;
	padding-bottom: 2px;
	z-index: 200;
}

.menu-wrapper {
	transform: translate(0px, -100%);
	transition: all 0.1s ease 0.3s;
	text-align: center;
	font-size: 0;
	background: #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
	padding: 23px 0;
	visibility: hidden;
	z-index: 100;
}

.dropdown-menu a {
	display: inline-block;
	font-size: 14px;
	position: relative;
	width: 195px;
	text-align: center;
	color: #333;
}

.dropdown-menu.hover {
	visibility: visible;
	display: block;
}

.dropdown-menu.hover .menu-wrapper {
	-webkit-transform: translate(0, 0) !important;
	-ms-transform: translate(0, 0) !important;
	transform: translate(0, 0) !important;
	visibility: visible;
	-webkit-transition: all 0.4s ease 0.2s !important;
	transition: all 0.4s ease 0.2s !important;
	z-index: 200;
}

.dropdown-menu a:after {
	content: "";
	width: 1px;
	background: #e8e8e8;
	height: 80px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -40px;
}

.dropdown-menu a:last-child:after {
	content: "";
	width: 0px;
}

.dropdown-menu a img {
	width: 50px;
	border-radius: 10px;
}

.dropdown-menu a p {
	padding-top: 10px;
}

li.dropdown::after {
	width: 10px;
	height: 10px;
	content: '';
	display: block;
	border: solid 1px #ddd;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-width: 1px 0 0 1px;
	position: absolute;
	top: 69px;
	left: 50%;
	margin-left: -5px;
	-webkit-transform: rotate(45deg) translate(0, 100%);
	-ms-transform: rotate(45deg) translate(0, 100%);
	transform: rotate(45deg) translate(0, 100%);
	background: #fff;
	opacity: 0;
	-webkit-transition: all 0.1s ease 0.1s;
	transition: all 0.1s ease 0.1s;
}

li.hover::after {
	opacity: 1;
	-webkit-transition: all 0.8s ease 0.3s;
	transition: all 0.8s ease 0.3s;
	-webkit-transform: rotate(45deg) translate(0, 0);
	-ms-transform: rotate(45deg) translate(0, 0);
	transform: rotate(45deg) translate(0, 0);
}

/* 首页内容 */
.col-con {
	
}

.main {
	float: left;
	width: 748px;
}

.right_item {
	float: right;
	width: 330px;
}

.right_item>div {
	margin-bottom: 40px;
}

.fa-caret-down {
	-webkit-transition: all 0.6s ease 0.1s;
	transition: all 0.6s ease 0.1s;
}

.right_item_title {
	height: 60px;
	font-size: 18px;
	border-top: 2px solid #8b0012;
	border-bottom: 1px dashed #f3eeee;
	margin-bottom: 20px;
}

.right_item_title h3 {
	font-weight: normal;
	line-height: 60px;
	color: #3d464d;
	padding-left: 20px;
}

.news_flash li {
	padding: 0 0 .75rem 1rem;
	position: relative;
}

.news_flash li .triangle {
	position: absolute;
	top: 8px;
	left: 5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #fff #fff #fff #8b0012;
	-webkit-transform-origin: 25% center;
	transform-origin: 25% center;
	border-width: 4px;
}

.news_flash li.show .triangle {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.news_flash li h4 {
	line-height: 22px;
	font-weight: 400;
	color: #3d464d;
	cursor: pointer;
}

.news_flash li h4:hover {
	color: #8b0012;
}

.news_flash li .con .show-content {
	height: auto;
	background-color: #fff;
	border: 1px solid #e6e8eb;
	line-height: 2;
	padding: .5rem .5rem .75rem;
	margin: .5rem .5rem .5rem 0;
	color: #757e88;
	overflow: hidden;
}

.news_flash li .share-title,.news_flash li .time {
	padding-top: 5px;
	display: inline-block;
	color: #a4abb1;
}

.fast-section-share-box .share-title,.fast-section-share-box div {
	float: left;
}

.news_flash li .share {
	float: right;
	padding-right: 5px;
	/* display: none; */
}

.fast-section-share-box {
	margin-left: .5rem;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.fast-section-share-box a {
	float: left;
	position: relative;
	top: 4px;
}

.fast-section-share-box .fa-wechat,.fast-section-share-box .fa-weibo {
	color: #fff;
	font-size: 14px;
	margin: 0 3px;
	padding: 2px;
	float: left;
	position: relative;
	top: -1px;
	background-color: #9ca4ab;
	border-radius: 4px;
}

.fast-section-share-box .panel-weixin {
	position: absolute;
	width: 260px;
	height: 110px;
	padding: 15px;
	border: 1px solid #e9eaec;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	border-radius: 2px;
	right: -26px;
	top: -120px;
	background-color: #fff;
	visibility: hidden;
	opacity: 0;
	width: 260px;
	height: 110px;
	padding: 15px;
	border: 1px solid #e9eaec;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	border-radius: 2px;
	right: -26px;
	top: -120px;
	background-color: #fff;
}

.fast-section-share-box .item-weixin:hover .panel-weixin {
	opacity: 1;
	visibility: visible;
}

.fast-section-share-box .panel-weixin::before {
	content: "";
	position: absolute;
	bottom: -6px;
	right: 30px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	width: 12px;
	height: 12px;
	border: 1px solid #e9eaec;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fff;
	border-width: 0 1px 1px 0;
}

.weixin-section {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 10px;
}

.panel-weixin img {
	width: 80px;
}

.fast-section-share-box .panel-weixin h3 {
	font-size: 13px;
	margin: 0;
	font-weight: 400;
	color: #333;
	line-height: 1.6;
	border: 0 none;
	padding: 0;
	text-align: center;
}

li .show-content {
	height: auto;
	background-color: #fff;
	border: 1px solid #e6e8eb;
	line-height: 2;
	padding: .5rem .5rem .75rem;
	margin: .5rem .5rem .5rem 0;
	color: #757e88;
	overflow: hidden;
}

li .show-content a {
	color: #757e88;
}

li .show-content a:hover {
	color: #3d464d;
}

.news_flash li.show .share,.news_flash li:hover .share {
	display: block;
}

.news_flash li .share {
	float: right;
	padding-right: 5px;
	display: none;
}

.ad {
	position: relative;
}

.ad .ad_img {
	width: 330px;
	height: 94px;
	overflow: hidden;
}

.ad img {
	
}

.ad .mark {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.35);
	color: #fff;
	line-height: 20px;
	font-size: 12px;
	padding: 0 13px;
}

.hot_lab_span {
	margin: -5px;
}

.hot_lab_span a {
	line-height: 26px;
	float: left;
	border: 1px solid #8b0012;
	margin: 5px;
	padding: 0 12px;
	border-radius: 20px;
	color: #8b0012;
}

.hot_lab_span a:hover {
	background: #8b0012;
	color: #fff;
}

.news_letter {
	width: 330px;
	height: 160px;
	overflow: hidden;
	background: url("../img/newsletter.jpg");
	text-align: center;
}

.news_letter h5 {
	font-size: 18px;
	color: #282828;
	margin-top: 24px;
	line-height: 1;
}

.news_letter p {
	font-size: 13px;
	color: #999;
	margin: 20px auto 15px;
	line-height: 1;
}

.letter_input {
	width: 280px;
	margin: 0 auto;
	position: relative;
}

.letter_input div {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px;
	background: #8b0012;
	width: 75px;
	color: #fff;
	border-radius: 0 5px 5px 0;
	right: 0;
	top: 0;
}

#emailgo {
	cursor: pointer;
}

.news_letter .letter_input input {
	height: 40px;
	line-height: 40px;
	border: 1px solid #e1e1e1;
	width: 206px;
	padding: 0 10px;
	float: left;
}

.attention .attention-info {
	font-size: 18px;
	color: #000;
	float: left;
	line-height: 40px;
}

.attention a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #50b674;
	display: block;
	float: left;
	text-align: center;
	color: #fff;
	margin-left: 25px;
	position: relative;
}

.attention a.attention-weibo {
	background: #ea5d5c;
}

.attention a.attention-jsfiddle {
	background: #2ba248;
}

.attention a:hover {
	
}

.attention a i {
	line-height: 40px;
	font-size: 19px;
}
/* 首页 右侧专栏 */
.column-wrapper-list {
	border: 1px solid #e7e7e7;
	text-align: center;
	margin-bottom: 20px;
	padding: 20px;
	position: relative;
	margin-top: 55px;
	padding-top: 45px;
}

.column-wrapper-list a {
	
}

.column-wrapper-face {
	position: absolute;
	top: -35px;
	left: 50%;
	margin-left: -35px;
	border-radius: 50%;
}

.column-wrapper-face img {
	width: 70px;
	height: 70px;
	border-radius: 50px;
}

.column-wrapper-info {
	
}

.column-wrapper-info h3 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #282828;
	line-height: 1;
}

.column-wrapper-info p {
	color: #999999;
}

/* 最新招聘  */
.lastest-jobs-list {
	
}

.lastest-jobs-list li {
	margin-bottom: 30px;
}

.lastest-jobs-list li:last-child {
	margin-bottom: 0px;
}

.jobs_company {
	height: 80px;
	width: 80px;
	overflow: hidden;
	border: 1px solid #eaeaea;
	float: left;
	margin-right: 20px;
}

.jobs_company img {
	width: 80px;
	height: 80px;
}

.jobs_details h4 {
	color: #282828;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jobs_details {
	line-height: 1;
}

.jobs_details p {
	margin-top: 15px;
}

.jobs_details span {
	color: #999999;
}

/* 热门文章  */
.article_list {
	
}

.article_list li {
	margin-bottom: 20px;
	padding-left: 28px;
	position: relative;
}

.article_list li:after {
	content: "1";
	position: absolute;
	top: 2px;
	left: 0;
	font-style: oblique;
	font-size: 22px;
	color: #a4a1a2;
	font-family: Georgia;
}

.article_list li:nth-child(1):after {
	content: "1";
	color: #8b0012;
}

.article_list li:nth-child(2):after {
	content: "2";
	color: #8b0012;
}

.article_list li:nth-child(3):after {
	content: "3";
	color: #8b0012;
}

.article_list li:nth-child(4):after {
	content: "4";
}

.article_list li:nth-child(5):after {
	content: "5";
}

.article_list li:nth-child(6):after {
	content: "6";
}

.article_list li:nth-child(7):after {
	content: "7";
}

.article_list li:nth-child(8):after {
	content: "8";
}

.article_list li:nth-child(9):after {
	content: "9";
}

.article_list li:nth-child(10):after {
	content: "10";
}

.article_list li a {
	color: #3d464d;
	line-height: 22px;
	margin-bottom: 5px;
	display: block;
}

.article_list li a:hover {
	color: #8b0012;
}

.article_list li span {
	display: block;
	color: #999999;
}

.hot_article .right_item_title a {
	color: #8c9296;
}

.hot_article .right_item_title a.act {
	color: #3d464d;
}

.comments_list {
	display: none;
}

/* content */
.w355 {
	width: 355px;
}

.main>div {
	margin-top: 40px;
}

.main>div:first-child {
	margin-top: 0px;
}

.main .slider {
	margin-top: 0px;
	border-bottom: 1px solid #e6e8eb;
}

.home_list_title {
	line-height: 35px;
	margin-bottom: 20px;
}

.home_list_title a {
	color: #fff;
}

.home_list_title_line {
	border-bottom: 2px solid #8b0012;
	position: relative;
}

.home_list_title_line ul {
	position: absolute;
	right: 0;
	top: 0;
	width: 435px;
}

.home_innovation .home_list_title_line ul {
	width: 408px;
}

.home_list_title_line li a {
	float: left;
	color: #6f6d6d;
	margin-left: 30px;
}

.home_list_title_line li a:hover {
	color: #8b0012;
}

.home_list_title span {
	font-size: 18px;
	background: #8b0012;
	color: #fff;
	padding: 6px 14px;
}

.toutiao {
	margin-bottom: 30px;
}

.toutiao h3 {
	height: 50px;
}

.toutiao h3 a {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	line-height: 1.2;
	margin: 20px 0;
	margin-bottom: 18px;
	display: block;
	max-height: 43.2px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

.toutiao h3 a:hover {
	color: #8b0012;
}

.toutiao p,.toutiao p a {
	color: #999999;
	font-size: 12px;
}

.toutiao p a:hover {
	color: #8b0012;
}

.toutiao p span {
	max-width: 50%;
	overflow: hidden;
}

.toutiao p span i {
	
}

.toutiao_img {
	width: 355px;
	height: 225px;
	overflow: hidden;
}

.toutiao_img img {
	width: 355px;
	height: 225px;
}

.not_toutiao {
	
}

.not_toutiao h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
}

.not_toutiao h3 a {
	color: #000;
	font-weight: 200;
	line-height: 20px;
}

.not_toutiao h3 a:hover {
	color: #8b0012;
	font-weight: 200;
	line-height: 20px;
}

.not_toutiao li {
	margin-bottom: 20px;
}

.not_toutiao ul li:last-child {
	margin-bottom: 0px;
}

.not_toutiao p {
	color: #999999;
	font-size: 12px;
}

.not_toutiao p a {
	color: #999999;
	font-size: 12px;
}

.not_toutiao p a:hover {
	color: #8b0012;
	font-size: 12px;
}

.not_toutiao p span {
	max-width: 65%;
	overflow: hidden;
	height: 17px;
}

.not_toutiao p span i {
	
}

.not_toutiao_img {
	float: left;
	margin-right: 20px;
	width: 110px;
	height: 75px;
	overflow: hidden;
}

.not_toutiao_img img {
	width: 110px;
}

.not_toutiao_info {
	width: 225px;
}

.home_ad {
	position: relative;
}

.toutiao_desc {
	line-height: 23px;
	max-height: 72px;
	color: #828a92;
	margin-bottom: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
}

.home_research .toutiao,.home_innovation .toutiao {
	margin-bottom: 0px;
}

footer {
	margin-top: 90px;
}

.footer-area {
	padding: 50px 0;
	background: #313131;
}

.footer-area-bottom {
	background: #2a2a2a;
	line-height: 50px;
	color: #767676;
}

.footer-area-logo {
	
}

.main div.footer-detail {
	color: #fff;
	font-size: 15px;
	margin-top: 30px;
}

.footer-area-nav,.footer-area-nav a {
	color: #767676;
}

.footer-area-nav a:hover {
	color: #fff;
}

.footer-area-nav ul {
	float: left;
	width: 20%;
}

.footer-area-nav li {
	font-size: 16px;
	line-height: 28px;
}

.footer-area-nav ul li:first-child {
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}

.footer-area-nav ul li:first-child:after {
	border-bottom: 1px solid #7c7878;
	content: " ";
	height: 1px;
	width: 65px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.footer-area-link>div {
	font-size: 16px;
	color: #fff;
	margin-bottom: 30px;
	margin-top: 60px;
}

.footer-area-link ul {
	margin: -8px;
}

.footer-area-link ul li {
	float: left;
	margin: 8px;
	border: 0px solid #ccc;
}

.inner_news_tags {
	border: 1px solid #e6e8eb;
	padding: 20px;
}

.inner_news_tags li {
	float: left;
	color: #555555;
	margin-left: 35px;
	cursor: pointer;
}

.inner_news_tags label {
	font-weight: bold;
	color: #555555;
	float: left;
}

.inner_news_tags li:hover,.inner_news_tags li.active {
	color: #8b0012;
}

.inner_news_tags>div {
	margin-top: 20px;
}

.inner_news_tags>div:first-child {
	margin-top: 0px;
}

.tags_subject li {
	text-align: center;
}

.tags_subject_icon {
	width: 40px;
	height: 40px;
	background-image: url(../img/icon/1.png);
	background-repeat: no-repeat;
	background-position: 0 -280px;
	margin-bottom: 5px;
}

.tags_subject_icon.icon1 {
	background-position: 0 0px;
}

.tags_subject_icon.icon2 {
	background-position: 0 -40px;
}

.tags_subject_icon.icon3 {
	background-position: 0 -80px;
}

.tags_subject_icon.icon4 {
	background-position: 0 -120px;
}

.tags_subject_icon.icon5 {
	background-position: 0 -160px;
}

.tags_subject_icon.icon6 {
	background-position: 0 -200px;
}

.tags_subject_icon.icon7 {
	background-position: 0 -240px;
}

.tags_subject li:hover .tags_subject_icon {
	background-position: -79px -280px;
}

.tags_subject li:hover .tags_subject_icon.icon1 {
	background-position: -79px 0px;
}

.tags_subject li:hover .tags_subject_icon.icon2 {
	background-position: -79px -40px;
}

.tags_subject li:hover .tags_subject_icon.icon3 {
	background-position: -79px -80px;
}

.tags_subject li:hover .tags_subject_icon.icon4 {
	background-position: -79px -120px;
}

.tags_subject li:hover .tags_subject_icon.icon5 {
	background-position: -79px -160px;
}

.tags_subject li:hover .tags_subject_icon.icon6 {
	background-position: -79px -200px;
}

.tags_subject li:hover .tags_subject_icon.icon7 {
	background-position: -79px -240px;
}

.tags_subject label {
	padding-top: 22px;
}

.tags_time input {
	width: 60px;
	border: 1px solid #e6e8eb;
	margin: 0 8px;
}

.all_categories {
	padding: 20px 0;
}

.all_categories label {
	float: left;
	line-height: 29px;
	color: #555555;
	font-size: 12px;
}

.all_categories li {
	float: left;
	border: 1px solid #ccc;
	color: #555555;
	margin-left: 10px;
	font-size: 12px;
	line-height: 27px;
	padding: 0 10px;
	cursor: pointer;
}

.all_categories li:hover {
	border: 1px solid #8b0012;
	color: #8b0012;
}

.all_categories li i {
	padding-left: 10px;
}

.inner_news_list li {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}

.inner_news_list li:last-child {
	border-bottom: 0px solid #eaeaea;
}

.inner_news_list_img {
	width: 260px;
	height: 165px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

.inner_news_list_img img {
	width: 260px;
	height: 165px;
}

.inner_news_list_details {
	min-height: 127px;
}

.inner_news_list_details h5 {
	font-size: 20px;
	font-weight: 200;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 60px;
	overflow: hidden;
	line-height: 1.5;
}

.inner_news_list_details h5 a {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	color: #3d464d;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	max-height: 54px;
}

.inner_news_list_details h5 a:hover {
	color: #8b0012;
}

.inner_news_list_details p {
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	max-height: 60px;
	overflow: hidden;
	margin: 7px 0;
	line-height: 1.5;
}

.inner_news_list_details div {
	color: #999;
	position: absolute;
	bottom: 20px;
	left: 280px;
}

.inner_news_list_details div span {
	padding-right: 30px;
	max-width: 220px;
	overflow: hidden;
	height: 19px;
	display: block;
	float: left;
}

.inner_news_list_details div span a {
	color: #999;
}

.inner_news_more a {
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 40px auto;
	border: 1px solid #8b0012;
	display: block;
	color: #8b0012;
	border-radius: 5px;
}

.inner_news_more a:hover {
	color: #fff;
	background: #8b0012;
	text-decoration: none;
}
/* 深度 */
.inner_depth_list {
	
}

.inner_depth_list ul {
	margin: -10px;
}

.inner_depth_list ul li {
	float: left;
	width: 236px;
	margin: 10px;
	overflow: hidden;
}

.inner_depth_list ul li h5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.inner_depth_list ul li h5 a {
	color: #333;
	font-size: 18px;
	font-weight: 200;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	max-height: 50px;
}

.inner_depth_list ul li h5 a:hover {
	color: #8b0012;
}

.inner_depth_list_img {
	margin-bottom: 20px;
}

.inner_depth_list_img img {
	
}

.inner_depth_list_tags {
	margin-top: 20px;
}

.inner_depth_list_tags p {
	color: #999;
	font-size: 12px;
	max-width: 65%;
	height: 17px;
	overflow: hidden;
}

.inner_depth_list_tags p a {
	color: #999;
}

.inner_depth_list_tags p span {
	max-width: 50%;
	height: 17px;
	overflow: hidden;
	float: left;
}

.today_voice {
	background: #fafafa;
	height: 320px;
	position: relative;
}

.today_voice_info {
	padding: 0 20px 20px;
}

.issue_desc {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	max-height: 175px;
}

.issue_desc>p {
	font-size: 18px;
	line-height: 35px;
	color: #666666;
	display: none;
}

.issue_desc>p.show {
	display: block;
}

.issue_desc>p.hidden {
	display: none;
}

.issue_no {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 20px;
	line-height: 1;
	font-size: 16px;
}

.issue_no span {
	font-size: 36px;
	color: #8b0012;
	font-weight: bold;
}

.issue_btn {
	
}

.issue_btn button {
	display: block;
	width: 70px;
	height: 30px;
	border: 1px solid #bfbfbf;
	line-height: 27px;
	text-align: center;
	position: absolute;
	border-radius: 5px;
	bottom: 20px;
	font-size: 14px;
	cursor: pointer;
	background: #fff;
}

.pre_issue {
	left: 20px;
}

.next_issue {
	right: 20px;
}
/* 创新  */
.innovation_nav {
	margin-bottom: 20px;
	border-bottom: 1px solid #e6e8eb;
}

.innovation_nav ul {
	
}

.innovation_nav li {
	float: left;
	color: #080505;
	font-size: 18px;
	margin-right: 20px;
	padding-bottom: 10px;
	position: relative;
	cursor: pointer;
}

.innovation_nav li.sel,.innovation_nav li:hover {
	color: #8b0012;
	border-bottom: 2px solid #8B0012;
}

/*  */
.column_banner {
	position: relative;
	overflow: hidden;
	width: 750px;
	height: 315px;
	overflow: hidden;
}

.column_banner_img {
	float: right;
	width: 450px;
}

.column_banner_img img {
	width: 450px;
	height: 315px;
}

.column_banner_info {
	width: 300px;
	background: rgba(139, 0, 18, 0.9);
	padding: 40px 30px;
	height: 315px;
	color: #fff;
	float: left;
}

.column_banner_info h5 {
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: 84px;
}

.column_banner_info p {
	font-size: 13px;
	line-height: 24px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	max-height: 144px;
}

.inner_hot_column {
	margin: -10px;
}

.inner_hot_column_li {
	float: left;
	width: 236px;
	padding: 20px 15px;
	border: 1px solid #e7e7e7;
	margin: 10px;
}

.inner_hot_column_li:hover {
	box-shadow: 0 7px 10px rgba(51, 51, 51, .1)
}

.inner_hot_column_self {
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #e7e7e7;
	height: 210px;
	overflow: hidden;
}

.inner_hot_column_self h5 {
	
}

.inner_hot_column_self h5 a {
	color: #8b0012;
	font-size: 18px;
	padding: 10px 0;
	display: block;
}

.inner_hot_column_self p {
	color: #999999;
}

.column_self_img {
	width: 70px;
	height: 70px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
}

.column_self_img img {
	width: 70px;
	height: 70px;
}

.inner_hot_column_article {
	height: 75px;
}

.inner_hot_column_article li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inner_hot_column_article ul li:last-child {
	margin-bottom: 0px;
}

.inner_hot_column_article li:after {
	content: "•";
	color: #999;
	position: absolute;
	left: 0;
	top: 0;
}

.inner_hot_column_article li a {
	color: #060404;
}

.inner_hot_column_article li a:hover {
	color: #8b0012;
}

.inner_hot_column_title {
	position: relative;
}

.inner_hot_column_title .more_author {
	color: #5c5a5b;
	position: absolute;
	right: 0;
	top: 0;
}

.hot_column_article .express_con a {
	color: #3d464d;
}

.hot_column_article span.tags {
	color: #b4b3b3;
	border: 1px solid #b4b3b3;
	border-radius: 10px;
	padding: 0 10px;
	margin-left: 10px;
}

.today_view {
	
}

.today_view li .triangle {
	position: absolute;
	top: 8px;
	left: 5px;
	width: 5px;
	height: 5px;
	border-style: solid;
	background: #8b0012;
	-webkit-transform-origin: 0;
	transform-origin: unset;
	border-width: 0;
	border-radius: 50%;
}

.today_view  li h4 {
	cursor: unset;
	color: #3d464d;
}

.today_view li h4:hover {
	cursor: unset;
	color: #3d464d;
}
/* 文章页  */
.inner_view {
	
}

.inner_view .inner_view_title {
	color: #333;
	font-size: 26px;
	padding-bottom: 15px;
}

.inner_view .inner_view_from {
	color: #999999;
	font-style: italic;
	padding-bottom: 20px;
}

.inner_view .inner_view_desc {
	background: #fafafa;
	padding: 25px;
	margin-bottom: 30px;
}

.inner_view .inner_view_desc .title {
	float: left;
	font-size: 24px;
	color: #a4a2a3;
	width: 55px;
	padding-right: 30px;
	border-right: 1px solid #dbd9da;
	margin-right: 30px;
}

.inner_view .inner_view_desc .content {
	color: #3d464d;
	font-size: 14px;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align: justify;
}

.inner_view .inner_view_content {
	margin-top: 60px;
}

.inner_view img {
	text-align: center;
}

.inner_view .inner_view_content p {
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: justify;
}

.inner_view .inner_view_content p:last-child {
	margin-bottom: 0px;
}

.inner_view .inner_view_content p img,.inner_view .inner_view_content img
	{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.view_literature {
	margin-top: 30px;
}

.view_literature .title {
	font-size: 18px;
	color: #333333;
}

.view_literature p {
	line-height: 30px;
	color: #999999;
	font-style: italic;
}

.view_share {
	position: relative;
	margin: 40px 0;
}

.view_share .tags {
	position: absolute;
	margin: -5px;
	margin-right: 123px;
}

.view_share span {
	color: #b4b3b3;
	border: 1px solid #b4b3b3;
	border-radius: 10px;
	padding: 0 10px;
	margin: 5px;
	display: block;
	float: left;
}

.share_btn {
	float: right;
}

.share_btn a:hover {
	opacity: 0.8;
}

.view_discussion {
	
}

.view_discussion .no {
	margin-bottom: 20px;
}

.view_discussion .no span {
	font-size: 21px;
	color: #8b0012;
	font-style: italic;
}

.view_discussion .release_box {
	position: relative;
}

.view_discussion .release_box .release_box_face {
	width: 30px;
	overflow: hidden;
	padding-top: 7px;
}

.view_discussion .release_box .release_box_face img {
	width: 30px;
	border-radius: 50%;
	height: 30px;
}

.release_box_input {
	
}

.view_discussion .release_input {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	margin-left: 50px;
}

.view_discussion .release_input input {
	line-height: 40px;
	height: 40px;
	width: 100%;
	border: 1px solid #ccc;
	padding: 0 10px;
}

.view_discussion .release_input div {
	width: 100px;
	text-align: center;
	background: #3f404c;
	line-height: 40px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.this_author {
	
}

.this_author_info {
	
}

.this_author_info .author_self {
	position: absolute;
	left: 20px;
	top: -35px;
}

.this_author_info .author_self img {
	width: 70px;
	height: 70px;
	border-radius: 50px;
}

.this_author_introduce .name {
	margin-bottom: 15px;
}

.this_author_introduce h5 {
	float: left;
	/**padding-right: 20px;**/
	font-weight: 200;
}

.this_author_introduce h5 a {
	font-size: 20px;
	color: #8b0012;
}

.this_author_info .order {
	line-height: 28px;
}

.this_author_info .order a {
	background: #a4a2a3;
	padding: 2px 10px;
	color: #fff;
}

.this_author_info .order a.had {
	background: #8b0012;
}

.this_author_info {
	border: 1px solid #e7e7e7;
	padding: 40px 20px 40px;
	position: relative;
	margin-top: 35px;
}

.this_author_info .this_author_introduce {
	color: #060404;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.this_author_info .this_author_works {
	
}

.this_author_info .this_author_works .other {
	color: #ccc;
}

.this_author_info ul {
	padding: 0 0px;
}

.this_author_info ul li {
	margin-top: 20px;
}

.this_author_info ul li a {
	color: #060404;
}

.this_author_info ul li a:hover {
	color: #8b0012;
}

.this_author_info ul li .time {
	color: #999999;
	font-size: 12px;
	margin-top: 5px;
}

.related_reading li {
	margin-bottom: 20px;
}

.related_reading li .reading_info {
	width: 200px;
	float: left;
}

.related_reading li h5 {
	height: 50px;
	overflow: hidden;
}

.related_reading li h5 a {
	color: #080505;
	font-weight: normal;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: justify;
	height: 40px;
	font-size: 14px;
}

.related_reading li h5 a:hover {
	color: #8b0012;
}

.related_reading li .time {
	color: #a4a2a3;
}

.related_reading li .reading_info_img {
	width: 110px;
	height: 75px;
	overflow: hidden;
}

.related_reading li .reading_info_img img {
	width: 110px;
	height: 75px;
}

.inner_search {
	background: #f8f8fa;
	padding: 40px 0;
}

.inner_search .inner_search_input {
	width: 748px;
	margin: 0 auto;
}

.inner_search .inner_search_input input {
	height: 50px;
	border: 1px solid #ccc;
	border-right: 0px;
	width: 588px;
	padding-left: 15px;
	border-radius: 5px 0 0 5px;
}

.inner_search .inner_search_input .search_btn {
	width: 160px;
	background: #8b0012;
	color: #fff;
	float: right;
	line-height: 50px;
	border-radius: 0px 5px 5px 0;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	border: 0px;
}

.inner_search .inner_search_input .search_btn:hover {
	opacity: 0.8;
}

.inner_search .search_answer {
	width: 850px;
	margin: 0 auto;
	color: #777575;
	font-size: 13px;
	margin-top: 10px;
}

.hot_search {
	
}

.hot_search ul {
	margin: -10px;
}

.hot_search ul li {
	font-size: 14px;
	float: left;
	padding: 10px;
}

.hot_search ul li a {
	color: #666;
}

.hot_search ul li a:hover {
	color: #8b0012;
}

.inner_writer {
	background: #e9eaec;
	padding: 40px;
}

.inner_writer .col-con {
	background: #fff;
}

.inner_writer_left {
	width: 250px;
	float: left;
}

.inner_writer_left .writer_info {
	text-align: center;
	padding: 55px 0;
}

.inner_writer_left .writer_info img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
}

.inner_writer_left .writer_info h5 {
	font-size: 16px;
	color: #333;
	padding: 20px 0;
}

.inner_writer_left .writer_info p {
	color: #999999;
	padding: 0 30px;
}

.inner_writer_left .writer_nav {
	
}

.inner_writer_left .writer_nav li {
	line-height: 50px;
	background: #f5f5f5;
	font-size: 16px;
	color: #666666;
	text-align: center;
	cursor: pointer;
	border-left: 5px solid #f5f5f5;
}

.inner_writer_left .writer_nav li.active,.inner_writer_left .writer_nav li:hover
	{
	border-left: 5px solid #8b0012;
	background: #fcfcfc;
}

.inner_writer_right {
	float: left;
	width: 929px;
	padding: 60px 85px;
	border-left: 1px solid #eaeaea;
}

.inner_search .position {
	width: 850px;
	margin: 0 auto;
	margin-bottom: 0px;
}

.inner_search .position li {
	width: 60px;
	height: 30px;
	line-height: 30px;
	float: left;
	text-align: center;
	color: #0a0404;
	font-size: 16px;
	cursor: pointer;
	margin-left: 10px;
}

.inner_search .position li.sel {
	background: #8b0012;
	color: #fff;
}

.inner_search .position li:hover {
	background: #8b0012;
	color: #fff;
}

.inner_jobs .inner_news_tags li {
	margin-left: 20px;
}

.inner_jobs .inner_news_tags {
	background: #fafafa;
}

.inner_jobs .inner_jobs_list {
	
}

.inner_jobs .inner_jobs_list ul {
	
}

.inner_jobs .inner_jobs_list li {
	border: 1px solid #ededed;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.inner_jobs .inner_jobs_list li:hover {
	box-shadow: 0 7px 10px rgba(51, 51, 51, .1)
}

.inner_jobs .inner_jobs_list li a {
	
}

.inner_jobs .inner_jobs_list .job_company {
	padding: 20px;
}

.inner_jobs .inner_jobs_list .job_company>div {
	
}

.inner_jobs .inner_jobs_list .jobs_position h5 {
	float: left;
	padding-right: 10px;
}

.inner_jobs .inner_jobs_list .job_company p {
	margin-top: 15px;
}

.inner_jobs .inner_jobs_list .job_company h5 {
	color: #333;
	font-size: 16px;
	/**overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;**/
}

.inner_jobs .inner_jobs_list .job_company h5 a {
	font-size: 16px;
	color: #333;
}

.inner_jobs .inner_jobs_list .job_company h5 a:hover {
	color: #8b0012;
}

.inner_jobs .inner_jobs_list .job_company .jobs_logo {
	position: absolute;
	right: 20px;
	top: 20px;
}

.inner_jobs .inner_jobs_list .job_company .jobs_logo img {
	width: 60px;
	height: 60px;
}

.inner_jobs .inner_jobs_list .job_company div span {
	color: #999999;
	line-height: 22px;
}

.inner_jobs .inner_jobs_list .job_company p span {
	color: #555555;
}

.inner_jobs .inner_jobs_list .jobs_position span.salary {
	color: #8b0012;
	padding-right: 30px;
}

.inner_jobs .inner_jobs_list .jobs_position {
	width: 50%;
	float: left;
	padding-right: 40px;
}

.inner_jobs .inner_jobs_list .jobs_name {
	width: 50%;
	float: left;
	padding-right: 80px;
}

.inner_jobs .inner_jobs_list .welfare {
	background: #fafafa;
	padding: 10px;
}

.inner_jobs .inner_jobs_list .welfare span {
	color: #555555;
	padding: 5px 8px;
	border: 1px solid #dcdcdc;
	font-size: 12px;
	line-height: 1;
	border-radius: 5px;
	float: left;
	margin-right: 10px;
}

.recently_viewed li {
	margin-bottom: 20px;
}

.recently_viewed li:last-child {
	margin-bottom: 0px;
}

.recently_viewed li:hover {
	/**background: #fbfbfb;**/
	
}

.recently_viewed li .position {
	
}

.recently_viewed li .position h5 {
	color: #333;
	font-size: 14px;
	font-weight: normal;
}

.recently_viewed li .position h5 a {
	font-size: 14px;
	color: #333;
}

.recently_viewed li .position h5 a:hover {
	color: #8b0012;
}

.recently_viewed li .position p {
	font-size: 12px;
	color: #999999;
	padding-top: 10px;
}

.recently_viewed li .salary {
	color: #8b0012;
	font-size: 14px;
}

.ad .ad_imgz {
	height: 250px;
}

.w895 {
	width: 895px;
	float: left;
	border-right: 5px solid #f8f8fa;
}

.w280 {
	width: 280px;
	float: left;
}

.inner_search .company_info {
	
}

.inner_search .company_info>div {
	
}

.inner_company_header .company_info .com_logo {
	float: left;
	width: 130px;
	overflow: hidden;
	margin-right: 45px;
}

.inner_company_header .company_info .com_logo img {
	width: 130px;
	height: 130px;
}

.inner_company_header .company_info h3 {
	color: #333;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 20px;
}

.inner_company_header .company_info span {
	float: left;
	background: #fff;
	color: #70797b;
	padding: 5px 15px;
	margin-right: 10px;
	border-radius: 20px;
}

.inner_company_header .position_no {
	
}

.inner_company_header .position_no p {
	font-size: 36px;
	color: #8b0012;
}

.inner_company_header .position_no div {
	font-size: 16px;
	color: #333;
	margin-top: 10px;
}

.company_nav {
	background: #f8f8fa;
}

.company_nav li {
	float: left;
	color: #70797b;
	padding-bottom: 15px;
	position: relative;
	font-size: 16px;
	margin-right: 60px;
	cursor: pointer;
}

.company_nav li.active,.company_nav li:hover {
	color: #8b0012;
}

.company_nav li.active:after,.company_nav li:hover:after {
	background: #8b0012;
}

.company_nav li:after {
	content: "";
	height: 2px;
	background: #f8f8fa;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 63px;
	margin-left: -32px;
}

.company_nav .position:after {
	content: "";
	height: 2px;
	background: #f8f8fa;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 108px;
	margin-left: -57px;
}

.inner_company {
	
}

.inner_company .company_title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 22px;
	position: relative;
	height: 22px;
	margin-bottom: 20px;
}

.inner_company .company_title .line {
	border-bottom: 1px solid #f3f3f3;
	margin-top: -11px;
}

.inner_company .company_title span {
	background: #fff;
	z-index: 200;
	padding-right: 10px;
}

.inner_company .company_title:after {
	/* 	content: "";
	border-bottom: 1px solid #f3f3f3;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 11px; */
	
}

.inner_company_content>div>div {
	padding-bottom: 40px;
}

.inner_company_content>div>div:last-child {
	padding-bottom: 0px;
}

.company_desc {
	position: relative;
}

.company_desc .company_desc_h {
	height: 108px;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	font-size: 16px;
	line-height: 28px;
}

.company_desc p {
	color: #555;
	margin-bottom: 30px;
}

.company_desc p:last-child {
	margin-bottom: 0px;
}

.company_desc .operation_btn {
	color: #8b0012;
	position: absolute;
	right: 0;
	cursor: pointer;
}

.company_desc .operation_btn.less {
	display: none;
}

.inner_company_content .product_intro_img {
	float: left;
	margin-right: 30px;
}

.inner_company_content .product_intro_img img {
	width: 300px;
	height: 180px;
}

.inner_company_content .product_intro li {
	margin-bottom: 20px;
}

.inner_company_content .product_intro li:last-child {
	margin-bottom: 0px;
}

.inner_company_content .product_intro h5 {
	font-size: 18px;
	color: #333;
	padding-bottom: 20px;
}

.inner_company_content .product_intro p {
	color: #666;
}

.inner_company_content .work_address p {
	font-size: 16px;
	margin-top: 20px;
}

.job_vacancy {
	display: none;
}

.job_vacancy ul {
	
}

.inner_company_content>div {
	width: 750px;
}

.job_vacancy ul li {
	border: 1px solid #ededed;
	border-left: 5px solid #8b0012;
	padding: 20px;
	position: relative;
	margin-bottom: 20px;
}

.job_vacancy ul li:last-child {
	margin-bottom: 0px;
}

.job_vacancy ul li:hover {
	/**box-shadow: 0 7px 10px rgba(51, 51, 51, .1)**/
	
}

.job_vacancy ul li h5 {
	font-size: 16px;
	padding-bottom: 10px;
	color: #333;
	line-height: 1;
}

.job_vacancy ul li h5 a {
	font-size: 16px;
	color: #333;
}

.job_vacancy ul li h5 a:hover {
	color: #8b0012;
}

.job_vacancy ul li p {
	color: #666;
	line-height: 1;
}

.job_vacancy ul li p span {
	color: #8b0012;
	padding-right: 35px;
}

.job_vacancy ul li div.time {
	color: #999;
	position: absolute;
	right: 20px;
	top: 50%;
	line-height: 22px;
	margin-top: -11px;
}

.com_info .com_img {
	border: 2px solid #f2f2f2;
	float: left;
	width: 100px;
	overflow: hidden;
	height: 100px;
	margin-right: 20px;
}

.com_info .com_img img {
	width: 100px;
	heihgt: 100px;
}

.com_info .com_name {
	font-size: 17px;
	color: #333;
}

.com_info .com_name img {
	height: 20px;
}

.com_info {
	margin-bottom: 40px;
}

.com_info .com-type {
	
}

.com_info .com-type>div {
	margin-top: 15px;
	color: #838383;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.com_info .com-type>div img {
	width: 20px;
	margin-right: 20px;
}

.similar_position {
	
}

.similar_position li {
	border-bottom: 1px dashed #e5e5e5;
	padding: 15px 0;
}

.similar_position li:hover {
	background: #fefefe;
}

.similar_position li:first-child {
	padding-top: 0;
}

.similar_position li:last-child {
	border-bottom: 0;
}

.similar_position li .similar_position_img {
	border: 2px solid #f2f2f2;
	float: left;
	width: 60px;
	overflow: hidden;
	height: 60px;
	margin-right: 20px;
}

.similar_position li .similar_position_img img {
	width: 60px;
	height: 60px;
}

.similar_position li .similar_position_info {
	
}

.similar_position li .similar_position_info h5 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
}

.similar_position li .similar_position_info h5 a {
	font-size: 16px;
	color: #333;
}

.similar_position li .similar_position_info h5 a:hover {
	color: #8b0012;
}

.similar_position li .similar_position_info p {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #8b0012;
	line-height: 20px;
}

.similar_position li .similar_position_info p:hover {
	text-decoration: none;
}

.similar_position li .similar_position_info span {
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
	display: block;
}

.company_view {
	
}

.company_view p.name {
	font-size: 12px;
	margin-bottom: 10px;
	color: #666;
}

.company_view h3.com_position {
	font-size: 36px;
	margin-bottom: 15px;
	padding: 0;
}

.company_view .com_conditions {
	color: #666;
	margin-bottom: 10px;
}

.company_view .com_conditions span {
	font-size: 16px;
	color: #666;
	float: none;
	background: unset;
	padding: 0 5px;
	margin: 0;
}

.company_view .time {
	color: #999;
	margin-top: 10px;
}

.company_view .com_conditions span.com_con_red {
	color: #8b0012;
}

.collection_btn a {
	width: 135px;
	height: 48px;
	display: block;
	float: left;
	background: transparent;
	border: 1px solid #8b0012;
	margin-right: 10px;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	color: #8b0012;
	border-radius: 5px;
}

.collection_btn a:hover,.collection_btn a.active {
	background: #8b0012;
	color: #fff;
}

.com_job_requirements {
	width: 750px;
	font-size: 16px;
	line-height: 28px;
}

.com_job_requirements .title {
	font-size: 16px;
	color: #333;
	margin-bottom: 20px;
	font-weight: bold;
	margin-top: 40px;
}

.com_job_requirements p {
	color: #666;
}

/* 登录   注册 */
.uncenter_content {
	background: #e9eaec;
	padding: 40px 0;
}

.uncenter_container {
	width: 1180px;
	margin: 0 auto;
	padding: 40px 0;
	background: #fff;
}

.reg_container_title {
	border-bottom: 1px solid #e6e8eb;
	position: relative;
}

.reg_container_title>div {
	font-size: 18px;
	border-bottom: 3px solid #8b0012;
	width: 330px;
	padding-bottom: 10px;
	margin-left: 15px;
}

.reg_container_title a {
	position: absolute;
	right: 15px;
	bottom: 10px;
	color: #8b0012;
}

.form-input {
	padding: 30px 0;
}

.form-group {
	width: 335px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 15px;
}

.form-group img {
	position: absolute;
	top: 17px;
	left: 10px;
	font-size: 23px;
	color: #ccc;
	transition: all 0.5s ease 0s;
	height: 18px;
}

.form-group input,.form-group select {
	height: 50px;
	line-height: 50px;
	width: 100%;
	border: 1px solid #cccccc;
	padding: 0 35px;
	color: #888686;
	font-size: 14px;
}

.verification_code {
	width: 215px;
}

.verification_send button {
	width: 100px;
	line-height: 48px;
	border: 1px solid #cccccc;
	color: #888686;
	text-align: center;
	height: 50px;
	background: #fff;
	border-radius: 5px;
}

::-webkit-input-placeholder {
	color: #888686;
	opacity: 1;
}

:-moz-placeholder {
	color: #888686;
	opacity: 1;
}

::-moz-placeholder {
	color: #888686;
	opacity: 1;
}

::-ms-input-placeholder {
	color: #888686;
	opacity: 1;
}

.verification_send button:hover {
	background: #f5f5f5;
}

.reg_btn {
	width: 335px;
	height: 50px;
	margin: 0 auto;
	background: #8b0012;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
}

.reg_btn:hover {
	opacity: 0.8;
}

.forget_password {
	width: 335px;
	margin: 0 auto;
	margin-bottom: 15px;
}

.forget_password a {
	color: #666;
}

.third_party_login {
	width: 335px;
	margin: 0 auto;
	margin-top: 20px;
}

.inner_content p {
	line-height: 29px;
	font-size: 17px;
}

.inner_ucenter {
	background: #f8f8f8;
}

.inner_ucenter .left_items {
	width: 178px;
	float: left;
	padding-top: 25px;
}

.inner_ucenter .left_items .du-menu {
	display: block;
	margin: 0;
	padding: 0;
	outline: 0;
	list-style: none;
	color: #333;
	font-size: 16px;
	position: relative;
	z-index: 900;
}

.inner_ucenter .right_items {
	margin: 40px 0 40px 30px;
	float: left;
	width: 972px;
}

.inner_ucenter .left_items .submenu-title {
	line-height: 48px;
	position: relative;
	cursor: pointer;
	z-index: 1;
	transition: all .2s ease-in-out;
}

.inner_ucenter .left_items .submenu-title img {
	border-style: none;
	max-width: 20px;
	max-height: 20px;
	vertical-align: middle;
	margin-right: 10px;
}

.inner_ucenter .left_items .line {
	height: 1px;
	background-color: #979797;
	opacity: .15;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
	filter: alpha(opacity = 15);
	margin: 14px 0;
}

.inner_ucenter .left_items .active {
	color: #333;
}

.inner_ucenter .left_items .link {
	font-size: 16px;
}

.inner_ucenter .left_items {
	height: 48px;
	line-height: 48px;
	display: inline-block;
	vertical-align: middle;
	color: #666;
}

.inner_ucenter .left_items .menu-submenu:hover,.inner_ucenter .left_items .link:hover
	{
	color: #333;
}

.inner_ucenter .left_items .submenu-title span {
	position: relative;
	top: 2px;
	font-size: 16px;
}

.inner_ucenter .left_items .submenu-title span a {
	color: #666;
}

.inner_ucenter .left_items .submenu-title span a:hover,.inner_ucenter .left_items li.active span a
	{
	color: #8b0012;
}

.inner_ucenter .left_items .menuaddbtn {
	margin-top: 28px;
	border: 0;
	height: 42px;
	background-color: #e8e8e8;
	color: #666;
}

.inner_ucenter .right_items .du-page-title {
	color: #333;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 30px;
	position: relative;
}

.release_btn a {
	position: absolute;
	right: 0;
	font-size: 15px;
	width: 120px;
	background: #8b0012;
	text-align: center;
	color: #fff;
	line-height: 30px;
	top: 0;
	border-radius: 5px;
	padding: 3px 0px;
}

.release_btn a:hover {
	opacity: 0.8;
}

.inner_ucenter .right_items .pagebox {
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 1px 4px 0 hsla(0, 0%, 81%, .5);
	padding: 30px;
}

.bind {
	color: #000;
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: 1px solid #f1f1f1;
}

.bind .showList {
	font-size: 14px;
	color: #666;
}

.bind .showList dl {
	padding: 10px 0;
	line-height: 40px;
	display: flex;
}

.bind .showList dl dt {
	width: 140px;
	color: #333;
	text-align: left;
}

[flex-box] {
	display: -ms-flexbox;
	display: box;
	display: flex;
}

[flex-box]>[flex="1"] {
	-o-box-flex: 1;
	box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.bind .showList dl .modify {
	width: 230px;
	text-align: right;
	color: #457eff;
}

.du-btn-ghost {
	color: #457eff;
	background-color: transparent;
	border-color: #a2bfff;
}

.du-btn,.du-btn:active,.du-btn:focus {
	outline: 0;
}

.du-btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	line-height: 1.5;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 6px 15px;
	font-size: 14px;
	border-radius: 4px;
	transition: color .2s linear, background-color .2s linear, border .2s
		linear;
	color: #333;
	background-color: #f9f9f9;
	border-color: #eee;
}

.du-btn-ghost {
	color: #457eff;
	background-color: transparent;
	border-color: #a2bfff;
}

.du-btn-ghost:hover {
	color: #8b0012;
	background-color: #fec5ce;
	border-color: #8b0012;
}

.setting .showList {
	font-size: 14px;
	color: #666;
}

.setting .showList dl {
	border-bottom: 1px solid #f1f1f1;
	padding: 20px 0;
	line-height: 1.5;
}

.setting .bind .showList dl {
	border: 0;
}

.setting .showList dl dt {
	width: 245px;
	color: #333;
	text-align: left;
}

.setting .showList dl .modify {
	width: 230px;
	text-align: right;
}

.setting .showList dl .modify .act {
	color: #457eff;
	cursor: pointer;
	font-size: 14px;
}

.setting .showList dl .modify p {
	color: #9d9d9d;
	font-size: 12px;
}

.updateCropset {
	position: relative;
	overflow: hidden;
	width: 95px;
	height: 95px;
}

.updateCropset .tip {
	width: 95px;
	height: 95px;
}

.updateCropset .uploadBtn {
	width: 95px;
	height: 95px;
	overflow: hidden;
	display: table-cell;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100%;
	z-index: 10;
}

.updateCropset .uploadBtn .showImg {
	position: relative;
	width: 95px;
	height: 95px;
	display: table-cell;
	vertical-align: middle;
	background: #fff;
	border-radius: 100%;
	border: 1px solid #f4f4f4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.updateCropset .uploadBtn img {
	width: 87px;
	height: 87px;
	display: block;
	margin: 3px;
	border-radius: 100%;
}

.updateCropset .uploadBtn .showImg .reLoad {
	position: absolute;
	top: 0;
	left: 0;
	width: 95px;
	height: 95px;
	text-align: center;
	line-height: 95px;
	border-radius: 100%;
	font-size: 14px;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	display: none;
}

.updateCropset .uploadBtn .showImg:hover .reLoad {
	display: block;
	cursor: pointer;
}

.updateCropText .text {
	color: #457eff;
	cursor: pointer;
}

.setting .showList dl .modify p {
	color: #9d9d9d;
	font-size: 12px;
}

/* 注册  */
.register_body {
	background: url(/img/register_bg.jpg);
	background-size: cover;
	height: 100%;
	width: 100%;
}

.inner_ucenter {
	min-height: 420px;
}

.sub_container {
	
}

.pagebox .title {
	line-height: 44px;
	font-size: 16px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.pagebox .title a {
	color: #000;
}

.pagebox .title div {
	position: relative;
	float: left;
	margin-right: 50px;
}

.pagebox .title div.active,.pagebox .title div:hover {
	color: #8b0012;
	border-bottom: 2px solid #8b0012;
}

.pagebox .alltitle div {
	cursor: pointer;
}

.sub_container .sub_list ul {
	
}

.sub_container .sub_list li {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	position: relative;
}

.sub_container .sub_list li .user_face {
	width: 60px;
	height: 60px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

.sub_container .sub_list li .user_face img {
	width: 60px;
	height: 60px;
	border-radius: 50px;
}

.sub_container .sub_list li .info {
	
}

.sub_container .sub_list li .info h5 {
	color: #999;
	font-size: 16px;
	font-weight: normal;
}

.sub_container .sub_list li .info p {
	margin-top: 19px;
	/**overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;**/
	margin-right: 120px;
}

.sub_container .sub_list li .cancel {
	position: absolute;
	right: 0;
	top: 50%;
	line-height: 38px;
	height: 40px;
	border: 1px solid #eee;
	width: 100px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	margin-top: -20px;
}

.sub_container .sub_list li .cancel:hover {
	background: #eee;
}

.article_item {
	
}

.article_item li {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	position: relative;
}

.article_item li .prompt_img {
	cursor: pointer;
}

.article_item li .tooltip {
	position: absolute;
	z-index: 699;
	cursor: default;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .08);
	left: 229px;
	top: 38px;
	display: none;
}

.article_item li .prompt {
	position: relative;
	z-index: 1;
	padding: 10px 10px 10px 15px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #dee5ed;
}

.article_item li .tooltip .tooltip-arrow {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: url(//mat1.gtimg.com/om/om_2.0/images/icon-arrow.png)
		no-repeat;
	background-position: -10px 0;
	position: absolute;
	z-index: 2;
	left: 17px;
	margin-left: -5px;
	top: -5px;
}

.article_item .article_cover {
	width: 160px;
	height: 100px;
	overflow: hidden;
	margin-right: 20px;
	float: left;
}

.article_item .article_cover img {
	width: 160px;
	height: 100px;
}

.article_item .article_info {
	line-height: 1;
}

.article_item .article_info img {
	width: 16px;
	margin-top: -2px;
}

.article_item .article_info h5 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
}

.article_item .article_info h5 a {
	font-size: 16px;
	color: #333;
}

.article_item .article_info h5 a:hover {
	color: #8b0012;
}

.article_item .article_info .article_info_time {
	color: #999;
}

.article_item .article_info .article_info_num {
	color: #999;
	padding: 10px 0;
	position: relative;
}

.article_item .article_info .article_info_edit {
	color: #999;
	float: left;
	margin-right: 30px;
	cursor: pointer;
}

.article_item .article_info .article_info_more {
	color: #999;
	cursor: pointer;
	float: left;
}

.comment_container .sub_list li .info h5 a {
	color: #333;
	line-height: 1;
}

.comment_container .sub_list li .info h5 a:hover {
	color: #8b0012;
}

.comment_container .sub_list li .info p {
	margin: 0;
	color: #666;
	font-size: 14px;
	margin: 4px 0;
}

.comment_container .sub_list li .article_info_num {
	color: #999;
	font-size: 12px;
}

.resume_item .article_info .article_info_num a {
	color: #999;
}

.resume_item .article_info .article_info_num a:hover {
	color: #8b0012;
}

.resume_item .article_info .article_info_num {
	padding-bottom: 20px;
}

.resume_item .article_info h5 {
	
}

.article_item .article_info .article_info_edit:hover,.article_item .article_info .article_info_more:hover,.subcri_item .article_info .article_info_num a:hover
	{
	color: #8b0012;
}

.subcri_item .article_info .article_info_time {
	line-height: 1.5;
	height: 42px;
	overflow: hidden;
}

.subcri_item .article_info .article_info_num {
	padding-bottom: 0;
}

.subcri_item .article_info .article_info_num a {
	color: #999;
}
/*  */
.user_center {
	position: relative;
	cursor: pointer;
	margin-top: -5px;
}

.user_center .user_face {
	width: 40px;
	height: 40px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.user_center .user_face img {
	width: 40px;
	height: 40px;
	border-radius: 50px;
}

.user_center .user_info {
	float: left;
	text-align: left;
}

.user_center .user_info h5 {
	font-weight: normal;
	font-size: 14px;
}

.user_center .user_info span {
	background-color: #c4c4c4;
	color: #fff;
	padding: 0 8px;
	margin-top: 5px;
	height: 18px;
	border-radius: 25px;
	display: inline-block;
	line-height: 17px;
	text-align: center;
	font-size: 12px;
}

.user_center .user_menu {
	white-space: nowrap;
	padding: 0px;
	z-index: 200;
	position: absolute;
	padding-top: 20px;
	display: none;
	width: 108px;
	right: 0;
}

.user_center:hover .user_menu {
	display: block;
}

.user_center .user_menu ul {
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
	overflow: hidden;
}

.user_center .user_menu li {
	
}

.user_center .user_menu li a {
	background: #fff;
	color: #333;
	line-height: 40px;
	display: block;
}

.user_center .user_menu li a:hover {
	background: #f5f5f5;
}

.go_top {
	position: fixed;
	right: 0;
	bottom: 20%;
	z-index: 200;
}

.go_top li {
	position: relative;
}

.go_top li a {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	border: solid 1px #d7dde3;
	margin-top: -1px;
	color: #ccc;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	background: #fff;
}

.go_top li a span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 15px;
	box-sizing: border-box;
	/*padding: 4px 7px;*/
	padding: 3px;
	visibility: hidden;
}

.go_top li a:hover {
	background: #8b0012;
	color: #fff;
}

.go_top li a:hover span {
	visibility: visible;
	background: #8b0012;
	color: #fff;
}

.qr-min {
	position: absolute;
	right: 54px;
	background-color: #ffffff;
	visibility: hidden;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease 0.2s;
	transition: all 0.3s ease 0.2s;
}

.qr-min img {
	box-sizing: border-box;
	float: left;
	width: 100px;
	height: 100px;
	padding: 10px;
	background: #ffffff;
}

.qr-min div {
	margin-top: 30px;
	text-align: left;
	font-size: 12px;
	line-height: 17px;
	color: #999ca0;
}

.qr-min {
	top: 10px;
	width: 235px;
	text-align: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
	-webkit-transform: translate(0, -20px);
	-ms-transform: translate(0, -20px);
	transform: translate(0, -20px);
	*zoom: 1;
}

.go_top li:hover div {
	visibility: visible;
	opacity: 1;
}

.attention .qr-min {
	top: unset;
	bottom: 35px;
	right: unset;
	left: -100px;
	opacity: 1;
}

.attention a:hover .qr-min {
	visibility: visible;
	opacity: 1;
}

.pagination {
	margin-top: 40px;
}

.pagination li {
	float: left;
	width: 40px;
	line-height: 40px;
	border: 1px solid #eee;
	text-align: center;
	color: #666;
	font-family: Arial;
	transition: all .2s ease-in-out;
	margin-right: 10px;
}

.pagination li a {
	color: #666;
}

.pagination li.active {
	background: #8b0012;
	border: 1px solid #8b0012;
}

.pagination li.disabled {
	border-color: #eee;
	color: #ccc;
}

.pagination li.active a {
	color: #fff;
}
/* zhuce */
.register_item {
	width: 460px;
	margin: 0 auto;
	padding: 30px 50px;
	background: #fff;
}

.register_item .title {
	text-align: center;
}

.register_item .title h5 {
	font-size: 26px;
	font-weight: normal;
}

.register_item .title p {
	color: #666;
	padding-top: 5px;
}

.register_item .info div {
	height: 65px;
	position: relative;
}

.register_item .info div span {
	position: absolute;
	right: 0;
	line-height: 65px;
	font-size: 16px;
	color: #8b0012;
	cursor: pointer;
}

.register_item .info div input {
	border: 0;
	line-height: 65px;
	background: transparent;
	padding-left: 10px;
	font-size: 16px;
	width: 100%;
	border-bottom: 1px solid #eee;
}

.register_item .info div input:focus {
	border: 0;
	border-bottom: 1px solid #8b0012;
	background: transparent;
	outline: none;
}

.register_item .existing_account {
	line-height: 60px;
	color: #666;
	text-align: left;
}

.register_item a {
	color: #1b66c7;
}

.register_item .existing_account a {
	color: #8b0012;
}

.register_item .register_btn {
	width: 100%;
	text-align: center;
	line-height: 50px;
	background: #8b0012;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.register_item .register_btn:hover {
	opacity: 0.8;
}

.register_process {
	background: #fff;
	padding: 30px 110px;
}
/*  */
.register_nav_tab {
	width: 460px;
	background: #fff;
	margin: 0 auto;
}

.register_nav_tab li {
	float: left;
	width: 50%;
	text-align: center;
	padding-top: 20px;
}

.register_nav_tab li span {
	width: 70px;
	display: block;
	margin: 0 auto;
	padding-bottom: 10px;
	cursor: pointer;
}

.register_nav_tab li span.act {
	border-bottom: 2px solid #8b0012;
}

.bind_item {
	display: none;
}

.guide {
	width: 530px;
	margin: 0 auto;
}

.guide .box {
	width: 60px;
	font-size: 14px;
	color: #c7c7c7;
}

.guide .box,.guide .point {
	float: left;
}

.guide .active {
	color: #3c75f5;
}

.guide .num {
	width: 46px;
	height: 46px;
	border-radius: 100%;
	line-height: 45px;
	font-size: 24px;
	border: 2px solid #c7c7c7;
	margin: 0 auto;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.guide .active .num {
	background-color: #8b0012;
	color: #fff;
	border: none;
}

.guide .txt {
	margin-top: 40px;
}

.guide .point {
	width: 173px;
	height: 33px;
	color: #c7c7c7;
	font-size: 30px;
	line-height: 27px;
	letter-spacing: 7px;
}

.guide .active {
	color: #8b0012;
}

.register_process .register_desc {
	text-align: center;
	padding-top: 30px;
	color: #666;
}

.register_process .subject {
	margin-top: 60px;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: box;
	display: flex;
}

.subject .box {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-o-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 14px;
	margin-right: 15px;
	border: 1px solid #ececec;
	padding: 30px 25px 80px;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: box-shadow .48s ease;
	-moz-transition: .48s box-shadow ease;
	-o-transition: .48s box-shadow ease;
	-ms-transition: .48s box-shadow ease;
	transition: box-shadow .48s ease;
	position: relative;
}

.subject .box .icon {
	width: 42px;
	height: 42px;
	margin: 0 auto 20px;
	background: url('/img/icon/choose.png') no-repeat 0 0;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
}

.subject .box .individual {
	background-position: 0 0;
}

.subject .box .media {
	background-position: 0 -48px;
}

.subject .box .enterprise {
	background-position: 0 -100px;
}

.subject .box .title {
	font-size: 16px;
	color: #8b0012;
}

.subject .box .desc {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	height: 65px;
	text-align: left;
}

.subject .box .regdata dt {
	color: #666;
	padding-bottom: 10px;
	position: relative;
	width: 90px;
	margin: 0 auto;
}

.subject .box .regdata dt:before {
	width: 30px;
	height: 1px;
	position: absolute;
	right: -35px;
	top: 10px;
	content: "";
	display: block;
	background-color: #ddd;
}

.subject .box .regdata dt:after {
	width: 30px;
	height: 1px;
	position: absolute;
	left: -35px;
	top: 10px;
	content: "";
	display: block;
	background-color: #ddd;
}

.subject .box .regdata dd {
	text-align: left;
	color: #9d9d9d;
	position: relative;
	line-height: 1.6;
	text-indent: 1em;
}

.subject .box .btn {
	visibility: hidden;
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -50px;
	color: #fff;
	background-color: #8b0012;
	border-color: #8b0012;
}

.subject .box:hover {
	-webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.subject .box:hover .btn {
	display: inline-block;
	visibility: visible;
}
/*  */
.register_data {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 40px;
	padding-bottom: 40px;
	margin-top: 60px;
}

.register_data .du-form-item {
	margin-bottom: 40px;
	position: relative;
	margin-bottom: 24px;
	vertical-align: top;
	zoom: 1;
}

.register_data .du-form-item-label {
	text-align: right;
	vertical-align: middle;
	float: left;
	font-size: 12px;
	color: #333;
	line-height: 1;
	padding: 10px 12px 10px 0;
	box-sizing: border-box;
	font-size: 14px;
	padding: 12px 12px 10px 10px;
	text-align: left;
	line-height: 1.4;
	position: relative;
}

.du-form-item-error .du-input {
	border: 1px solid #f95d5d;
}

.register_data .du-form-item-label:before {
	content: "*";
	line-height: 1;
	font-family: SimSun;
	font-size: 12px;
	color: #f95d5d;
	position: absolute;
	left: -1px;
	top: 14px;
}

.register_data .du-form-item-content {
	position: relative;
	line-height: 32px;
	font-size: 12px;
}

.du-select {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	vertical-align: middle;
	color: #333;
	font-size: 14px;
	line-height: normal;
}

.register_data .formItems .msg {
	color: #9d9d9d;
	line-height: 20px;
	margin: 5px 0 0;
}

.du-select-single .du-select-selection {
	height: 40px;
	position: relative;
}

.du-select-selection {
	display: block;
	box-sizing: border-box;
	outline: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	position: relative;
	background-color: #fff;
	border: 1px solid #eee;
	transition: all .2s ease-in-out;
}

.du-select-single .du-select-selection .du-select-placeholder,.du-select-single .du-select-selection .du-select-selected-value
	{
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 14px;
	padding-right: 24px;
}

.du-select-single .du-select-selection .du-select-placeholder {
	color: #9d9d9d;
}

.du-input-wrapper {
	display: inline-block;
	width: 100%;
	position: relative;
	vertical-align: middle;
}

.register_data .formItems .tip {
	position: absolute;
	right: 10px;
	top: 0;
	height: 40px;
	line-height: 40px;
	color: #9d9d9d;
}

.register_data .setname .du-input {
	padding: 10px 50px 10px 14px;
}

.du-input,.register_data select,.du-input-type textarea {
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 1.5;
	padding: 10px 14px;
	font-size: 14px;
	border: 1px solid #eee;
	color: #333;
	background-color: #fff;
	background-image: none;
	position: relative;
	cursor: text;
	transition: border .2s ease-in-out, background .2s ease-in-out,
		box-shadow .2s ease-in-out;
}

.register_data select option {
	margin: 0;
	line-height: 35px;
	clear: both;
	color: #333;
	font-size: 14px !important;
	white-space: nowrap;
	list-style: none;
	cursor: pointer;
	transition: background .2s ease-in-out;
}

.submit {
	text-align: right;
	width: 100%;
}

.mr30 {
	margin-right: 30px;
}

.du-btn-ghost {
	color: #8b0012;
	background-color: transparent;
	border-color: #8b0012;
}

.du-btn-ghost a {
	color: #8b0012;
}

.du-btn-primary {
	color: #fff;
	background-color: #8b0012;
	border-color: #8b0012;
}

.bind_item {
	text-align: center;
}

.bind_item .bind_face {
	
}

.bind_item .bind_face div {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
}

.bind_item .bind_face div img {
	width: 100px;
	height: 100px;
}

.bind_item .bind_face p {
	margin-top: 25px;
	font-weight: bold;
}

.bind_item .bind_desc {
	margin-top: 50px;
}

.bind_item .bind_btn {
	margin-top: 35px;
}

.bind_item .bind_btn div {
	
}

.bind_item .bind_btn div a {
	width: 270px;
	line-height: 35px;
	border: 1px solid #8b0012;
	display: block;
	margin: 0 auto;
	color: #8b0012;
	border-radius: 5px;
	overflow: hidden;
}

.bind_item .bind_btn div.create_btn {
	margin-bottom: 20px;
}

.bind_item .bind_btn div.create_btn a,.bind_item .bind_btn div a:hover {
	background: #8b0012;
	color: #fff;
}

.bind_item .bind_btn div.create_btn a:hover {
	opacity: 0.8;
}

.du_face {
	display: table;
	position: relative;
	width: 160px;
	height: 160px;
	float: left;
	margin-right: 20px;
	border: 1px solid #eee;
}

.du_face>div {
	display: table-cell;
	vertical-align: middle;
}

.du_face img {
	max-height: 100%;
	max-width: 100%;
}

.du_file_btn {
	margin-top: 135px;
}
/* topic */
.topic_head {
	background: #f8f8fa;
	padding: 40px 0;
}

.top_head_content .title {
	font-size: 24px;
	color: #8b0012;
}

.top_head_content .desc {
	margin-top: 30px;
	font-size: 16px;
	color: #666;
}

.topic_list {
	border-left: 1px solid #999;
	padding-left: 25px;
}

.topic_list ul {
	
}

.topic_list ul li {
	
}

.topic_list ul li .time {
	position: relative;
	background: #fff;
	margin-left: -33px;
	padding: 4px 20px;
}

.topic_list ul li .time:after {
	content: "";
	background: url(/img/t.png);
	background-size: auto auto;
	width: 14px;
	height: 14px;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 6px;
}

.topic_list ul li .info {
	padding: 25px 0;
}

.topic_list .info_user {
	float: left;
	margin-right: 45px;
	text-align: center;
	color: #666;
	width: 70px;
}

.topic_list .info_user_face {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
}

.topic_list .info_user_face img {
	max-width: 70px;
	max-height: 70px;
}

.topic_list .info_user_name {
	margin-top: 15px;
}

.topic_list .info_content {
	width: 607px;
	float: left;
}

.topic_list .info_content_title {
	font-size: 18px;
	margin-bottom: 20px;
}

.topic_list .info_content_desc {
	color: #333;
	line-height: 1.75;
}

.topic_list .info_content_desc img {
	max-width: 100%;
}

.topic_list .info_content_desc p {
	margin-bottom: 10px;
}

.topic_list .info_content_share {
	float: right;
	margin-top: 10px;
	color: #666;
}

.topic_list .info_content_share .fast-section-share-box a {
	top: 0px;
}

.topic_head_img {
	width: 748px;
	height: 200px;
	overflow: hidden;
	margin-bottom: 30px;
}

.topic_head_img img {
	max-width: 748px;
}

.topic_detail .inner_news_list_details div {
	left: 200px;
}

.topic_detail .top_title {
	background: #E8E8E8;
	height: 35px;
	line-height: 35px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

.topic_detail .top_title span {
	color: #C1C1C1;
	height: 35px;
	line-height: 35px;
	text-align: right;
	padding-right: 20px;
	font-size: 12px;
	float: right;
}

.topic_detail .top_title .left_title {
	margin: 0;
	color: #fff;
	float: left;
	line-height: 35px;
	text-align: left;
	height: 35px;
	padding-left: 20px;
}

.topic_detail .inner_news_list_img {
	width: 180px;
	height: 108px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

.topic_detail .inner_news_list_img img {
	max-width: 180px;
	max-height: 108px;
}

.topic_detail .list ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.topic_detail .list {
	margin-bottom: 20px;
}

.topic_detail .inner_news_list_details p {
	max-height: 57px;
	margin: 0;
	margin-top: 0px;
	line-height: 18px;
	margin-top: 5px;
	color: #666;
}

.topic_detail .inner_news_list_details div {
	/* color: #999;
	position: relative;
	bottom: unset;
	left: 0;
	bottom: unset; */
}