@charset "utf-8";
/*------------------------------------------------------------
	初始化样式
------------------------------------------------------------*/
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;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: 'microsoft yahei';
}

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: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

* html .clearfix {
	zoom: 1;
}

* html .clearfix {
	zoom: 1;
}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*------------------------------------------------------------
	body
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	background-color: #fff;
	position: relative;
}

#container {
	text-align: left;
}

/*
.fix {
	display: none;
}
*/

.fix {
	position: fixed;
	top: 0px;
	z-index: 100;
}

.fix .open {
	display: none;
}

.fixl {
	left: 15px;
}

.fixr {
	right: 15px;
}
/*------------------------------------------------------------
	头部
------------------------------------------------------------*/
#gheader {
}

#gheader .innerbox {
	width: 1200px;
	margin: 0 auto;
}

#gheader .headtop {
	margin: 0 auto;
	width: 1200px;
	padding: 5px 0;
	background: #333;
	color: #fff;
}

#gheader .headtop h1 {
	margin-top: 2px;
	padding-left: 20px;
	font-size: 12px;
	float: left;
	font-weight: normal;
}

#gheader .headtop ul {
	padding-right: 20px;
	float: right;
}

#gheader .headtop ul li {
	margin-right: 8px;
	display: inline-block;
	
}

#gheader .headtop ul li:last-child {
	margin-right: 0;
}

#gheader .headtop ul li a {
  padding: 0 10px 2px 0;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-size: 12px;
  border-right: 1px solid #fff;
}

#gheader .headtop ul li a:hover {
	text-decoration: underline;
}

#gheader .hbox {
	padding: 20px 0;
}

#gheader .hbox .logo {
	margin-top: 5px;
	float: left;
	width: 310px;
}

#gheader .hbox .logo img {
	width: 100%;
}

#gheader .hbox .h_img {
	width: 775px;
	float: right;
}

#gheader .hbox .logo a:hover {
	opacity: 0.7;
}

#gheader .hbox .h_img img {
	width: 100%;
}

/*------------------------------------------------------------
	导航
------------------------------------------------------------*/
#gnavi {
	margin: 0 auto;
	width: 1200px;
	background: #3399cc;
}

#gnavi .navilist {
	float: left;
	width: 1000px;
}

#gnavi .navilist li {
	float: left;
	width: 10%;
	text-align: center;
}

#gnavi .navilist li a {
	padding: 10px 0;
	font-size: 14px;
	color: #fff;
	display: block;
	transition: all 1s;
}

#gnavi .navilist li.active a {
	font-size: 14px;
}

#gnavi .time {
	padding-right: 20px;
	float: right;
	width: 180px;
	color: #fff;
	line-height: 41px;
	font-size: 14px;
}

#gnavi .time .date {
	font-size: 14px;
}

#gnavi .time .week {
	margin-left: 14px;
}

#gnavi .navilist li a:hover {
	opacity: 0.7;
	background: #2c82ae;
}

.slidebox {
	width: 1200px;
	margin: 0 auto 30px;
	padding: 0;
}

.slidebox img {
	width: 100%;
}

.slick-dots {
	top: -43px;
	position: relative;
	text-align: center;
}

.slick-dots li {
	margin: 0 15px;
    position: relative;
    display: inline-block;
	width: 8px;
	height: 12px;
    padding: 0;
    cursor: pointer;
}

/*
.slidebox01 .slick-dots {
	display: none !important;
}
*/

.slidebox01 .slick-dots {
	top: 5px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	background-color: #0099cc;
}

.slidebox01 .slick-dots li button {
    font-size: 12px;
    line-height: 1;
    display: block;
	width: 16px;
	height: 16px;
	border-radius: 0;
    cursor: pointer;
    color: #fff;
    border: 0;
	text-align: center;
    outline: none;
	background-color: #0099cc;
	padding: 2px 3px;
}


.slick-dots li.slick-active button {
	background-color: #fff;
}

.slidebox01 .slick-dots li.slick-active button {
	background: #336699;
}
.slidebox .slick-prev,
.slidebox .slick-next {
	position: absolute;
	display: block;
	height: 80px;
	width: 30px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: url(/uploads/image/tspai/arrow01.png) no-repeat;
	background-size: 30px 80px;
	color: transparent;
	top: 50%;
	margin-top: -40px;
	padding: 0;
	border: 0;
	outline: 0;
	z-index: 20;
	border-radius: 4px;
}
	
