.news{
	padding: 40px 0;
	background: #f3f2f6;
	overflow: hidden;
	width: 100%;
    height: auto;
    clear: both;
    min-width: 1200px;
    position: relative;
}
.news_1{
	width: 1200px;
	margin: 0 auto;
}
.bread{
	line-height: 30px;
	background: #fff;
    padding-left: 30px;
}
.bread p{
	font-size:12px;
}
.bread p a{
	font-size:12px;
	color: #8c8c8c;
}
.bread p a:hover{
	color:#f04c53;
}
.subject{
	margin-top: 20px;
}
.subject_l,.subject_m{
	float: left;
}
.subject_l{
	width: 150px;
	margin-right: 10px;
	text-align: center;
	background: #fff;
	border-top: 3px solid #f04c53;
}
.subject_l h3{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 5px 0;
	background: #f04c53;
	margin-top: 30px;
	margin-bottom: 10px;
}
.subject_l ul li h4{
	line-height: 30px;
	font-size: 14px;
}
.subject_l ul li h4 a{
	color:#5c5c5c; 
}
.subject_l ul li h4 a:hover{
	color:#f04c53; 
}
.subject_m{
	width: 770px;
	margin-right: 10px;
}
.subject_ul li{
	padding: 10px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 15px;
}
.subject_ul li:hover{
    -webkit-box-shadow: #ddd 0px 0px 10px;
    -moz-box-shadow: #ddd 0px 0px 10px;
    box-shadow: #ddd 0px 0px 10px;
}
.subject_img{
	width: 220px;
	height: 150px;
	margin-right: 25px;
	float: left;
}
.subject_img a{
    display: block;
}
.subject_img a img{
    cursor: pointer;  
    transition: all 0.6s;
}
.subject_img a img:hover{
    transform: scale(1.07);  
}
.subject_pot{
	float: right;
	width: 495px;
}
.subject_pot h2{
	font-size: 20px;
	padding-bottom: 15px;
}
.subject_pot h2 a{
	font-weight: bold;
	font-size:18px;
	color: #727171;
}
.subject_pot h2 a:hover{
	color: #f04c53;
}
.introduction{
	margin-bottom: 8px;
	font-size: 14px;
}
.news-tags{
	line-height: 25px;
	font-size: 12px;
	margin-bottom: 8px;
}
.news-tags a{
    padding-right: 8px;
    color:#f04c53;
}
.news_tags_icon{
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	top: 8px;
	background: url(/static/default/assets/images/news/dum_icon.png)no-repeat -152px -329px;
}
.times_a{
	float: left;
	font-size: 12px;
}
.times_b{
	float: right;
	font-size: 12px;
}
.subject_r{
	width: 260px;
	float: left;
	background: #fff;
	border-top: 3px solid #f04c53;
}
.subject_r .subject_rul{
	padding-left: 20px;
	padding-right: 20px;
}
.subject_r a{
	color: rgb(102, 102, 102);
}
.subject_r a:hover{
	color: #f04c53;
}
.subject_r ul{
	padding:15px 6px 15px 8px;
	overflow: hidden;
}
.subject_rli{
	width: 110px;
	float: left;
	font-size: 14px;
	padding: 5px 0;
}

.subject_r h3{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 5px 0;
	background: #f04c53;
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
}
.txt-ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}
.txt-ellipsis a{
	line-height: 30px;
	color: rgb(102, 102, 102);
	font-size: 14px;
}
.txt-ellipsis a:hover{
	line-height: 30px;
	color: #f04c53;;
	font-size: 14px;
}

