
.p_newes-list .newslistright{
	width: 830px; 
	height: 131px; 
	float: right; 
	margin-right: 30px
}

.p_newes-list .newslistleft{
	width: 202px; 
	height: 131px; 
	float: left;
	transition: all .3s;
}
.p_newes-list .newslistleft img{
	width: 202px; 
	height: 131px;
	transition: all .3s;
	}

.p_newes-list .mynews .subleft{
float: left; 
width: 640px;
padding-top: 10px;
}

.p_newes-list .title{
	font-size: 16px;
    color: #717171;
    display: block;
    height: 24px;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: left;
    transition: all .3s ease-out 0s;
}
.p_newes-list .subtitle{
	height: 52px;
    color: #a2a2a2;
    line-height: 24px;
    display: block;
    overflow: hidden;
    transition: all .3s ease-out 0s;
}

.p_newes-list .mynews{
	width: 1124px; 
	height: 127px;    
	margin: 20px auto; 
	padding: 15px; 
	cursor: pointer; 
	background: #e2dede ;
	 transition: all .3s ease-out 0s;
}


.p_newes-list .mynews:hover{
	 
	box-shadow: 0 6px 10px 5px rgba(0,0,0,.08);
}

.p_newes-list .mynews:hover .newslistleft img{
     box-shadow: 10px 6px 10px 5px rgba(0,0,0,.2);
}

.p_newes-list .mynews:hover .subright .subdetail
{
	 background: #ccc;
	 
}

 .p_newes-list .mynews:hover  .newslistleft
 {
 	width: 210px;
 }

.p_newes-list .mynews .subright{
	width: 110px; 
	float: right;
	text-align: center;
	}



.p_newes-list .mynews .subright .subtime{
	margin-top: 20px;
	height: 26px;
	display: block;
    font-size: 19px;
        color: #999;
    font-family: HELVETICANEUELTPRO-THEX,"微软雅黑";
}

.p_newes-list .mynews .subright .subdetail{
	background: #ddd;
	display: block;
    width: 102px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #ddd;
    
    border-radius: 18px;
    margin-top:25px;
}

.conttitle{ 
    white-space: normal;
    line-height: 42px;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
 }

 .contdescript img{ max-width: 100% !important; }

 .c_content{width: 900px;}

 @media screen and (max-width: 1000px){
.c_content{width:98% !important; margin:0px 1%;}
 .contdescript {padding:15px;}
.p_newes-list .mynews{
	width: 98%; 
	height: 80px; 
    padding: 1%;
	margin: 20px auto; 
}

.p_newes-list .newslistleft{
	width: 24%; 
	height: 60px; 
	float: left;
	 
}

.p_newes-list .newslistright{
	width: 74%; 
	height: auto; 
	float: right; 
	margin-right: 1%
}

.p_newes-list .newslistleft img{
	width: 100%; 
	height: 60px; 
	margin-top:10px; 
	}

.p_newes-list .mynews:hover  .newslistleft
 {
 	width: 25%;
 }

.p_newes-list .subtitle{ display: none; }

.p_newes-list .mynews .subleft{
float: none; 
width: 100%;
padding-top:7px;
}
.p_newes-list .mynews .subright{
	width: 100%;
	float: none;
	text-align: center;
	}

.p_newes-list .mynews .subright .subdetail{
    display: none;
	}
.p_newes-list .title{
    margin:0px;
	height: auto;

}

.p_newes-list .mynews .subright .subtime{ margin-top: 1px;font-size: 1em; text-align: left; }
}

.conttitle{font-size:20px;  line-height: 25px;font-weight: 600 }
 
}