.layout-footer .footer .footer--inner{display:none}
.split_image_02{background:url(../split_image_02.png) no-repeat;}
.blue_word{height:14px;width:12px;background-position:0 0;}
.blue_bg_down{height:14px;width:14px;background-position:0 -21px;}
.letter_a{height:14px;width:15px;background-position:0 -43px;}
.wthite_download_icon{height:21px;width:21px;background-position:0 -68px;}
body.moban-box {
    background-color: rgb(244,244,244);
}
.moban-container {
    text-align: center;
}
.moban-box-left {
    display: inline-block;
    min-width: 810px;
    width: calc(100% - 580px);
    margin-right: 25px;
    margin-top: 25px;
}
.moban-box-right {
    display: inline-block;
    width: 350px;
    vertical-align: top;
    margin-top: 25px;
    text-align: right;
}
.moban-container.w1240 {
    position: relative;
    margin: 25px auto;
    text-align: center;
    min-width:1240px;
}

.moban-container .nav_path {
    text-align: left;
    padding-bottom: 12px;
    width: 100%;
    display: inline-block;
    background-color: rgb(244,244,244);
}
.moban-container .nav_path .choosed {
    color: rgb(0, 100, 250);
}
.moban-container .aritle_box_div {
    text-align: center;
}

.moban-box-left .moban_ad_image {
	padding-bottom: 15px;background-color: rgb(244,244,244);
	
}
.moban-box-left .moban-container {margin-bottom: 20px;}
.moban-box-left .moban-fliter {
	position: relative;
	padding: 20px;
	background: #fff;
	font-size: 14px;
	color: #6b7074;
	width: 100%;
	text-align: left;
}
.moban-box-left .moban-fliter .moban_nav {
    position: relative;
}
.moban-fliter .moban_nav a {
	display: inline-block;
	line-height: 2;
	margin: 0 15px 0 0;
}

.moban-fliter .moban_nav a.chossed {
	color: #0064fa;
}

.moban-fliter .moban_nav span {
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	vertical-align: top;
}
.moban-fliter .moban_nav i{
    font-style: inherit;
    display: inline-block;
    width: 58px;
    text-align: justify;
    text-align-last: justify;
    margin-top: 4px;
}
.moban-fliter .moban_nav_list {
	display: inline-block;
	min-width: 570px;
	max-width: 91%;
}