.slidebox .slick-prev {
	left: 0;
}
	
.slidebox .slick-next {
	right: 0;
	background: url(/uploads/image/tspai/arrow02.png) no-repeat;
	background-size: 30px 80px;
}

.slidebox01 .slide li {
	position: relative;
}

.slidebox .slide li span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 8px 0;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,0.4);
}

.slidebox .slide li a:hover img {
	opcity: 0.7;
}

/*------------------------------------------------------------
	pagepath
------------------------------------------------------------*/
#pagepath {
}

#pagepath li {
	display: inline;
	color: #000;
	font-size: 1.2em;
}

#pagepath li a {
}

/*------------------------------------------------------------
	main
------------------------------------------------------------*/
#main .innerbox {
	margin: 0 auto;
	width: 1200px;
}

#main .sec01 .lbox {
	width: 750px;
	float: left;
}

#main .sec01 .lbox h2 {
	color: #336699;
	font-size: 25px;
	font-weight:  bold;
	letter-spacing: 1px;
}

#main .sec01 .lbox .headline01 {
	margin-right: 20px;
	color: #3399cc;
}

#main .sec01 .lbox .toplist {
	margin: 0 0 20px 0px;
}

#main .sec01 .lbox .toplist li {
	display: inline-block;
	margin-right: 10px;
}

#main .sec01 .lbox .toplist li:last-child {
	margin-right: 0;
}

#main .sec01 .lbox .toplist li a {
	font-size: 12px;
}

#main .sec01 .lbox .toplist li a:hover {
	color: #336699;
}

#main .sec01 .lbox .imgbox .photobox {
	margin-bottom: 0;
	float: left;
	width: 385px;
}

#main .sec01 .lbox .imgbox .photobox .slidebox {
	margin-bottom: 0;
}

#main .sec01 .lbox .imgbox .photobox img {
	width: 100%;
	height: 220px;
}

#main .sec01 .lbox .imgbox .textbox {
	width: 350px;
	float: right;
}

#main .sec01 .lbox .imgbox .textbox ul li {
	margin-bottom: 5px;
	width: 300px;
}

#main .sec01 .lbox .imgbox .textbox ul li:last-child {
	margin-bottom: 0;
}

#main .sec01 .lbox .imgbox .textbox ul li a {
	padding-left: 10px;
	display: block;
	background: url(/uploads/image/tspaicommon/dot.png) no-repeat left top 10px;
	background-size: 8px 8px;
	transition:  all 1s;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#main .sec01 .lbox .imgbox .textbox ul li.active a {
	font-size: 18px;
	font-weight: bold;
}

#main .sec01 .lbox .imgbox .textbox ul li a:hover {
	color: #3399cc;
}

#main .sec01 .rbox {
	width: 400px;
	float: right;
}

.search .seardown {
	margin-bottom: 20px;
    /*width: 400px;*/
/*  padding: 10px 15px;*/
    box-sizing: border-box;
/*
  background: #f7f7f7;
  box-shadow: 0 0 10px #999;
*/
}
.search .seardown .searinput {
    width: 80%;
    border: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    text-indent: 5px;
    float: left;
	border-radius: 5px 0 0 5px;
}

.search .seardown .searsub {
    width: 15%;
    height: 34px;
    background: #0099cc url(/uploads/image/tspai/sear.png) no-repeat center center;
    background-size: 20px 20px;
    border: 2px solid #0099cc;
    border-radius: 0 5px 5px 0;
	cursor: pointer;
}

.search .seardown .searsub:hover {
	opacity: 0.7;
}

#main .sec01 {
	margin-bottom: 20px;
}

#main .sec01 .rbox h3 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 20px;
	color: #3399cc;
	border-bottom: 1px solid #3399cc;
}

#main .sec01 .rbox h3 span {
	padding-right: 10px;
	color: #ccc;
	float: right;
	font-weight: normal;
	font-size: 14px;
	display: inline-block;
	margin-top: 5px;
}

#main .sec01 .rbox h3 span a {
	color: #3399cc;
}

#main .sec01 .rbox h3 a:hover {
	text-decoration: underline;
}

#main .sec01 .rbox .txtlist {
	margin-bottom: 20px;
}

#main .sec01 .rbox .txtlist li {
	padding-left: 15px;
	margin-bottom: 10px;
	background: url(/uploads/image/tspaicommon/dot.png) no-repeat left top 7px;
	background-size: 10px 10px;
}

