@charset "gb2312";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
	text-align: left !important;
}
.taCenter {
	text-align: center !important;
}
.taRight {
	text-align: right !important;
}
/* フォントの大きさ（プラス） */
.fsP1 {
	font-size: 1.08em !important;
}
.fsP2 {
	font-size: 1.16em !important;
}
.fsP3 {
	font-size: 1.24em !important;
}
.fsP4 {
	font-size: 1.32em !important;
}
.fsP5 {
	font-size: 1.4em !important;
}
/* フォントの大きさ（マイナス） */
.fsM1 {
	font-size: 0.92em !important;
}
.fsM2 {
	font-size: 0.84em !important;
}
.fsM3 {
	font-size: 0.76em !important;
}
.fsM4 {
	font-size: 0.68em !important;
}
.fsM5 {
	font-size: 0.6em !important;
}
/* フォントの太さ */
.fwNormal {
	font-weight: normal !important;
}
.fwBold {
	font-weight: bold !important;
}
/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
	margin-top: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.t_center {
	text-align: center !important;
}

.w1024 {
	margin: 0 auto;
	width: 1024px;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
	zoom: 1;
}
*+html .clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*------------------------------------------------------------
	リンク?インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl, .tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.tap {
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}
body, table, input, textarea, select, option {
	font-family: "宋体", "微软雅黑", "黑体", "Adobe 仿宋 Std R", "Adobe 黑体 Std R";
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
}
a, a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #fb2f00;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1024px;
	color: #000;
	font-size: 12px;
	line-height: 1.5;
	background-color: #F3F3F3;
	-webkit-text-size-adjust: none;
}
#container {
	text-align: left;
}
#main {
	background-color: #fff;
	margin: 0 auto;
	width: 1004px;
	padding: 10px 10px 22px;
}
* html #main {
	zoom: 1;
}
*+html #main {
	zoom: 1;
}
#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	background: url(imgheader_bg.jpg) no-repeat center top;
}

#gHeader .hBox {
	margin: 0 auto;
	width: 1024px;
	padding-top: 3px;
	height: 133px;
}

.sp_header {
	display: none;
}

.hLink {
	text-align: right;
}
.hLink i {
	font-style: normal;
	margin-left: 5px;
}

/*------------------------------------------------------------
	naviBox
------------------------------------------------------------*/
.naviBox {
	clear: both;
}

.naviBox .topBarBox {
	background-color: #BD020C;
	border: 1px solid #C2151F;
	height: 18px;
}

.naviBox .topBarBox .link {
	height: 29px;
	line-height: 28px;
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 14px;
	float: left;
	width: 300px;
	margin-top: -9px;
	position: relative;
}

.naviBox .topBarBox .link a {
	color: #fff;
	display: inline-block;
	text-align: center;
}

.naviBox .topBarBox .link a:hover {
	text-decoration: none;
}

.naviBox .topBarBox .link .home {
	width: 111px;
	background: url(imgindextop_link_bg01_out.png) no-repeat left top;
	position: relative;
}

.naviBox .topBarBox .link .on,
.naviBox .topBarBox .link .home:hover {
	background: url(imgindextop_link_bg01_over.png) no-repeat left top;
}

.naviBox .topBarBox .link .tInfo {
	background: url(imgindextop_link_bg02_out.png) no-repeat left top;
	width: 131px;
	margin-left: -26px;
}

.naviBox .topBarBox .link .tInfo:hover {
	background: url(imgindextop_link_bg02_over.png) no-repeat left top;
}

.naviBox .topBarBox .topSeach {
	float: right;
	width: 700px;
}

.naviBox .topBarBox .topSeach .topTime {
	color: #fff;
	text-align: right;
}

.naviBox .topBarBox .seach {
	background: url(imgseach_bg.png) no-repeat left top;
	width: 194px;
	margin: -6px -36px 0 0;
	position: relative;
	float: right;
	padding: 1px 36px;
	height: 23px;
}

.naviBox .topBarBox .seach p {
	background: url(imgseach_bg01.gif) no-repeat left top;
	width: 193px;
	height: 23px;
	position: relative;
}