.moban-results {
	text-align: left;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.moban-box-left .moban-container .moban-list {
    background-color: #fff;
    margin-top: 15px;
    padding: 21px;
    text-align: left;
}
.moban-container .moban-list .sort a {
    color: #6b7074;
    display: inline-block;
    padding-right: 20px;
}
.moban-container .moban-list .sort a.chossed {
    color: #0064fa;
}
.moban-container .moban-list .sort a:hover {
    color: #0064fa;
}
.moban-results .moban_item_con {
    display: inline-block;
    position: relative;
    min-width: 230px;
    height: 190px;
    margin: 20px 25px 0px 0px;
    border: 1px solid #f5f5f5;
    border-radius: 2px;
    animation: slidedown 0.3s linear forwards;
    opacity: 0;
    box-shadow: 0px 3px 4px 0px rgb(00,00,00,0.15);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-basis: 0;
    -webkit-flex-basis: 0;
}

.moban_item_con.item_flex_empty {
    border: none;
}
.moban-results .moban_item_con:hover {
	box-shadow: 0 0 20px 0px rgb(178, 194, 202);
}

.moban-results .moban_item {
	float: left;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

@-webkit-keyframes slidedown {
	0% {
		top: -30px;
		opacity: 0;
	}

	form {
		top: -30px;
		opacity: 0;
	}

	to {
		top: 0;
		opacity: 1;
	}
}

@keyframes slidedown {
	0% {
		top: -30px;
		opacity: 0;
	}

	form {
		top: -30px;
		opacity: 0;
	}

	to {
		top: 0;
		opacity: 1;
	}
}

.moban-results .moban_item dt {
	padding: 8px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.moban-results .moban_item dt a {
	display: block;
	max-height: 315px;
	overflow: hidden;
}

.moban-results .moban_item dt img {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.moban-results .moban_item dd {
	width: 100%;
	height: auto;
	padding: 0px 8px;
	background: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.moban-results .moban_item dd .info {
    text-align: justify;
    text-align-last:justify;
    margin: -5px 0px 10px;
}
.moban-results .moban_item dd .info span {
    display: inline-block;
    color: #6b7074;
    font-size: 12px;
}

.moban-results .moban_item dd .info span i {
    font-style: inherit;
    color: #aaaaaa;
}

.moban-results .moban_item dd a {
	float: left;
	font-size: 14px;
	color: #8e8e8e;
	display: block;
}

.moban-results .moban_item dd .title a {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.moban-results .moban_item dd a:hover {
	color: rgb(0,100,250);
}

.moban-results .moban_item dd p {
	display: inline-block;
	width: 100%;
	margin: 0px;
}

.moban-results .moban_item dd .bd {
	height: 20px;
	text-align: justify;
	text-align-last:justify;
}

.moban-results .moban_item dd .num {
	display: inline-block;
	width: auto;
	line-height: 13px;
}

.moban-results .moban_item dd .num span {
	color: #999999;
	padding-left: 20px;
	font-weight: normal;
	font-size: 12px;
	width: auto;
}

.moban-results .moban_item dd .num span i {
	color: rgb(187,187,187);
	font-style: inherit;
}
.moban-box-right .free_create_resume_ad {
    margin: 30px 0px 20px;
}

.moban-box-right .free_create_resume_ad .button {
    background-color: #fff;
    padding: 30px 20px;
}
.moban-box-right .free_create_resume_ad .button i {
    display: inline-block;
    width: 21px;
    height: 25px;
    margin-bottom: 16px;
    margin-right: 5px;
    background: url(/static/pc/moban/wthite_download_icon.png) no-repeat bottom;
    vertical-align: bottom;
}
.moban-box-right .free_create_resume_ad a {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: rgb(0, 100, 250);
    background: -webkit-linear-gradient(left, #5297ff , #0064fa);
    background: -o-linear-gradient(right, #5297ff, #0064fa);
    background: -moz-linear-gradient(right, #5297ff, #0064fa);
    background: linear-gradient(to right, #5297ff , #0064fa);
    color: #fff;
    border-radius: 4px;
    font-size: 20px;
}
.moban-box-right .free_create_resume_ad a:hover {
    opacity: 0.8;
}
.moban-box-right .hot_template {
    background-color: #fff;
    padding: 20px;
}

.moban-box-right .hot_template .title {
    height: 33px;
    border-bottom: 1px solid rgb(229,229,229);
    margin-bottom: 22px;
    color: rgb(147,147,147);
}

.moban-box-right .hot_template .title span {
    font-size: 15px;
    float: left;
    color: rgb(33, 33, 33);
}

.moban-box-right .hot_template .title a {
    float: right;
}
.hot_template .hot_template_list a {
    display: inline-block;
    width: 140px;
    margin-bottom: 15px;
    border: 1px solid rgb(231,231,231);
}

.hot_template .hot_template_list a:nth-child(even) {
    float: right;
}
.hot_template .hot_template_list span.mengceng {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    background: rgba(99,99,99, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: black;
    padding: 60% 0px;
    text-align: center;
}

.hot_template .hot_template_list i.chakan {
    display: inline-block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    background-color: rgb(0,100,250);
    border-radius: 5px;
    font-style: inherit;
}

.hot_template .hot_template_list span.mengceng:hover {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.hot_template .hot_template_list li {
    position: relative;
}
.hot_template .hot_template_list li img {
    width: 100%;
    height: 100%;
}

.moban-box-right .hot_moban {
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
}

.moban-box-right .hot_moban .title {
    height: 33px;
    border-bottom: 1px solid rgb(229,229,229);
    margin-bottom: 22px;
    color: rgb(147,147,147);
}

.moban-box-right .hot_moban .title span {
    font-size: 15px;
    float: left;
    color: rgb(33,33,33);
}

.moban-box-right .hot_moban .title a {
    float: right;
}
.moban-box-right .hot_moban .hot_moban_list {
    text-align: left;
}
.hot_moban .hot_moban_list a {
    display: block;
    margin-bottom: 15px;
}
.hot_moban .hot_moban_list a i {
    color: #939393;
    font-style: inherit;
    float: right;
}
.hot_moban .hot_moban_list a span {
    margin-right: 5px;
}
/**è¯¦æƒ…é¡µ */
.moban-content {
    text-align: left;
}

.moban-content .moban-show {
    background: #fff;
    padding: 20px 30px;
    color: #6b7074;
}

.moban-content .moban-show .name {
    color: #353535;
    font-size: 24px;
    font-weight: bold;
}

.moban-content .moban-show .info .des {
    padding: 10px 0px 40px;
    border-bottom: 1px solid #d7e1e9;
}

.moban-content .moban-show .info li {
    display: inline-block;
    min-width: 20%;
    padding-top: 10px;
}

.moban-content .moban-show .info .attr {
    padding: 10px 25px 20px;
}
.moban-content img {
    width: 100%;
    height:100%
}
.moban-content .moban-show .info_ad {
    padding-bottom: 20px;
}
.moban-content .moban-show .page {
    height: 20px;
    padding-top: 5px;
}
.moban-content .moban-show .page .next {
    float: right;
}

.moban-content .moban-show .download a {
    color: #fff;
    background-color: #0064fa;
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
}

.moban-content .moban-show .download {
    text-align: center;
    margin-top: 30px;
}
.moban-content .moban-show .download a:hover {
    opacity: 0.8;
}
.moban-content .download_service_tips {
    padding: 30px 0px 10px;
}

.maybe_like_template .title {
    height: 33px;
    border-bottom: 1px solid rgb(229,229,229);
    margin-bottom: 22px;
    color: rgb(147,147,147);
}

.maybe_like_template .title span {
    font-size: 15px;
    float: left;
    color: rgb(33,33,33);
}

.maybe_like_template .title a {
    float: right;
}
.moban-content .maybe_like_template {
    margin-top: 10px;
    background: #fff;
    color: #6b7074;
    font-size: 14px;
    padding: 25px 30px;
}

.maybe_like_template ul {margin-bottom: 0px;display: inline-block;width: 60%;margin-left: 19px;}
.maybe_like_template ul:last-child {
    width: 30%;
}
.maybe_like_template li {
	list-style: decimal;    
	margin-bottom: 10px;
}
/** åˆ—è¡¨é¡µå’Œè¯¦æƒ…é¡µè¯„è®ºä¿¡æ¯å±•ç¤º*/
.download_review {
    margin-top: 10px;
    margin-bottom: 80px;
    background-color: #fff;
    padding: 25px 30px;
    color: #4e5357;
    text-align: left;
}

.download_review>span {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #eaedef;
    color: #3b3e40;
}

.download_review li {
    padding: 25px 0px 0px;
}

.download_review .review_detail .head_img img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.download_review .review_detail .head_img {
    display: inline-block;
}

.download_review .review_detail .right {
    display: inline-block;
    width: calc(100% - 100px);
    vertical-align: top;
    margin-left: 10px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #eaedef;
}

.review_detail .right .user_info {
    text-align: justify;
    text-align-last: justify;
}

.review_detail .right .user_info span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
}
.review_detail .right .user_info span.mobile {
    color: #3b3f43;
    font-weight: bold;
}
.review_detail .right .user_info span.date{
    color: #969ca1;
}
.review_detail .right .review_des {
    padding: 5px 0px;
}
.review_des>span {
    display: inline-block;
    width: 80px;
    height: 28px;
    line-height: 28px;
    background-color: #0064fa;
    color: #fff;
    margin-right: 10px;
    text-align: center;
    border-radius: 4px;
}
.review_detail .right .other_download>p {
    color: #4e5357;
    font-weight: bold;
}

.review_detail .right .other_download {
    margin-top: 30px;
}

.review_detail .right .other_download>a {
    display: block;
    margin-bottom: 5px;
}
/** è¯„è®ºé¡µ*/
.moban-discuss-container {
    width: 1140px;
    margin: 0px auto 80px;
}

.moban-discuss-container img {
    width: 100%;
    height: 100%;
}

.moban-discuss-container .discuss_ad {
    height: 155px;
    margin: 30px 0px 25px;
}

.moban-discuss-container .discuss_detail {
    text-align: left;
    padding: 15px 30px;
    background-color: #fff;
    color: #6b7074;
}

.moban-discuss-container .discuss_detail .name {
    color: #8e8e8e;
    font-size: 16px;
    padding: 15px 0px;
    border-bottom: 1px solid #e4e6e9;
}

.moban-discuss-container .discuss_detail .name a {
    color: #494949;
}
.moban-discuss-container .discuss_detail .name a:hover {
	color:#0064fa
}

.moban-discuss-container .discuss_detail .tag {
    padding: 30px 0px;
}

.moban-discuss-container .discuss_detail .tag span {
    display: inline-block;
    width: 100px;
    height: 38px;
    border: 1px solid #cfd2d4;
    line-height: 38px;
    text-align: center;
    border-radius: 4px;
    color: #6b7074;
    cursor: pointer;
    margin-left: 20px;
}
.moban-discuss-container .discuss_detail .tag span:hover {
    border: 1px solid #60a0ff;
    color: #fff;
    background-color: #60a0ff;
}
.moban-discuss-container .discuss_detail .tag span.choosed {
    border: 1px solid #60a0ff;
    color: #fff;
    background-color: #60a0ff;
}
.moban-discuss-container .discuss_detail .content textarea {
    margin-left: 20px;
    vertical-align: top;
    width: 970px;
    height: 240px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    resize: none;
    padding: 20px;
}
.moban-discuss-container .discuss_detail .content button {
    margin: 20px 0px 65px 65px;
    background-color: #0064fa;
    color: #fff;
    height: 40px;
    width: 155px;
    border: none;
    border-radius: 4px;
}
.moban-discuss-container .discuss_detail .content button:hover {
    opacity: 0.8;
}