/* CSS Document */
.dbox {
    width: 60%;
    height: 50%;
    position: absolute;
    top: 35%;
    left: 20%;
    z-index: 10;
}
.mk {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
	font-size:28px;
	font-weight:bold;
    letter-spacing: 3px;
}

.WkDetail {
    width: 100%;
    min-height: 200px;
    padding: 15px 2%;
	overflow: hidden;
}

.WkDetail span{
    display: block;
	width:103px;
    float: left;
    color: #000000;
    font-size: 13px;
    margin-right: 10px;
    margin-bottom: 7px;
    border: 1px solid #ccc;
    padding: 5px 12px;
    border-radius: 8px;
	text-align:center;
	cursor:pointer;
}
.WkDetail span:hover {
    color: #ff5000;
	border-color: #ff5000;
}
.check{
    color: #ff5000 !important;
	border-color: #ff5000 !important;
}

.searchbuttom {
    display: block;
    width: 30%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 35%;
	margin-bottom:15px;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    background-color: #c71e1ee0;
    cursor: pointer;
}
.searchbuttom:hover {
    background-color: #de2626;
}
.news_content{
	border-top:1px solid #e5e5e5;
}
.news_content_list{
	width:100%;
	height:160px;
	padding:15px 0px;
	border-bottom:1px solid #e5e5e5;
	overflow:hidden;
}
.news_content_list:hover{
	background-color:#F9F9F9;
}
.content_list_time{
	width:14%;
	height:100%;
	margin-left:5%;
}
.content_list_time span{
	display:block;
	width:130px;
	height:130px;
	font-size:0px;
	border-radius:20%;
	border:1px solid #FF6666;
}
.content_list_time span img{
	width:100%;
	height:100%;
	border:0px;
	border-radius:20%;
}
.content_list_txt{
	width:50%;
	height:100%;
}
.dvName{
	width:100%;
	height:35px;
	line-height:35px;
	overflow:hidden;
}
.dvName a{
	font-weight:bold;
	font-size:20px;
	color: #333333c7;
}
.dvName a:hover{
	color: #ff5000;
}
.fontLine{
	height:25px;
	line-height:25px;
	color: #848589;
	font-size: 14px;
	overflow:hidden;
}
.fontLine i{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    margin-right: 5px;
	color:rgba(0, 0, 0, .8);
}
.status{
    margin-left: 5%;
}
.worlkSkill{
	width:100%;
	height:50px;
	overflow:hidden;
}
.worlkSkill span{
	display:block;
	float:left;
	width:auto;
	height:25px;
	line-height:25px;
	padding:0px 3px; 
	color: #848589;
	font-size: 13px;
	text-align:center;
}
.content_list_img{
	width:25%;
	height:100%;
	text-align:center;
	border-left:1px solid #e5e5e5;
	padding-left:3%;
}
.content_list_img a{
	display:block;
	width:60%;
	height:38px;
	line-height:38px;
	text-align:center;
	background-color:#ff7019;
	margin-left:20%;
	margin-top:45px;
	color:#FFFFFF;
	border-radius:5px;
}
.content_list_img a:hover{
	background-color:#ed2828;
}
.Sitem{
	color: #ff5000 !important;
	text-decoration:underline;
}
.show{
	display:none;
}
@media screen and (max-width:1200px) {
.mk {
	font-size:17px;
}
.dvName{
	width:100%;
	height:auto;
	overflow:hidden;
}
.dvName a{
	font-weight:bold;
	font-size:16px;
	color: #333333c7;
}
.news_content_list {
    width: 100%;
    height: auto;
    padding: 15px 0px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}
.content_list_time {
    width: 25%;
    height: 100%;
    margin-left: 2%;
	margin-right:2%;
	margin-top:3%;
}
.content_list_time span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0px;
    border-radius: 20%;
    border: 1px solid #FF6666;
}

.content_list_txt {
    width: 70%;
    height: 100%;
	
}
.fontLine {
    height: auto;
    color: #848589;
    font-size: 11px;
    overflow: hidden;
}
.status{
    margin-left:0px;
}
.content_list_img {
	display:none;
    width: 25%;
    height: 100%;
    text-align: center;
    border-left: 1px solid #e5e5e5;
    padding-left: 3%;
}
.show{
	display:block;
}
.worlkSkill {
    width: 100%;
    height: 55px;
    overflow: hidden;
}



}