﻿@charset "UTF-8";
/* CSS Document */
.channelList a{display:block; width:140px; float:left; margin-right:40px; text-align: center; font-size:16px; color:#333; line-height:40px; border-radius: 21px; border:1px solid #ddd;}
.channelList a:hover, .channelList .cur{background:#172a88; font-weight: bold; color:#fff; border:1px solid #172a88;}
.channel .position{ color:#666; line-height: 40px;}


.news ul, .news ul li, .news ul li img{ width:100%; float:left;}
.news ul li{margin-top:40px;}
.news ul li:first-child{margin-top:60px;}
.news ul li .newsImg{width:500px;}
.news ul li .newsText{width:610px;}
.news ul li a .newsText .newsTitle{ font-size:16px; line-height: 45px; color:#333;}
.news ul li a .newsText .newsSummary{line-height:30px; color:#666;}
.news ul li a .newsText .newsLine{width:100px; height:2px; background: #172a88;}
.news ul li a .newsText .newsDate{font-size:20px; font-family: DIN; line-height: 24px; color:#000;}

.news ul li a:hover .newsText .newsTitle{font-weight: bold; color:#172a88;}
.news ul li a:hover .newsText .newsLine{width:100%; height:2px; background: #172a88;}



/*内页*/
.newsPageTitle{line-height:40px;}
.newsPageDate{ line-height:28px; padding-bottom:10px; border-bottom:1px solid #ddd;}
.newsPageContent p{margin-top:20px; line-height: 28px; text-indent: 28px; color:#666;}

.page{color:#666; line-height: 50px; padding-top:15px; border-top:1px solid #ddd;}
.page div{width:46%;}
.page a{ color:#999;}
.page a:hover{color:#172a88;}


.newsRecommend li{width:46%; float:left; line-height: 40px; margin-top:10px;}
.newsRecommend li:nth-child(2n){float:right;}
.newsRecommend li span{float:right; color:#999;}
.newsRecommend li a{ color:#666; float:left;}
.newsRecommend li a:hover{color:#172a88; font-weight: bold;}




.problem ul, .problem ul li{ width:100%; float:left;}
.problem ul li{padding-bottom:50px; margin-top:50px; border-bottom:1px solid #ddd;}
.problem ul li a .question{ width:94%; float:left; padding-left:6%; background: url(../images/question.png) no-repeat 0 center; height:50px; line-height: 50px; font-size:18px; font-weight: bold; color:#172a88;}
.problem ul li a .reply{width:94%; float:left; padding-left:6%; background: url(../images/reply.png) no-repeat top left; line-height: 50px; margin-top:15px; color:#666;}