.txt-ellipsis li a:hover{
	color: #f04c53;
}
.item-icon{
	display: inline-block;
	width: 5px;
	height: 10px;
	margin-right: 8px;
	font-size: 8px;
	background: url(/static/default/assets/images/news/sprite-img.png) no-repeat 0 -210px;
}
.page_def{
	margin-bottom: 20px;
	text-align: center;
	height: 36px;
}
.page_ul{
	margin: 0 auto;
	display: inline-block;
}
.page_ul li{
	float: left;
}
.page_ul li a{
	position: relative;
	display: block;
	padding: 8px 14px;
	margin-left: -1px;
	background-color: #fff;
	color: #666;
	border: 1px solid #dadada;
	font-size: 12px;
}
.page_ul li a:hover{
	border-color: #f04c53;
	z-index: 1;
}
/*文章页*/
.Article{
	width: 930px;
	padding: 25px 0;
	background: #fff;
	float: right;
	-webkit-box-shadow: #ddd 0px 0px 10px;
    -moz-box-shadow: #ddd 0px 0px 10px;
    box-shadow: #ddd 0px 0px 10px;
}
.Article-padd{
	padding: 0 25px;
}
.Article h1{
	color: #333;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0;
}
.Article_a{
	overflow: hidden;
	margin-bottom: 30px;
	font-size: 12px;
	color: #777;
}
.Article_a p{
	float: left;
	margin-right: 25px;
}
.Article_a a{
	color: rgb(102, 102, 102);
}
.Article_a a:hover{
	color: #f04c53;
}
.Article_a .Article_p3{
	margin-right: 0px;
}
.Article_p1{
	padding-left: 220px;
}
.coent{
    box-sizing: border-box;
	font-size: 16px;
	margin: 1.6rem 0px;
	padding: 0px;
	list-style: none;
	overflow-wrap: break-word;
	color: rgb(35, 35, 35);
	font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
	line-height: 2;
}
.coent img{
	padding: 15px 0;
}
.tags_a{
	margin-left: 10px;
	margin-bottom: 15px;
}
.tags_icon{
	display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 8px;
    background: url(/static/default/assets/images/news/dum_icon.png)no-repeat -152px -329px;
}
.gray,.gray a{
    display: inline-block;
    padding:5px 10px 5px 0;
    font-size:14px;
    color:rgb(102, 102, 102);
}
.gray a:hover{
	color: #f04c53;
}
.next{
	margin-bottom: 6px;
	font-size: 14px;
}
.next_a{
	font-size:14px;
}
/*tags页面*/
.tags,.tags a{
	color: rgb(102, 102, 102);
}
.tags a:hover{
	color: #f04c53;
}
.subject_r .tagsa{
    padding: 4px;
    color: #fff;
    font-size:12px;
    border-radius: 5px;
    margin: 2px;
    display: inline-block;
}
.subject_r .tagsa:hover{
    color:#fff;
}

.subject_m .subject_ul .tagshuiji{
    padding: 4px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    margin: 8px 6px;
    display: inline-block;
}
/*文章页表单*/
.yy-serve{
    margin: 30px 0;
    width: 100%;
    height: 130px;
    border-radius: 3px;
    background-color: #fff;
    background: #fff url(/static/default/assets/images/news/im_bg_yuyue.png) no-repeat center;
    background-size: auto;
    background-size: 100%;
    overflow: hidden;
}
.yy-serve .title {
    padding: 20px 18px 0 50px;
    float: left;
}
.yy-serve .title div {
    font-weight: 700;
    line-height: 44px;
    font-size: 34px;
    color: #fff;
}
.yy-serve .title p {
    font-size: 34px;
    line-height: 40px;
    color: #fff;
    margin: 0;
    padding: 0;
}
.yy-serve .inbox {
    margin-top: 42px;
    width: 442px;
    height: 54px;
    border-radius: 0;
    background-color: #fff;
    float: left;
}
.yy-serve .inbox .insome {
    padding: 0 18px;
    width: 254px;
    height: 52px;
    border-radius: 0;
    background-color: #fff;
    float: left;
}
.yy-serve .inbox .btn {
    width: 150px;
    height: 54px;
    border-radius: 0;
    background-color: #ff8331;
    cursor: pointer;
    text-align: center;
    font-size: 17px;
    line-height: 54px;
    color: #fff;
    float: right;
}
.yy-serve .inbox .btn button{
    display: block;
    line-height: 54px;
    text-align: center;
    width: 150px;
    font-size: 16px;
    color: #fff;
    background: #f04c53;
}
.yy-serve .inbox .insome input {
    border: none;
    width: 100%;
    font-size: 15px;
    line-height: 52px;
    color: #999;
}
input[type="text"], input[type="password"], textarea {
    outline: none;
}