.naviBox .topBarBox .seach p .key {
	border: none;
	color: #a8a8a8;
	width: 140px;
	position: absolute;
	left: 23px;
	top: 5px;
	height: 13px;
	padding: 0;
}
.naviBox .topBarBox .seach p .seachBtn {
	background: url(imgseach_btn_bg.gif) no-repeat left top;
	border: none;
	width: 13px;
	height: 13px;
	padding: 0;
	position: absolute;
	right: 5px;
	top: 5px;
}
.gNavi {
	clear: both;
}

.gNavi .subNavi {
	border-right: 1px dotted #A9A9A9;
	float: left;
	width: 130px;
	position: relative;
	padding: 0 15px;
}

.gNavi .subNavi02 {
	width: 195px;
}

.gNavi .subNavi03 {
	width: 195px;
}

.gNavi .subNavi04 {
	width: 195px;
}

.gNavi .subNavi05 {
	border: none;
	width: 195px;
}

.gNavi .subNavi p {
	color: #be000c;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

.gNavi .subNavi p a {
	background: url(imgtop_img01.png) no-repeat left center;
	color: #be000c;
	display: inline-block;
	padding-left: 28px;
}

.gNavi .subNavi02 p a {
	background: url(imgtop_img02.png) no-repeat left center;
}

.gNavi .subNavi03 p a {
	background: url(imgtop_img03.png) no-repeat left center;
}

.gNavi .subNavi04 p a {
	background: url(imgtop_img04.png) no-repeat left center;
}

.gNavi .subNavi05 p a {
	background: url(imgtop_img05.png) no-repeat left center;
}

.gNavi .subNavi p a:hover {
	text-decoration: none;
}

.gNavi .subNavi .jsMore a {
	color: #8a8a8a;
	display: inline-block;
	margin: 0 3px;
	word-break: break-all;
	
}

.jsMore  {
	overflow: hidden;
	margin-top: 8px;
}

.gradient,
.read-more {
	position: absolute;
	right: 3px;
	bottom: 7px;
}
/*pagePath*/
#pagePath {
	background-color: #fff;
	color: #434343;
	margin: 0 auto;
	width: 1004px;
	padding: 10px 10px 0;
}
#pagePath li {
	display: inline;
}
#pagePath li a,
#pagePath li span {
	display: inline-block;
}
#pagePath li span {
	background: url(imgpage_path_bg.png) no-repeat left center;
	padding-left: 25px;
	font-weight: bold;
}
#pagePath li a {
	background: url(imgpage_path_icon.png) no-repeat right center;
	color: #434343;
	padding-right: 10px;
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 759px;
	float: right;
}

#conts1 {
	width: 1004px;
	float: right;
}
#conts1.conts02 {
	float: left;
	width: 954px;
	padding: 25px;
}

#conts .conts_border{
	border: 1px solid #DDDDDD;
	padding: 10px 14px;
}

.pageNavi {
	background-color: #F4F4F4;
	color: #333;
	clear: both;
	font-size: 14px;
	margin-top: 20px;
	padding: 10px 30px;
	text-align: right;
}

.pageNavi p {
	float: left;
}
.pageNavi p span {
	color: #EA3105;
}

.pageNavi ul {
	float: right;
}
.pageNavi li {
	display: inline;
}

.pageNavi li span,
.pageNavi li a {
	border: 1px solid #BFBFBF;
	background-color: #F2F2F2;
	color: #333;
	display: inline-block;
	line-height: 20px;
	height: 20px;
	padding: 2px 10px;
}
.pageNavi li span {
	padding: 2px;
}

.pageNavi .on a,
.pageNavi li a:hover {
	color: #FB2F00;
	text-decoration: none;
}

#conts.conts02 {
	float: left;
	width: 640px;
	padding: 25px;
}

#sideBar.sideBar02 {
	float: right;
	width: 298px;
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	width: 230px;
	float: left;
}

#sideBar h2 {
	background: url(imgs_h2_bg.gif) no-repeat left top;
	color: #fff;
	font-size: 30px;
	font-family: "黑体";
	height: 40px;
	line-height: 1;
	margin-bottom: 10px;
	padding: 0 5px;
	text-align: center;
	line-height: 78px;
	height: 78px;
	overflow: hidden;
}

#sideBar h2 span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 48px;
}
#sideBar .sNavi {
	background-color: #EDEDED;
}