#main .sec01 .rbox .txtlist li:last-child {
	margin-bottom: 0;
}

#main .sec01 .rbox .txtlist li a {
	display: block;
	
}

#main .sec01 .rbox .txtlist li a span {
	display: block;
}

#main .sec01 .rbox .txtlist li a .txt {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#main .sec01 .rbox .txtlist li a:hover img {
	opacity: 0.7;
}

#main .sec01 .rbox .txtlist li a:hover .txt {
	color: #3399cc;
}

#main .sec01 .rbox .imglist li {
	width: 47%;
	float: left;
	position: relative;
}

#main .sec01 .rbox .imglist li img {
	width: 100%;
}

#main .sec01 .rbox .imglist li:last-child {
	float: right;
}

#main .sec01 .rbox .imglist li a:hover img {
	opacity: 0.7;
}

#main .sec01 .rbox .imglist li span {
	display: block;
	text-align: center;
	color: #fff;
	background: #3399ff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

#main .banner {
	width: 1200px;
	margin: 0 auto 25px;
}

#main .banner01 {
	width: 100%;
}

#main .banner img {
	width: 100%;
}

#main .banner ul li {
	width: 49%;
	float: left;
}

#main .banner ul li:nth-child(2n) {
	float: right;
}

.headline01 {
	margin-bottom: 20px;
	padding-left: 40px;
	padding-bottom: 10px;
	font-size: 24px;
	color: #3399cc;
	vertical-align: middle;
	line-height:  1;
	border-bottom: 2px solid #3399cc;
	background: url(/uploads/image/tspai/com_icon.png) no-repeat left top -5px;
	background-size: 30px 30px;
}

.headline01 a {
	margin-top: 8px;
	padding-right: 15px;
	display: inline-block;
	float: right;
	font-size: 16px;
	color: #3399cc;
}

.headline01 a:hover {
	text-decoration: underline;
}

.headline02 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-weight: normal;
	font-size: 18px;
	color: #3399cd;
/*	background: url(/uploads/image/tspai/line.gif) no-repeat left bottom;*/
	border-bottom: 1px solid #3399cd;
}

.headline02 span {
	color: #ff9900;
	display: inline-block;
	font-size: 12px;
	margin-left: 10px;
}

.headline02  a {
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #3399cc;
	margin-top: 5px;
	vertical-align: bottom;
}

.headline02  a:hover {
	text-decoration: underline;
}

.headline03 {
	margin-bottom: 20px;
	font-size: 30px;
	color: #000;
}
.comul {
	margin-bottom: 25px;
}

.comul > li {
	margin-right: 3.3%;
	width: 31%;
	float: left;
}

.comul > li:nth-child(3n) {
	margin-right: 0;
}

.comul01 > li {
	margin-right: 0 !important;
	width: 48%;
}

.comul02 > li .headline02 a {
	color: #ff9900;
}

.comul01 > li:nth-child(2n) {
	float: right;
}

.comul02 > li {
	margin-right: 2.6%;
	width: 23%;
}

.comul02 > li:nth-child(3n) {
	margin-right: 2.6%;
}

.comul02 > li:nth-child(4n) {
	margin-right: 0;
}


.comtxtlist li {
	margin-bottom: 13px;
}

.comtxtlist li:last-child {
	margin-bottom: 0;
}

