/*首页主体样式*/
.box .page-header{margin:20px 0 0;padding-bottom:0;border-bottom:3px solid #b61600;height:40px;}
.box .h4{margin:0;font-weight:400;font-size:16px;color:#b61600;}
.box .h4 span {color:#b61600;font-size:28px;display: inline-block;border-bottom: 0px solid #b61600;padding-left:35px;margin-right:-10px;}
.more {padding:15px 15px 0 15px;}
.more a{font-size:14px;color:#b61600;}

.news .hicon{background:url(../img/nicon1.png) left center no-repeat;}
.notice .hicon{background:url(../img/nicon2.png) left center no-repeat;}
.media .hicon{background:url(../img/nicon3.png) left center no-repeat;}
.media_jw .hicon{background:url(../img/nicon5.png) left center no-repeat;}
.feature .hicon{background:url(../img/nicon4.png) left center no-repeat;}
.teach .hicon{background:url(../img/nicon5.png) left center no-repeat;}

.nfocus,.headline{margin-top:28px;}
.tpic,.tlist{margin-top:28px;margin-bottom:28px;}
.headline{background:#f5f5f5;min-height:62px;padding:0 10px;margin-bottom:4px;}
.ntlist,.media .ncon1{margin-top:18px;}

.fbox{margin:30px 0;background:#f4f4f4;}
.fbox .ftit{width:90px;border:1px solid #c9c9c9;float:left;height:222px;background:#f4f4f4;text-align:center;}
.fbox .ftit a{padding-top:55px;display:block;text-decoration:none;}
.fbox .ftit .ficon{margin: 0 auto;background-repeat: no-repeat;background-position: center;width:47px;height:47px;display: block;}
.fbox .ftit .ficon.fone{background-image: url(../img/ficon1.png);}
.fbox .ftit .ficon.ftwo{background-image: url(../img/ficon2.png);}
.fbox .ftit a:hover .ficon{ -moz-transform:rotate(20deg); -webkit-transform:rotate(20deg); -o-transform:rotate(20deg);}
.fbox .ftit  h3{font-size: 16px;color: #333;}
.fbox .fpic{border-top: 2px solid #083b68;height: 222px;float: left;width:276px;overflow: hidden;}
.fbox .fpic .yjjg {padding:10px;}
.fbox .fpic .yjjg  li{background: url(../img/arr24.png) left no-repeat;padding-left:15px;width:260px;height:40px;line-height:40px;}
.fbox .fpic .yjjg  li a{height:40px;line-height:30px;color:#333;}
@media screen and (max-width:767px){
	.tpic,.tlist{margin-bottom:10px;}
	.tpic img{width:100%;height:auto;}
	.fbox .ftit{width:20%;}
	.fbox .fpic{width:80%;}
}
#navigation {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
margin-top:10px;
}
#navigation ul {
list-style: none;
margin: 0;
padding: 0;
padding-top: 4px;
}
#navigation li {
display:inline-block;
line-height:40px;
height:40px;
margin:10px 10px;
border: 1px solid #dedede;
background-color: #FCE6EA;
background:-webkit-linear-gradient(#dedede,#a09f9f);
-moz-border-radius: 5px;      /* Gecko browsers */
-webkit-border-radius: 5px;   /* Webkit browsers */
border-radius:5px; 
}
#navigation a:link, #navigation a:visited {
line-height:40px;
height:40px;
margin: 10px 20px;
color: #A62020;
text-decoration: none;
font-size:16px;
font-weight:bold;
}
#navigation a:hover {
color:#fff;
}