﻿/*首页-新闻资讯*/
.news_bg{
	background-color: #f7f7f7;
	margin-top: 0px;
	padding-bottom: 30px;
}
.news_head{
    margin-bottom: 30px;
}
.news_head h2{
    text-align: center; 
    margin-top: 60px; 
    font-size: 34px; 
    color: #585858;
    font-weight: bold;
}
.news_head span{
    color: #d8d8d8; 
}
.news_head p{
    text-align: center;
    color: #7f7f7f; 
    margin-top:8px;
    margin-bottom: 20px;
}
.news_h3{
    background: url(../images/news_title.jpg) left bottom no-repeat;
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    font-weight: bold;
}
.news_ul{
    clear: both;
    list-style:none;
    margin-top:10px;
    padding:0px;
}
.news_ul li{
    color:#545455;
    line-height:21px;
    padding: 10px 0px;
}
.news_ul li a{
    color:#2F2F2F;
  }
.news_ul li a:hover{
	text-decoration: none;
	color: #DA6B0A;
}
.news_time{
    float:right;
}
.news_img img{
    max-width: 270px;
    margin-right: 28px;
    float: left;
}
.news_img a{
    font-weight: bold;
    font-size: 16px;
}
.news_img p{
    margin-top: 12px;
    line-height: 26px;
}
.answer_ul{
    clear: both;
    list-style:none;
    margin-top:10px;
    padding:0px;
}
.answer_ul li{
    color:#545455;
    line-height:21px;
    padding: 10px 0px;
}
.answer_ul li a{
    display: block;
    background: url(../images/ask.jpg) no-repeat left center;
    padding-left: 28px;
    color:#333;
    font-weight:bold;
  }
.answer_ul li a:hover{
	text-decoration: none;
	color: #DA6B0A;
}
.answer_ul li p{
    background: url(../images/answer.jpg) no-repeat left 2px;
    padding-left: 28px;
    margin-top: 10px;
    line-height: 22px;
    color: #555;
}

/*小屏幕*/
@media screen and (max-width: 768px) {

  /*手机-首页新闻*/

    .news_bg{
        background-color: #fff;
    }
    .news_head{
        margin-bottom: 0px;
    }
    .news_head h2{
        margin-top: 40px; 
        font-size: 26px; 
    }
    .news_head p{
        font-size: 14px; 
        margin-top:4px;
        margin-bottom: 10px;
    }
    .news_h3{
        padding: 10px 0px 10px 0px;
        margin-bottom: 20px;
    }
    .news_ul li{
        color:#000;
        border-bottom: 1px dotted #dddddd;
        background: url(../images/li.png) no-repeat left 15px;
        line-height:21px; 
        padding: 10px 0px; 
        padding-left:14px;
    }
    .news_time,
    .list_news_time,
    .news_time_p,
    .news_des {
        display: none;
    }
    .news_img img{
        display: none;
    }
    .news_img a{
        font-weight: normal;
        font-size: 14px;
    }
}