#sideBar .sNavi li {
	font-family: "微软雅黑";
	font-size: 14px;
	text-align: center;
	padding: 5px;
}

#sideBar .sNavi li a {
	background: #FBFBFB url(imgicon07.png) no-repeat 200px center;
	display: block;
	padding: 10px 30px 10px 10px;
}

#sideBar .sNavi li.on a,
#sideBar .sNavi li a:hover {
	background: #D70202 url(imgicon06.png) no-repeat 200px center;
	color: #fff;
	text-decoration: none;
}

#sideBar .sBox {
	background-color: #FAFAFA;
	border: 1px solid #DCDCDC;
	margin-bottom: 14px;
	padding: 10px;
}

#sideBar .sBox .stitle {
	background: url(imgnewss_title_bg.gif) repeat-x left bottom;
	font-size: 14px;
	margin-bottom: 10px;
	padding: 0 5px;
	height: 30px;
	line-height: 30px;
	position: relative;
}
#sideBar .sBox .stitle span {
	display: inline-block;
	padding-left: 35px;
}
#sideBar .sBox .stitle01 span {
	background: url(imgnewss_title_bg01.gif) no-repeat left center;
}
#sideBar .sBox .stitle02 span {
	background: url(imgnewss_title_bg02.gif) no-repeat left center;
}

#sideBar .sBox .comList {
	height: 130px;
	overflow: hidden;
}

#sideBar .sBox .sPhotoText {
	padding-bottom: 10px;
}
#sideBar .sBox .sPhotoText span,
#sideBar .sBox .sPhotoText img,
#sideBar .sBox .sPhotoText a {
	display: block;
}
#sideBar .sBox .sPhotoText img {
	max-width: 100%;
	margin-bottom: 5px;
}

#sideBar .sBox .sPhotoText .sText {
	color: #434343;
	height: 25px;
	line-height: 25px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

#sideBar .sBox .sPhotoText a:hover {
	color: #fb2f00;
	text-decoration: none;
}

#sideBar .sBox .sPhotoText a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}

#sideBar .sBox .sPhotoText a .sText:hover {
	color: #fb2f00;
}

#sideBar .s_border {
	border: 1px solid #DEDEDE;
}

#sideBar .s_border .ttl_talbe {
	width: 100%;
}

#sideBar .s_border .ttl_talbe th {
	background-color: #DF0605;
	border-bottom: 4px solid #BD020C;
	color: #fff;
	font-size: 26px;
	font-family: "黑体";
	line-height: 30px;
	text-align: left;
	vertical-align: middle;
	padding: 13px 20px;
	height: 60px;
	overflow: hidden;
}

#sideBar .s_border .s_list {
	padding: 3px 0 10px;
}

#sideBar .s_border .s_list li {
	padding-top: 5px;
	line-height: 18px;
}

#sideBar .s_border .s_list li a {
	background-color: #E6E6E6;
	color: #2d2d2d;
	display: block;
	font-size: 12px;
	font-family: "新宋体";
	padding: 8px 20px;
}

#sideBar .s_border .s_list li a:hover {
	color: #fb2f00;
	text-decoration: none;
}

#sideBar .s_border .s_title {
	background-color: #F2F2F2;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

#sideBar .s_border .s_title span {
	background: #fff url(imgdangxiaokeshis_title_bg.gif) no-repeat center bottom;
	display: inline-block;
	text-align: center;
	padding: 0 20px 6px;
}

#sideBar .s_border .txtScroll-top {
	overflow: hidden;
	padding: 0 20px 10px;
}

#sideBar .s_border .s_dynamics02 {
	overflow: hidden;
	padding: 0 20px 10px;
}

#sideBar .s_border .s_dynamics li {
	background: url(imgdangxiaokeshiicon01.png) no-repeat left 8px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	padding-left: 14px;
	position: relative;
}

#sideBar .s_border .s_dynamics li a {
	color: #434343;
	display: block;
	height: 24px;
	overflow: hidden;
}

#sideBar .s_border .s_dynamics li a:hover {
	color: #fb2f00;
	text-decoration: none;
}

#sideBar .s_border .s_dynamics li span {
	color: #666;
	float: right;
	margin-left: 5px;
}

#sideBar .s_border .s_teachers {
	overflow: hidden;
	padding: 0 22px;
}