.comtxtlist li a p.text01 {
	float: left;
	width: 70%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.comtxtlist li a p.text02 {
	float: right;
	width: 25%;
	text-align: right;
}

.comtxtlist li a p .address {
	margin-right: 15px;
	color: #ff9900;
}

.comtxtlist li a p .date {
	font-size: 14px;
	color: #666;
}

.comtxtlist li a:hover {
	color: #3399cc;
}

.comimglist li {
	margin-bottom: 13px;
}

.comimglist li:last-child {
	margin-bottom: 0;
}

.comimglist li a {
	display: block;
}

.comimglist li a:hover {
	opacity: 0.7;
}

.comimglist li a .img {
	float: left;
	width: 120px;
}

.comimglist li a .img img {
	width: 100%;
}

.comimglist li a .txtbox {
	padding-left: 130px;
}

.comimglist li a .txtbox h4 {
	font-size: 15px;
	color: #3399cc;
}

.comimglist li a .txtbox p {
	font-size: 11px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.comttllist > li {
	margin-bottom: 10px;
}

.comttllist > li:last-child {
	margin-bottom: 0;
}

.comttllist p {
	margin-bottom: 5px;
	font-size: 14px;
	color: #3399cc;
	font-weight: bold;
}

.comttllist .imgbox .phobox {
	width: 96px;
	float: left;
}

.comttllist .imgbox .phobox img {
	width: 100%;
	height: 55px;
}

.comttllist .imgbox ul {
	padding-left: 110px;
}

.comttllist .imgbox ul li {
	padding-right: 5px;
	display: inline-block;
	font-size: 13px;
	line-height:  1;
	border-right: 1px solid #333;
}

.comttllist .imgbox ul li a:hover {
	color: #3399ff;
}

.comttllist .imgbox ul li:last-child {
	margin-right: 0;
	border-right: none;
}

.comlinkbox {
	position: relative;
}

.comlinkbox .tablist {
	margin-bottom: 40px;
}

.comlinkbox .tablist li {
	margin-right: 2%;
	width: 32%;
	float: left;
	text-align: center;
	color: #3399ff;
}

.comlinkbox .tablist li:last-child {
	margin-right: 0;
}

.comlinkbox .tablist li a {
	padding: 6px 5px;
	display: block;
	box-sizing: border-box;
	color: #3399ff;
	border: 1px solid #3399ff;
	transition: all 0.5;
}
.comlinkbox .tablist li.active a,
.comlinkbox .tablist li a:hover {
	color: #fff;
	background: #3399ff;
	border: 1px solid #3399ff;
	text-align: center;
}

.comtxtlist01 li {
	padding-left: 25px;
	background: url(/uploads/image/tspaicommon/dot.png) no-repeat left center;
	background-size: 20px 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sec03 .headline01 a {
	color: #3399cc;
}

.sec04 .pho {
	margin-bottom: 15px;
}

.sec04 .pho img {
	width: 100%;
}

/*------------------------------------------------------------
	底部
------------------------------------------------------------*/

#gfooter {
	margin: 0 auto;
	width: 1200px;
	padding: 0;
	background: #333333;
}

#gfooter .fbox {
	margin: 0 auto;
	padding: 20px 0 40px;
	width: 1200px;
	background: #333333;
}

#gfooter .fbox .fnavi {
	margin-bottom: 25px;
	width: 800px;
	float: right;
}

#gfooter .fbox .fnavi li {
	width: 16.6%;
	text-align: center;
	float: left;
}

#gfooter .fbox .fnavi li a {
	color: #fff;
	font-size: 18px;
}


#gfooter .fbox .fnavi li a:hover {
	color: #3399ff;
}

#gfooter .fbox .flogobox {
	clear: both;
}

#gfooter .fbox .flogobox .addtxt {
	font-size: 14px;
	color: #fff;
	margin-left: 10px;
	width: 540px;
}

#gfooter .fbox .flogo {
	padding-left: 20px;
	padding-right: 40px;
	/*margin-right: 100px;*/
	float: left;
	/*border-right: 1px solid #666;*/
	margin-right: 0; border-right: 0
}

#gfooter .fbox .flogo a {
	display: block;
}

#gfooter .fbox .flogo a:hover {
	opacity: 0.7;
}

#gfooter .fbox .fright {
	border-left: 1px solid #666;
	margin-top: 40px;
	padding-left: 50px;
	float: left;
}

#gfooter .fbox .fright p {
	margin-bottom: 10px;
	color: #666;
	font-size: 14px;
}

#gfooter .fbox .fright p span {
	display: inline-block;
	margin-right: 15px;
}

#gfooter .fbox .fright p span:last-child {
	margin-right: 0;
}

#gfooter .fbox .fright p span a {
	color: #fff;
	font-size: 13px;
}

#gfooter .fbox .fright p span a:hover {
	text-decoration: underline;
}

#gfooter .fbox .fright .copyright {
	margin-bottom: 0;
}

#gfooter .fbox .weiul {
	padding-right: 20px;
	float: right;
}

#gfooter .fbox .weiul li {
	margin-right: 40px;
	float: left;
	width: 100px;
}

#gfooter .fbox .weiul li:last-child {
	margin-right: 0;
}

#gfooter .fbox .weiul li img {
	width: 100%;
}

#gfooter .fbox .weiul li span {
	margin-top: 5px;
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

#gfooter .flinkbox {
	padding: 20px 20px;
	background: #0288d1;
	color: #fff;
}

#gfooter .flinkbox p {
	margin-bottom: 15px;
	font-size: 18px;
}

#gfooter .flinkbox .flink {
	margin-top: -5px;
}

