/*首页主体样式*/
.main-fluid{background-color:#009999;}
.white-fluid{background-color:#fff;margin-top:15px;}
.news-headline{background:#f5f5f5;min-height:60px;padding:0 10px;margin-bottom: 4px;}
.news,.news-con{background-color:#fff;}
.news .page-header{margin:0 0 10px 0;border-bottom:1px solid #e8e8e8;padding-bottom:0;}
.news .title h2{color: #555555;font-size: 16px;line-height:40px;height:40px;padding-left: 20px;background: url(../images/dot02.png) no-repeat 0 center;font-weight: normal;margin:0;}
.news .title h2 .en{height: 15px;font-size: 14px;padding-left: 10px;margin-left: 10px;border-left: 1px solid #e4e4e4;line-height: 19px;}
.news .more{width:20px;height:40px;float:right;display: block;}
.news .more a{display:block;background:url(../images/dot_more.png) repeat-x 0 center;text-indent:-999em;padding:10px 0;}

.nbox .page-header{margin:8px 0 0 0;background-color:#eeeeee;border-bottom:1px solid #cd3301;padding-bottom:0;}
.nbox .title{font-size:16px;color:#fff;font-weight:normal;padding:6px 20px;background-color:#cd3301;}
.nbox .more{padding:8px 10px 0 10px;}
.nbox .more a{color:#cd3301;font-size:12px;}
.nbox .nlist{padding:10px 0px;}
.nbox .nlist2{padding:10px 0;}

.TabTitle{width:100%;height:273px;margin-bottom:8px;overflow:hidden;}
.TabTitle li{width:100%;height:91px;background-color:#f8f8f8;border-bottom:1px solid #b8242a;}
.TabTitle li .tnav{display:block;height:90px;background: url(../images/tab_icon.png) no-repeat;text-indent:-999em;cursor: pointer;}
.TabTitle li .tnav2 {background-position: 0 -91px;}
.TabTitle li .tnav3 {background-position: 0 -183px;}
.TabTitle li.active{background-color:#f02f36;}
.TabTitle li.active .tnav1 {background-position: 0 -275px;}
.TabTitle li.active .tnav2 {background-position: 0 -366px;}
.TabTitle li.active .tnav3 {background-position: 0 -457px;}
.TabContent{width:100%;min-height:273px;margin-bottom:8px;}
.TabContent .tlist{padding:20px 0 0 20px;min-height:100px;}
.TabContent .tlist li{width:20%;overflow: hidden;line-height: 30px;float: left;}
.TabContent .tlist li a.tit{padding-left: 13px;background: url(../images/dot.png) no-repeat 2px center;}
@media (max-width: 767px) {
	.nbox .nlist{padding:10px 5px;}
	.TabContent .tlist li{width:50%;}
}