#sideBar .s_border .s_teachers li {
	height: 28px;
	line-height: 28px;
	padding-bottom: 8px;
}

#sideBar .s_border .s_teachers li a {
	background: url(imgdangxiaokeshiicon02_out.png) no-repeat left top;
	color: #434343;
	display: inline-block;
	font-family: "新宋体";
	padding-left: 40px;
}

#sideBar .s_border .s_teachers li a:hover {
	background: url(imgdangxiaokeshiicon02_over.png) no-repeat left top;
	text-decoration: none;
}

#sideBar .contact_dl {
	color: #363636;
	padding: 0 20px 10px;
}

#sideBar .contact_dl dt {
	clear: both;
	float: left;
	width: 65px;
}

#sideBar .contact_dl dd {
	padding-left: 5.2em;
}

#sideBar .contact_dl dd a {
	color: #363636;
}

#sideBar .contact_dl a:hover {
	color: #fb2f00;
	text-decoration: none;
}

/*------------------------------------------------------------
	gFooter
------------------------------------------------------------*/
#gFooter {
	clear: both;
	overflow: hidden;
}
#gFooter .fLink {
	background-color: #CB0201;
	padding: 10px;
}
.nav {
	width: 680px;
	margin: 0 auto;
	font-family: "Microsoft YaHei", SimSun, SimHei;
}
.nav .m {
	background: url(imgf_link_bg.gif) no-repeat left top;
	width: 125px;
	cursor: pointer;
	font-size: 12px;
	float: left;
	position: relative;
	margin-right: 10px;
	padding: 0 30px 0 5px;
}
.nav p {
	color: #fff;
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}
.nav .sub {
	display: none; /*默认隐藏*/
	width: 150px;
	height: 100px;
	overflow-y: scroll;
	padding: 0 5px;
	position: absolute;
	left: -1px;
	top: 25px;
	background: #E05A63;
	border: 1px solid #C02631;/*	scrollbar-highlight-color: #DD1E2B;
	scrollbar-face-color: #D03F49;
	scrollbar-arrow-color: #b02631;
	scrollbar-track-color: #CB0201;
*/}
.nav .sub li {
	height: 26px;
	line-height: 27px;
}
.nav .sub li a {
	display: block;
	color: #fff;
}
#gFooter .fBox {
	color: #666;
	font-size: 14px;
	line-height: 2.15;
	margin: 0 auto;
	padding: 20px 0;
	width: 1024px;
	text-align: center;
}
#gFooter ul li {
	display: inline;
}
#gFooter ul li i {
	font-style: normal;
	margin: 0 10px;
}
#gFooter .fBox ul li a {
	color: #393939;
}
#gFooter .fBox p {
	font-size: 12px;
	line-height: 26px;
}

/*ttl*/
.ttl {
	background: url(imgttl01_bg.gif) no-repeat left top;
	font-family: "微软雅黑";
	line-height: 46px;
	height: 46px;
	margin-bottom: 10px;
	padding: 0 18px;
	position: relative;
}

.ttl span {
	display: block;
	float: left;
	color: #cb0003;
	font-weight: bold;
	font-size: 18px;
	margin-right: 30px;
}
a.comMore {
	position: absolute;
	right: 10px;
	top: 0;
	color: #777;
	display: block;
	font-weight: normal;
	font-family: "宋体";
	font-size: 12px;
}

a.comMore02 {
	background: url(imgicon02.gif) no-repeat right center;
	color: #777;
	padding-right: 13px;
	right: 0;
}

a.comMore03 {
	background: url(imgicon02.gif) no-repeat right center;
	color: #777;
	padding-right: 13px;
	right: 10px;
}