#gfooter .flinkbox .flink li {
	margin-top: 5px;
	width: 20%;
	float: left;
}

#gfooter .flinkbox .flink li a {
	color: #fff;
	font-size: 14px;
}

#gfooter .flinkbox .flink li a:hover {
	text-decoration: underline;
}

.mainbox {
	width: 1200px;
	margin: 0 auto;
}

#pagepath {
	margin-bottom: 20px;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

#pagepath li {
	display: inline-block;
	font-size: 12px;
	color: #666;
}

#pagepath li a {
	font-size: 12px;
	color: #666;
}

#pagepath li a:hover {
	text-decoration: underline;
}

#main {
	margin-bottom: 50px;
}

#main .lbox {
	width: 820px;
	float: left;
}

#main .lbox .innerlbox {
	margin: 0 60px 80px;
}

#main .lbox .innerlbox .txtbox {
	margin: 0 20px;
}

#main .lbox .innerlbox .txtbox p {
	font-size: 16px;
}

#main .lbox .innerlbox .txtbox p:last-child {
	margin-bottom: 0;
}

#main .lbox .innerlbox .txtbox ul {
	margin-bottom: 15px;
}

#main .lbox .innerlbox .txtbox ul li {
	margin-bottom: 5px;
	font-size: 15px;
}

#main .lbox .innerlbox .txtbox ul li:last-child {
	margin-bottom: 0;
}

.comhttl {
	font-size: 26px;
}

.comhttl {
	margin-bottom: 10px;
}

.comhttl span {
	margin-right: 15px;
	display: inline-block;
	color: #cc0000;
	font-size: 30px;
	float: left;
}


.comhttl span.text {
	float: none;
}

.comhttl span img {
	position: relative;
	left: 0;
	top: -15px;
}

#main .hlist {
	margin-bottom: 50px;
}

#main .hlist > li {
	padding: 30px 60px;
	border-bottom: 1px solid #ccc;
}

#main .hlist > li:first-child {
	padding-top: 0;
}

#main .hlist > li:last-child {
	border-bottom: none;
	padding-bottom: none;
}

#main .hlist > li .text .ttl {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

#main .hlist > li .text .money {
	margin-bottom: 10px;
}

#main .hlist > li .text .money > span:nth-child(2) {
	float: right;
}

/*#main .hlist > li .text .money > span span {
	color: #cc0000;
}*/


#main .text ul li {
	padding-left: 1.5em;
	text-indent: -1.5em;
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;
}

#main .text ul li:last-child {
	margin-bottom: 0;
}


/*------------------------------------------------------------
	pagelist
------------------------------------------------------------*/
#main .pagelist {
	margin-left: 150px;
	clear: both;
}

#main .pagelist li {
	margin: 0 2px;
	display: inline;
	font-size: 14px;
}

#main .pagelist .current span,
#main .pagelist li a {
	padding: 9px 15px 7px;
	display: inline-block;
	border: 1px solid #ccc;
	background-color: #fff;
	position: relative;
	
}

#main .pagelist .current span,
#main .pagelist li a:hover {
	color: #fff;
	border: 1px solid #3399cc;
	text-decoration: none;
	color: #3399cc;
}

#main .rbox {
	margin-top: 20px;
	float: right;
	width: 350px;
}

#main .rbox h3 {
	margin-bottom: 15px;
}

#main .rbox .linklist li {
	margin-bottom: 10px;
	width: 320px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}

#main .rbox .linklist li  a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	width: 320px;
}

#main .rbox .linklist li a:hover {
	text-decoration: underline;
}

#main .rbox .linklist li:last-child {
	margin-bottom: 0;
}

#main .rbox .linklist li span {
	margin-right: 10px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #ccc;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	border-radius: 3px;
	vertical-align: middle;
	text-indent: 0;
}

#main .rbox .linklist li span.color {
	background: #ff6666;
}

.comnewlist  {
	float: left;
}

.comnewlist dt {
	width: 80px;
	height: 80px;
	background: #3399cc;
	color: #fff;
	float: left;
}

.comnewlist dt span {
	display: block;
	text-align: center;
}

.comnewlist dt .date {
	padding-top: 15px;
	font-size: 20px;
}

.comnewlist dd {
    padding-bottom: 30px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 40px;
	padding-left: 100px;
}

.comnewlist dd a {
	font-size: 16px;
	transition: all 0.5s;
}

.comnewlist dd h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.comnewlist dd a:hover {
	opacity: 0.7;
}

