
/*
 *   李坚
 *   2016.6
 */

body{background: #fff;}
.contain{
	overflow: hidden;
	margin: 20px auto;
}
.position-bar{
	overflow: hidden;
	padding:10px 0;
	margin-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
}
.position-bar .title{
	padding-left: 10px;
	border-left:4px solid #e1251a;
	font-size: 18px;
	font-weight: bold;
}
.position-bar .position{
	color:#a8a8a8;
	font-size: 14px;
}
.position-bar .position a{
	color:#a8a8a8;
}
.position-bar .position a:hover{
	color:#e1251a;
}

.left-side{
	width:220px;
}
.left-side h3{
	text-align: center;
	height:72px;
	line-height: 72px;
	background: url('../images/left_title_bg.png') no-repeat;
	border-bottom: 1px solid #fff;
	font-size: 18px;
	font-weight: bold;
	color:#fff;
}
.left-side a{
	display: block;
	height:46px;
	line-height: 46px;
	text-align: center;
	background: #ededed;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	color:#333;
}
.left-side a.active{
	background: #e1251a;
	color:#fff;
}
.left-side a:hover{
	background: #e1251a;
	color:#fff;
}

.right-area{
	width:934px;
}



.product-list{
	overflow: hidden;
	padding: 0 0 20px;
}
.product-list .item{
	position: relative;
	float: left;
	width: 290px;
	height:348px;
	margin:0 10px 20px 10px;
	background: #fff;
	overflow: hidden;
}
.product-list .item:last-child{
	margin-right:0;
}
.product-list .item .pic{
	position: relative;
	top:58px;
	height: 290px;
	display: flex;
	justify-content: center;  
	margin:0 auto 10px;  
}
.product-list .item .pic img{
	width:100%;
}
.product-list .item .title{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height:58px;
	line-height: 58px;
	text-align: center; 
	background: #f0f0f0;
	font-size:20px;
	font-weight: bold;
	color:#de261a;
}
.product-list .item:hover p{
	bottom:0; 
}
.product-list .item p{
	position: absolute;
	left:0;
	bottom:0; 
	width:100%;
	height:24px; 
	line-height: 24px;
	text-align: center; 
	background: rgba(0,0,0,.5);
	padding:10px; 
	color:#fff;
	font-size: 14px;
}


.article-item{
	overflow: hidden;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}
.article-item .pic{
	display: flex;
	justify-content: center;
	align-items: center;
	width:180px;
	height:180px;
	overflow: hidden;
	margin-right: 30px;
}
.article-item .pic img{
	width: 100%;
}
.article-item .info{
	width:470px;
}
.article-item .info .title{
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
}
.article-item .info .title a{
	color:#000;
}
.article-item .info .title a:hover{
	color:#e1251a;
}
.article-item .info p{
	line-height: 25px;
	margin-bottom: 10px;
	color:#707070;
	font-size: 14px;
}
.article-item .info .btn{
	display: block;
	width:83px;
	height:33px;
	text-align: center;
	line-height: 33px;
	background: #959595;
	border-radius: 18px; 
	color:#fff;
	font-size: 14px;
}
.article-item .info .btn:hover{ 
}
.article-item .date{
	margin-top: 20px;
	padding-left: 60px;
	border-left:1px solid #e5e5e5;
}
.article-item .date .day{ 
	font-size: 70px;
	font-weight: bold;
	color:#333;
}
.article-item .date .year{
	font-size: 20px;
}

.page-prev{
	font-size: 16px;
}
.page-prev li{
	margin-bottom: 10px;
	color:#666;
}
.page-prev a{
	color:#000;
}
.page-prev a:hover{
	color:#f00;
}
.article-detail{}
.article-detail .title{
	margin-bottom: 10px;
	text-align: center;
	font-size: 28px;
}
.article-detail .info{
	margin-bottom: 30px;
	text-align: center;
	color:#999;
	font-size: 14px;
}
.article-detail .info span{
	margin-right: 10px;
}
.article-detail .info span a{
	color:#999;
}
.article-detail .content{
	padding: 10px;
	line-height: 44px;
	margin-bottom: 20px;
}
.article-detail .content table{
	margin:20px auto;
}
.article-detail .content p{
	text-indent: 2em!important;
	margin-bottom: 20px!important;
}
.article-detail .small *{
	font-size: 14px!important;
}
.article-detail .content img{
	margin-bottom: 20px!important;
}
.article-detail .mid *{
	font-size: 18px!important;
}
.article-detail .big *{
	font-size: 24px!important;
}
.article-detail .content img{
	width: 100%;
}
.download{ 
	padding-left:20px;
	line-height: 24px;
	margin-top: 20px;
}
.download img{
	width:20px!important;
	margin-right: 10px;
	vertical-align: top;
}
.download a{
	font-size: 16px;
	color:#09f;
}
.download a:hover{
	color:#e1251a;
}

.skill-list{
	overflow: hidden; 
	margin: 30px 0;	
}
.form-tips{
	border: 1px solid #eee;
	background: #f5f5f5;
	margin-bottom: 30px;
	padding: 10px 10px;
	font-size: 14px;
	border-radius: 5px;
	color: #f00;
}
.skill-item{
	float:left;
	width:567px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #e5e5e5;
	overflow: hidden;
}
.skill-item .pic{ 
	display: flex;
	justify-content: center;
	align-items: center;
	width:202px;
	height:202px;
	overflow: hidden;
	margin-right: 30px;
}
.skill-item .pic img{
	width: 100%;
}
.skill-item .info{
	width:285px;
	padding-right:50px;
}
.skill-item .info .title{
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
}
.skill-item .info .title a{
	color:#000;
}
.skill-item .info .title a:hover{
	color:#e1251a;
}
.skill-item .info p{
	margin-bottom: 10px;
	line-height: 26px;
	color:#707070;
	font-size: 14px;
}
.skill-item .info .btn{
	display: block;
	width:83px;
	height:33px;
	text-align: center;
	line-height: 33px;  
	border:1px solid #d6d6d6;
	color:#999;
	font-size: 14px;
}
.skill-item .info .btn:hover{
	border:1px solid #de261a;
	color:#de261a;
}
.skill-item .date{ 
	margin-bottom: 10px;
	color:#999;
	font-size: 14px;
}
 

.skill-form{ 
}
.skill-form .item{
	overflow: hidden;
	margin-bottom: 20px;
}
.skill-form .item .label{
	float: left;
	width:100px;
	padding: 8px 0;
	text-align: right;
	font-size: 16px;
}
.skill-form .item .select-area{
	float: left;
}
 
.select-area span select{
	width:100px;
	padding: 8px;
	margin-right: 10px;
	border:1px solid #e5e5e5;
	font-size: 14px;
}
.skill-form .item .code-wechat{
	float: left;
	width:150px; 
}
.skill-form .item .code-wechat p{
	text-align: center;
	color:#999;
	font-size: 14px;
}
.skill-form .item .code-wechat img{
	width: 100%;
}

.concate-info .code-wechat{
	float: left;
	width:150px; 
}
.concate-info .code-wechat p{
	text-align: center;
	color:#999;
	font-size: 14px;
}
.concate-info .code-wechat img{
	width: 100%;
}
.skill-form .item .inp,
.skill-form .item textarea{
	float: left;
	padding: 8px;
	width:310px;
	border:1px solid #e5e5e5;
	font-size: 14px;
}
.skill-form .item textarea{
	width:310px;
	height:100px;
	font-family: 'Microsoft yahei';
}

.skill-form .item .code{
	width:187px;
}
.skill-form .item .code-img{
	height: 26px;
	margin:5px 10px 0; 
}
.skill-form .item .change-btn{
	line-height: 37px;
	color:#808080;
}

.skill-form .item .submit-btn{
	width: 147px;
	height:45px;
	text-align: center;
	line-height: 45px;
	margin:50px 0 0 100px;
	background:#f44941;
	border-radius: 5px;
	border:0 none;
	color:#fff;
	font-size: 16px;
}
.concate-info{
	margin-left:160px;
	padding-left: 50px;
	border-left: 1px solid #eee;
}
.concate-info p{
	margin-bottom: 10px;
	font-size: 14px;
}

.video-area{
	overflow: hidden;
	margin: 20px;
	box-shadow: 0 0 20px rgba(204,204,204,.8);
}
.video-area .video{
	position: relative;
	width:775px;
	height: 490px;  
	background: #ccc; 
	overflow: hidden;
}
.video-area .video li{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity: 0;
}
.video-area .video .mark{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left:0;
	top:0;
	z-index: 1;
	width:100%;
	height:100%;
}
.video-area .video .title{
	position: absolute;
	left:0;
	bottom:0;
	width:97%;
	height:58px;
	line-height: 58px;
	padding:0 2%;
	background: rgba(0,0,0,.5);
	font-size: 16px;
	color:#fff;
}
.video-area .video .mark img{
	width:75px;
	height:75px;
}
.video-area .video img{
	width:100%;
}
.video-list{
	width:320px;
	height: 490px; 
	background: #333;
	overflow-y: auto;
}
.video-list li{
	padding-left: 20px; 
	height:70px;
	line-height: 70px;
	overflow: hidden; 
	font-size: 16px;
}
.video-list li.active{
	background: linear-gradient(90deg, #E2281E 0%, #5E2529 100%);
}
.video-list li a{ 
	width:70%;
	color:#fff;
	font-size:18px;
}
 
.video-list li span{ 
	color:#fff;
}
.video-list .first{
	border-bottom: 1px dashed #ccc;
	background: none;
	padding:0 0 20px 0;
	margin-bottom: 30px;
}
.video-list .first .pic{
	width:100px;
	height: 80px;
	margin-right: 30px;
}
.video-list .first .pic img{
	width:100%;
}
.video-list .first .info{
	width:437px;
}
.video-list .first .info a{
	display: inline-block;
	margin:10px 0 8px 0;
}

.skill-left{
	width: 820px;
	margin-right: 40px;
}
.skill-right{
	width:340px;
}

.mod-grid{
	margin-bottom: 30px;
}
.mod-grid .pic{
	margin:20px 0;
}
.mod-grid .pic img{
	width:100%;
}
.title-bar{
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;

}
.pic-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	width:340px;
	height:200px;
	background: #ccc;
	position: relative;
	margin-top: 10px;
	overflow: hidden;
}
.pic-wrap img{
	width:100%;
}
.pic-wrap .title{
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	height:40px;
	line-height: 40px;
	background: rgba(0,0,0,.5);
	text-align: center;
	font-size: 14px;
	color:#fff;
}
.title-bar h3{
	float: left;
	width:90px;
	line-height: 46px;
	border-bottom: 3px solid #f00;
	font-size: 18px;
	font-weight: bold;
}
.title-bar a{
	line-height: 48px;
	color:#999;
}
.title-bar a:hover{
	color:#de261a;
}
.skill-right .list{
	padding-top: 20px;
}
.list{
	padding-top: 30px;
}
.list li{
	overflow: hidden;
	padding-left:15px;
	margin-bottom: 20px;
	background: url('../images/list_icon.jpg') no-repeat left 7px;
}
.list li a{
	width:90%;
	font-size: 18px;
	color:#222;
}
.list li a:hover{
	color:#de261a;
}
.list li span{
	font-size: 14px;
	color:#999;
}


/*分页样式*/
.pglist {
	padding: 30px 0;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a {
	color: #666;
	padding: 0 13px;
	margin: 0 4px;
	background: #fff;
	border:1px solid #e5e5e5;
	border-radius: 5px;
	font-size: 14px;
}
.pglist * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 34px;
	padding-bottom: 1px;
}
.pglist a:hover {
	display: inline-block;
	color: #fff;
	background: #de261a;
}
.pglist input[name="PageNo"]{
	border:1px solid #e5e5e5;
	border-radius: 5px;
	height: 32px!important;
	text-align: center;
}
.pglist input[name="plistgo"]{
	border:1px solid #e5e5e5;
	background:#de261a ;
	border-radius: 5px;
	height: 32px!important;
	text-align: center;
	line-height: 32px;
	color: #fff;
}

.pglist .hover {
	display: inline-block;
	color: #fff;
	background: #de261a;
}

.page-bar{
	text-align: center;
}
.page-bar .btn{
	display: inline-block;
	text-align: center;
	width:38px;
	height:38px;
	line-height: 38px;
	margin-right: 5px;
	border:1px solid #e5e5e5;
	border-radius: 5px;
	font-size: 14px;
	color:#000;
	cursor: pointer;
}
.page-bar .btn:hover,
.page-bar .btn.active{
	background: #de261a;
	color:#fff;
}
.page-bar .prev,
.page-bar .next{
	width:62px;
}
.page-bar input{
	text-align: center;
	width:38px;
	height:36px;
	line-height: 36px;
	margin-right: 10px;
	border:1px solid #e5e5e5;
	border-radius: 5px;
}
.page-bar span{
	margin-right: 5px;
	font-size: 14px;
}

.article-item-2 {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0;
}
.article-item-2 a {
    padding: 20px 0;
    display: block;
    cursor: pointer;
}
.article-item-2 a:hover{
	background: #f0f0f0;
}
.article-item-2 .text {
    display: block;
    height: 123px;
    overflow: hidden;
}
.article-item-2 .text strong {
    display: block;
    margin-bottom: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 22px;
    color: #333;
}
.article-item-2 .text em {
    display: block;
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #333;
    text-align: justify;
}
.article-item-2 .publishTime {
    margin-top: 20px;
    display: block;
    text-align: right;
    color: #999;
    font-size: 14px;
}

.pic-list{
	float:left;
	overflow: hidden;
}
.pic-list li{
	position: relative;
	float:left;
	width:100px;
	height:100px;
	margin-right: 10px;
	border:1px solid #eee;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.pic-list li a{
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	height:20px;
	text-align: center;
	line-height: 20px;
	background: rgba(0,0,0,.8);
	color:#fff;
	font-size:12px;
}
.add-btn{
	position: relative;
	float:left;
	width:100px;
	height:100px;
	margin-right: 10px;
	border:1px solid #eee;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background: url('../images/upload_icon.png') no-repeat center;
	background-size: 40%;
}
.add-btn span{
	position: absolute;
	left:0;
	bottom:10px;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color:#666;
}
.add-btn input[type='file']{
	width:100%;
	height:100%;
	opacity: 0;	
}
.pic-list li img{
	width:100%;
}
.contact-info{
	margin-bottom: 30px;
}
.contact-info p{
	margin-bottom: 20px;
	font-size: 16px;
}
.result-tips{
	margin-bottom: 30px;
	font-size: 16px;
}