/*	activeBox */
#main .activeBox {
	clear: both;
	height: 361px;
	overflow: hidden;
}
#main .activeBox .activePhoto {
	float: left;
	width: 567px;
	position: relative;
}
#main .activeBox .activePhoto a {
	display: block;
}
#main .activeBox .activePhoto a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#main .activeBox .activePhoto .iFocus ul {
	height: 361px;
	position: absolute;
	z-index: 88
}
#main .activeBox .activePhoto .iFocus ul li {
	float: left;
	width: 567px;
	height: 361px;
	overflow: hidden;
	position: relative;
	z-index: 81
}
#main .activeBox .activePhoto .iFocus ul li a {
	display: block;
}
#main .activeBox .activePhoto .iFocus ul li a img {
	vertical-align: middle;
	width: 567px;
	height: 361px;
}
#main .activeBox .activePhoto .iFocus ul li p {
	font-size: 14px;
	display: block;
	color: #EDE5E0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	width: 567px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	background: url(imgcom_bg.png) repeat left center;
}
#main .activeBox .activePhoto .iFocus ul li p span {
	display: block;
	width: 400px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#main .activeBox .activePhoto .iFocus .btn {
	position: absolute;
	width: 567px;
	height: 13px;
	right: 10px;
	bottom: 8px;
	text-align: right;
	z-index: 90;
}
#main .activeBox .activePhoto .iFocus .btn span {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 13px;
	height: 13px;
	text-align: center;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-right: 5px;
	cursor: pointer;
	color: #fff;
	background: url(imgicon01_out.png) no-repeat left top;
}
#main .activeBox .activePhoto .iFocus .btn span.on {
	background: url(imgicon01_over.png) no-repeat left top;
}
#main .activeBox .activeText {
	float: right;
	width: 413px;
	background-color: #fff;
	border: 1px solid #C8D1D5;
	height: 329px;
	padding: 15px;
	overflow: hidden;
}

.hasMoreTab {
	overflow: hidden;
	margin-bottom: 1px;
}

.hasMoreTab .bd {
	clear: both;
	position: relative;
	overflow: hidden;
}

.hasMoreTab h1 {
   display: block;
   font-family: Microsoft YaHei,SimHei;
   font-weight: 600;
   font-size: 24px;
   margin-bottom: 10px;
   text-align:left;
   line-height: 30px;
}

.hasMoreTab h1 a { 
    color: #be000c;
	text-overflow: ellipsis;
	
}

.hasMoreTab h1 a:hover {
	text-decoration: none;
}

/*comTitle*/
.comTitle {
	border-bottom: 1px solid #E20C0B;
	font-family: "新宋体";
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	margin-bottom: 15px;
	position: relative;
}

.comTitle li {
	background-color: #EBEBEB;
	color: #000;
	float: left;
	font-weight: bold;
	padding: 0 10px;
	cursor: pointer;
}
.comTitle li.on {
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	background: #E70801 url(imgicon03.gif) no-repeat center bottom;
}

/*comTitle02*/
.comTitle02 {
	border-bottom: 1px solid #D0BFCF;
	padding-bottom: 1px;
	height: 21px;
	position: relative;
}
.comTitle02 span {
	background: url(imgtitle02_bg.gif) no-repeat left top;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	padding: 0 10px;
	width: 86px;
	text-align: center;
}

.comTitle02 .comMore02 {
	right: 5px;
}

/*comTitle03*/
.comTitle03 {
	background: url(imgcomtitle03_bg.png) repeat-x left center;
	line-height: 1;
	margin-bottom: 15px;
	position: relative;
}
.comTitle03 span {
	background: #fff url(imgcomtitle03_span_bg.png) no-repeat right center;
	border-left: 4px solid #FA0B04;
	color: #fb0802;
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	padding: 0 10px 0 5px;
}

.comTitle03 .comMore02 {
	background: #fff url(imgicon02.gif) no-repeat right center;
	padding-left: 10px;
}

/*comTitle04*/
.comTitle04 {
	border-bottom: 1px solid #DBDBDB;
}

.comTitle04 li.on {
	background: #e70801;
}

.comTitle04 li.on span {
	background: url(imgcomtitle03_bg.gif) no-repeat center bottom;
	display: inline-block;
	padding-bottom: 5px;
}

/*comTitle05*/
.comTitle05 {
	background: url(imgcomtitle05_bg.png) no-repeat left 4px;
	border-bottom: 2px solid #fc940d;
	color: #fb0802;
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 5px 12px;
	width:277px;

}

/*comList*/
.comList li {
	color: #434343;
	font-family: "新宋体";
	line-height: 26px;
	height: 26px;
	font-size: 12px;
	width: 100%;
	overflow: hidden;
}

.comList li a {
	color: #434343;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.comList li a:hover {
	color: #fb2f00;
	text-decoration: none;
}

.comList li span {
	color: #5A5A5A;
	float: right;
}

.comList04 { 
    clear:both;
}