.comnewlist dd:last-child {
	margin-bottom: none;
	padding-bottom: 0;
	border-bottom: none;
}

.newsdetail {

}

.newsdetail h2 {
	text-align: center;
	font-size: 24px;
	color: #3399cc;
	margin-bottom: 30px;
	letter-spacing: 2px;
}

.newsdetail .pho {
	margin-bottom: 25px;
	width: auto;
	text-align: center;
}

.newsdetail .pho img {
	max-width: 100%;
}

.newsdetail .textbox p {
	margin-bottom: 15px;
	font-size: 16px;
}

.newsdetail .textbox p:last-child {
	margin-bottom: 0;
}

.articellist {
	margin: 50px 0;
}

.articellist li {
	float: left;
	width: 50%;
}

.articellist li:last-child {
	float: right;
	width: 50%;
	text-align: right;
}

.articellist li a {
	color: #3399cc;
}

.articellist li a:hover {
	text-decoration: underline;
}

.rankbox {
	margin-top: 40px;
}

.rankbox .ttllist {
	margin-bottom: 50px;
}

.rankbox .ttllist li {
	margin-bottom: 20px;
	font-size: 18px;
}


.rankbox .ttllist li a:hover {
	color: #3399cc;
}


.rankbox .ttllist li.on a {
	color: #3399cc;
}

.hlistbox .hlist {
}


/*css*/
#main .rbox .linklist li {
	margin-bottom: 10px;
	width: 320px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
}

#main .rbox .linklist li  a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	width: 320px;
}

.comnewlist01 {
	margin-bottom: 45px;
}

.comnewlist01 li {
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
}

.comnewlist01 li:last-child {
	margin-bottom: 0;
}

.comnewlist01 li h3 {
	margin-bottom: 5px;
	font-size: 18px;
	color: #0288d1;
}


.comnewlist01 li h3  a:hover {
	text-decoration: underline;
}

.comnewlist01 li p {
	font-size: 14px;
}

.comnewlist01 li p a {
	display: inline-block;
	margin-left: 10px;
	color: #0288d1;
	font-size: 14px;
}

.comnewlist01 li .date {
	margin-top: 10px;
}

.comnewlist01 li p a:hover {
	text-decoration: underline;
}

.comnewlist01 li .date span {
	float: right;
}



@media all and (max-width: 1500px) {
	
	.fixl {
		left: 0;
	}
	
	.fixr {
		right: 0;
	}
	
	
	#gheader .headtop {
		width: 1100px;
	}
	
	
	#gheader .innerbox {
		width: 1100px;
	}
	
	#gheader .hbox .logo {
		width: 300px;
	}
	
	#gheader .hbox .h_img {
		width: 600px;
	}
	
	#gnavi {
		width: 1100px;
	}
	
	#gnavi .navilist {
		width: 800px;
	}
	
	.slidebox {
		width: 1100px;
	}
	
	#main .innerbox {
		width: 1100px;
	}
	
	
	#main .sec01 .lbox {
		width: 600px;
	}
	
	#main .sec01 .lbox .imgbox .photobox {
		width: 280px;
	}
	
	#main .sec01 .lbox .imgbox .textbox {
		width: 300px;
	}
	
	#main .sec01 .rbox {
		width: 380px;
	}
	
	#main .banner {
		width: 1100px;
	}
	
	.comtxtlist li a p .address {
		font-size: 14px;
		vertical-align: 1px;
	}
	
	#gfooter {
		width: 1100px;
	}
	#gfooter .fbox {
		width: 1100px;
	}
	
	
	#gfooter .fbox .flogo {
		padding-right: 20px;
	}
	
	.mainbox {
		width: 1100px;
	}
	
	#main .lbox {
		width: 700px;
	}
	
	.fix .img img {
		width: 120px;
	}
	
}


.fix .img img {
   width: 200px;
   height: 600px;
}
@media (max-width: 1500px){
.fix .img img {
    width: 100px;
    height: 220px;
}
}


#sanitation li p span,
#industry  li p span {
	font-size: 18px;
	color: #3399cd;
	width: 35px;
	display: inline-block;
}

#sanitation  li:first-child p span,
#industry  li:first-child p span {
	display: none;
}

#sanitation li:first-child,
#industry  li:first-child {
	background:  url(/uploads/image/tspai/queen.png) no-repeat 4px -2px;
	background-size: 25px 25px;
	padding-left: 35px;
}
