
/* 主页新闻 */
.news_list { width:100%; height:auto; display:table; padding:30px 0;}
.news_list .title-box { width:100%; height:auto; display:table; text-align:center; padding-bottom:30px; }
.news_list .title-box h2.title { width:100%; height:38px; font-size:32px; display:block; color:#000; }
.news_list .tabs { width:100%; height:50px; padding-top:10px; text-align:center; }
.news_list .tabs li { display:inline-block; margin-right:1px; padding:0px; border:0px; }
.news_list .tabs li a { width:132px; height:40px; line-height:40px; display:block; text-align:center; color:#fff; background:#cfcfcf; font-size:14px; }
.news_list .tabs li.active a { background:#44a4ef; }
.news_list .tabs li a:hover { background:#ffa800; }
.news_list .news_box { width:830px;  background:#fff; overflow:hidden;border-radius: 4px }
.news_list .news_box .tj_news { width:415px; float:left; padding:30px; }
.news_list .news_box .tj_news h3 { width:100%; height:60px; line-height:30px; overflow:hidden; font-size:22px; display:block; }
.news_list .news_box .tj_news h3 a { font-weight:bold; color:#000; }
.news_list .news_box .tj_news h3 a:hover { color:#f68228;  }
.news_list .news_box .tj_news .desc { width:100%; height:160px; overflow:hidden; display:block; line-height:24px; padding:20px 0; font-size:14px; color:#838282;text-align: justify; }
.news_list .news_box .tj_news time { width:100%; height:30px;font-size: 14px; display:block; color:#838282; position:relative; padding:10px 0 0 10px;  }
.news_list .news_box .tj_news time i{color: #f68228;font-size: 14px;margin-right: 5px;}
/* .news_list .news_box .tj_news time:before { width:2px; height:12px; background:#025596; top:14px; left:0px; content:""; position:absolute;} */
.news_list .news_box .tj_news .tj_pic { width:370px; height:250px; overflow:hidden; }
.news_list .news_box .tj_news .tj_pic img { width:370px; height:250px; transition:all 0.6s; }
.news_list .news_box .tj_news .tj_pic a:hover img { transform:scale(1.1); }
.news_list .news_box .news_right_list { float:left; padding:30px; padding-bottom:0px; }
.news_list .news_box .news_right_list ul li { width:100%; height:112px; position:relative; margin-bottom:30px; }
.news_list .news_box .news_right_list ul li img { width:193px; height:112px; position:absolute; left:0px; top:0px; transition:.2s ease-in-out; -webkit-transition:.2s ease-in-out; -moz-transition:.2s ease-in-out; -o-transition:.2s ease-in-out; }
.news_list .news_box .news_right_list ul li b { width:100%; height:30px; line-height:20px; font-size:18px; font-weight:500; display:block; color:#000; }
.news_list .news_box .news_right_list ul li p { width:100%; height:48px; line-height:24px; color:#797777; display:block; }
.news_list .news_box .news_right_list ul li time { width:100%; font-size:14px;display:block; position:relative; transition:.2s ease-in-out; -webkit-transition:.2s ease-in-out; -moz-transition:.2s ease-in-out; -o-transition:.2s ease-in-out; }
.news_list .news_box .news_right_list ul li time span{color: #f68228;font-size: 14px;margin-right: 5px;}
.news_list .news_box .news_right_list ul li time:before { position:absolute; color:#838282;right:-5px; top:1px; font-weight:100; font-family:"iconfont"!important; content:"\e604"; }
.news_list .news_box .news_right_list ul li time i { width:25px; height:1.4px; background:#838282; right:0px; top:11px; position:absolute; font-size:0px; transition:.2s ease-in-out; -webkit-transition:.2s ease-in-out; -moz-transition:.2s ease-in-out; -o-transition:.2s ease-in-out; }
.news_list .news_box .news_right_list ul li time .icon-liulan{font-size: 16px;}
.news_list .news_box .news_right_list ul li a:hover { transition:.2s ease-in-out; -webkit-transition:.2s ease-in-out; -moz-transition:.2s ease-in-out; -o-transition:.2s ease-in-out; }
.news_list .news_box .news_right_list ul li a:hover time:before { color:#186AAB; }
.news_list .news_box .news_right_list ul li a:hover i { width:56px; background:#186AAB; transition:.2s ease-in-out; -webkit-transition:.2s ease-in-out; -moz-transition:.2s ease-in-out; -o-transition:.2s ease-in-out; }
.news_list .news_box .news_right_list ul li a:hover b { color:#186AAB; }
.news_list .news_box .news_right_list ul li a:hover img { left:-10px; transition:.2s ease-in-out; -webkit-transition:.2s ease-in-out; -moz-transition:.2s ease-in-out; -o-transition:.2s ease-in-out; }

ul.tounk-list{
	background-color: #fff;
}
ul.tounk-list li {
    cursor: pointer;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 20px;
    clear: both;
    overflow: hidden;
    margin-bottom: 0;
}
.lft-time-boc {
    background-color:#f5f5f5;
    width: 100px;
    height: 103px;
    margin-top: 20px;
    /*margin-left: 25px;*/
	border-radius: 4px;	
	float:left;
}
.lft-time-boc em{
    font-size: 48px;
    line-height: 100px;
    font-weight: 100;
    display: block;
    color:#666666;
    text-align: center;
}
.lft-time-boc .time-tetlil {
    font-size: 30px;
    margin-top: 9px;
    font-weight: 100;
    display: block;
	color:#666666;
	text-align: center;
}
.lft-time-boc .time-data {
    font-size: 16px;
    color: #a5a5a5;
    font-weight: normal;
    display: block;
	color:#666666;
	text-align: center;
}
.list-content{
	float: left;
	width: 650px;
	height:100px;
	margin-left:20px;
	margin-top:20px;
}
.list-content p{
	margin-bottom: 6px !important;
}
.list-content a:hover{
	color: #186AAB ;
}