.comList04 li {
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	color: #434343;
	font-family: "新宋体";
	font-size: 14px;
	width: 100%;
	background: url(imgindexline01.gif) repeat-x left bottom;
	padding-right: 6px;
}

.comList04 li a {
	background: url(imgindexicon01_out.gif) no-repeat left center;
	padding-left: 23px;
}
.comList04 li a:hover {
	color: #fb2f00;
	text-decoration: none;
	background: url(imgindexicon01_over.gif) no-repeat left center;
}

.comList04 li span {
	color: #5A5A5A;
	float: right;
        padding-left:10px;
}

.comList02 li {
	border-bottom: 1px dotted #C7C7C7;
	padding: 5px 0px;
}

.comList03 li a {
	background: url(imgindexicon03.gif) no-repeat left 10px;
	display: block;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*newsTitle*/
#main .newsTitle {
	font-size: 14px;
	font-family: "新宋体";
	font-weight: bold;
	margin-bottom: 15px;
	position: relative;
}

#main .textList {
	clear: both;
}

#main .textList .listBox {
	float: left;
	margin-right: 14px;
	width: 325px;
}
#main .textList .listBox03 {
	margin: 0;
}
#main .textList .listBox .subBox {
	border: 1px solid #DCDCDC;
	margin-top: 14px;
	padding-bottom: 13px;
}
#main .title02 {
	background: url(imgtitle_bg.gif) repeat-x left bottom;
	height: 30px;
	line-height: 30px;
	padding-bottom: 1px;
}
#main .title02 span {
	background: #D70202 url(imgicon05.png) no-repeat center bottom;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
}
#main .title03 {
	background: url(imgtitle03_bg.png) no-repeat left bottom;
	line-height: 35px;
	height: 35px;
	margin: 0 10px 11px;
}

#main .ttl03 {
	background: url(imgdangxiaokeshittl03_bg.png) no-repeat left bottom;
}

#main .ttl03 span {
	display: block;
	width: 93px;
	text-align: center;
}

/*textList*/
#main .textList .listBox .subBox .title05 {
	background: url(imgtitle_bg.gif) repeat-x left bottom;
	height: 30px;
	line-height: 30px;
}
#main .textList .listBox .subBox .title05 span {
	background-color: #fff;
	border-top: 2px solid #DA2321;
	display: inline-block;
	margin-top: -2px;
	padding: 0 10px;
}

#main .textList .listBox .subBox .comList {
	padding: 0 10px;
	height: 130px;
}
/*newsPhoto*/
#main .newsPhoto ul {
	overflow: hidden;
}

#main .newsPhoto ul li {
	float: left;
	margin-right: 5px;
	width: 195px;
	overflow: hidden;
}
#main .newsPhoto ul li a {
	border: 1px solid #D4D4D4;
}

#main .newsPhoto ul li .photo {
	width: 193px;
	height: 133px;
	overflow: hidden;
	position: relative;
}

#main .newsPhoto ul li span,
#main .newsPhoto ul li a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#main .newsPhoto ul li .photo img {
	display: block;
	width: 100%;
	height: 100%;
}
#main .newsPhoto ul li .newsText {
	background: url(imgnewsbg.png) repeat left top;
	color: #fff;
	height: 27px;
	line-height: 27px;
	width: 90%;
	padding: 0 5%;
	position: absolute;
	left: 0;
	bottom: 0;
}


#main .l_content {
	float: left;
	width: 756px;
}


#main .r_content {
	float: right;
	width: 235px;
}

.border {
	border: 1px solid #ddd;
}

#main .activeBox .activeText .textBox .title {
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	height: 26px;
	margin-bottom: 5px;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}

#main .activeBox .activeText .textBox .title a {
	color: #333;
}

#main .activeBox .activeText .textBox p {
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}

#main .activeBox .activeText .textBox {
	border-bottom: 1px dotted #C7C7C7;
	color: #333;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
/*photoList*/
#main .photoList {
	clear: both;
}
#main .photoList ul li {
	float: left;
	width: 166px;
	padding: 8px;
}
#main .photoList ul li a {
	background-color: #F9FAFA;
	border: 1px solid #E3E3E3;
	color: #555;
	display: block;
	padding: 4px;
}

#main .photoList ul li a .photo {
	display: block;
	margin-bottom: 5px;
	width: 156px;
	height: 110px;
	overflow: hidden;
}

#main .photoList ul li a .text {
	display: block;
	height: 36px;
	line-height: 18px;
	overflow: hidden;
	text-align: center;
}
#main .photoList ul li a:hover {
	color: #fb2f00;
}
#main .photoList ul li a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
}
.spFooter,
.sp_box {
	display: none;
}

/*comH2*/
#conts .comH2 {
	border-bottom: 3px solid #BD020C;
	color: #d80001;
	font-size: 20px;
	font-family: "微软雅黑";
	font-weight: normal;
	margin-bottom: 8px;
	height: 45px;
	line-height: 45px;
}
#conts .comH2 span {
	display: inline-block;
	border-bottom: 3px solid #FB9316;
	padding: 0 25px;
}

.jsBox {
	display: none;
}


	@media all and (min-width: 0px) and (max-width: 720px) {
		body {
			background-color: #fff;
			min-width: inherit;
			min-width: 320px;
			max-width: 640px;
			margin: 0 auto;
		}
		
		#main {
			margin: 0 auto;
			width: 100%;
			padding: 0;
		}
		
		#pagePath {
			margin-bottom: 10px;
			width: auto;
		}

		/*------------------------------------------------------------
			gHeader
		------------------------------------------------------------*/
		a.comMore {
			font-size: 14px;
		}
		
		.naviBox,
		#gHeader {
			display: none;
		}
		
		img {
			max-width: 100%;
		}
		
		.sp_header {
			display: block;
			background-color: #F6F6F6;
		}
		.sp_header .h_menu {
			background-color: #DF0605;
			height: 52px;
			padding: 5px 0;
		}
		
		.sp_header .nav {
			overflow:hidden;
			width:100%;
			font-weight: 300;
			font-size: 16px;
			line-height: 26px;
			position:relative;
		}
		
		.sp_header .nav .line {
			line-height: 26px;
			left:0;
			text-align:center;
			cursor:pointer;
		}
		
		.sp_header .nav .line li {
			float:left;
			width: 25%;
		}
		
		.sp_header .nav .line li a {
			color:#fff;
			text-decoration:none;
		}
	
		.sp_header .hSeach {
			background: #fff url(imgspseach_img.png) no-repeat scroll 10px center / 14px 14px;
			border-radius: 5px;
			border: 1px solid #C3C3C3;
			border-radius: 3px;
			margin: 10px;
			padding: 2px 50px 4px 30px;
			height: 19px;
			position: relative;
		}
		
		.sp_seach_key {
			border: none;
			font-size: 14px;
			width: 100%;
			padding: 0;
		}
		
		.sp_header .hSeach .sp_seach_btn {
			position: absolute;
			right: 0;
			top: 0;
			background-color: #DF0605;
			border-radius: 0 3px 3px 0;
			border: none;
			color: #fff;
			height: 25px;
			padding: 0;
			width: 42px;
			text-align: center;
			line-height: 25px;
			font-size: 15px;
		}
		
		.sp_header .h_photo img {
			width: 100%;
		}
		
		#gFooter {
			width: 100%;
		}
		
		#gFooter .fBox,
		#gFooter .fLink {
			display: none;
		}
		
		#gFooter .spFooter {
			background-color: #DF0605;
			display: block;
			width: 100%;
			padding: 12px 0;
			color: #fff;
		}
		#gFooter .spFooter ul {
			margin-bottom: 7px;
		}
		
		#gFooter .spFooter li {
			font-size: 16px;
			float: left;
			text-align: center;
			width: 25%;
		}
		
		#gFooter .spFooter a {
			color: #fff;
		}
		
		#gFooter .spFooter p {
			text-align: center;
			font-size: 14px;
		}
		
		#gFooter .spFooter a {
			color: #fff;
		}
		#gFooter .spFooter li {
			float: left;
			text-align: center;
			width: 33.33%;
		}
		
		/*------------------------------------------------------------
			conts
		------------------------------------------------------------*/
		#conts {
			margin-bottom: 11px;
			float: none;
			width: auto;
		}
		/*------------------------------------------------------------
			sideBar
		------------------------------------------------------------*/
		#sideBar {
			float: none;
			width: auto;
		}
		
		.w1024 {
			width: 100%;
		}
		
		.activeBox {
			display: none;
		}
		
		
		.sp_box {
			display: block;
		}
		
		.sp_title {
			background: url(imgttl01_bg.gif) no-repeat left top;
			font-family: "微软雅黑";
			line-height: 46px;
			height: 46px;
			margin-bottom: 10px;
			padding: 0 18px;
			position: relative;
		}
		
		.sp_title span {
			display: block;
			float: left;
			color: #cb0003;
			font-weight: bold;
			font-size: 18px;
			margin-right: 30px;
		}
		
		sp_title .comMore {
			position: absolute;
			right: 10px;
			top: 0;
			color: #777;
			display: block;
			font-weight: normal;
			font-family: "宋体";
			font-size: 12px;
		}
		
		.sp_box .sp_text_list {
			display: none;
		}
		
		.sp_box .sp_text_list li {
			border-bottom: 1px solid #E5E5E5;
			margin-bottom: 8px;
			font-size: 13px;
			padding: 0 10px 10px;
		}
		
		.sp_box .sp_text_list li:last-child {
			margin-bottom: 0;
		}
		
		.sp_box .sp_text_list li a {
			color: #898989;
			display: block;
			width: 100%;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space:nowrap;
		}
		
		.sp_box .sp_text_list li a {
			background: url(imgspicon04.png) no-repeat right center;
			background-size: 20px 20px;
			padding-right: 25px;
			width: 90%;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space:nowrap;
		}
		
		
		#main .l_content {
			float: none;
			width: 100%;
		}
		
		
		#main .r_content {
			float: none;
			width: 100%;
		}
	
		.jsBox {
		display: block;
		margin-bottom: 10px;
		position: relative;
	}
	/* 焦点图 */
	.topBanner {
		position: relative;
		overflow: hidden;
		max-width: 720px;/* 设置焦点图最大宽度 */
	}
	.topBanner .hd {
		position: absolute;
		height: 18px;
		line-height: 18px;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		text-align: center;
	}
	.topBanner .hd li {
		display: inline-block;
		width: 10px;
		height: 10px;
		background: url(imgspxw-2.png) no-repeat center center;
		background-size: 10px 10px;
		text-indent: -9999px;
		overflow: hidden;
		margin: 0 6px;
	}
	.topBanner .hd li.on {
		background: url(imgspxw-1.png) no-repeat center center;
		background-size: 10px 10px;
	}
	.topBanner .bd {
		position: relative;
		z-index: 0;
	}
	.topBanner .bd li {
		position: relative;
		text-align: center;
	}
	.topBanner .bd li img {
		background: url(../img/loading.gif) center center no-repeat;
		vertical-align: top;
		width: 100%;/* 图片宽度100%，达到自适应效果 */
	}
	.topBanner .bd li a {
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}  /* 去掉链接触摸高亮 */
	.topBanner .bd li .tit {
		display: block;
		width: 100%;
		position: absolute;
		top: 0;
		text-indent: 10px;
		height: 28px;
		line-height: 28px;
		background: url(imgcom_bg.png) repeat left top;
		color: #fff;
		text-align: left;
	}
	.topBanner .bd li .tit span {
		background: url(../img/ind_news_bg.png) no-repeat 10px center;
		background-size: 15px 14px;
		display: block;
		padding: 0 10px 0 20px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	#sideBar.sideBar02,
	#conts.conts02,
	#conts1.conts02 {
		float: none;
		width: auto;
	}
	#sideBar .sBox .sPhotoText img {
		margin: 0 auto;
	}
	
	#sideBar h2 {
		margin: 0 auto 10px;
		width: 230px;
	}
	
	#sideBar .sNavi li a {
		background: #FBFBFB url(imgicon07.png) no-repeat 95% center;
	}
	
	#sideBar .sNavi li.on a,
	#sideBar .sNavi li a:hover {
		background: #D70202 url(imgicon06.png) no-repeat 95% center;
	}
	
	#main .photoList ul li {
		float: left;
		width: 44%;
		padding: 3%;
	}

	#main .photoList ul li a .photo {
		width: 100%;
		height: auto;
		text-align: center;
		max-width: 156px;
		max-height: 110px;
		margin: 0 auto 5px;
		overflow: hidden;
	}
	}
