<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 全局 */


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

body {
    
    font-family: pingfang sc,helvetica,microsoft yahei,stheiti,verdana,arial,tahoma,sans-serif;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th,
table td {
    padding: 5px;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

ception,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

a {
    color: #666;
    outline: none;
    text-decoration: none;
}

/*for ie f6n.net*/
a:focus {
    outline: none;
}

/*for ff f6n.net*/
/*定位*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}
.col-6 {
	    width: 48%;
    float: left;
    margin-left: 1px;
}	
.col-6 a{
	    color: #fff;
}	
.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

p {
    word-spacing: -1.5px;
}

-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;

/*其他*/
.curp {
    cursor: pointer
}

;

/*原reset*/
sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    outline: none;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input,
button,
textarea,
select {
    *font-size: 100%;
}

input,
select {
    vertical-align: middle;
}

body {}

select,
input,
button,
textarea,
button {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
    border-collapse: collapse;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

/*title*/
h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

/*end reset*/
/*清除浮动*/
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    /*兼容 ie*/
    zoom: 1;
}


html {
	webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-justify: inter-ideograph;
}
a {
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}
/* 基础 */
* {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-touch-callout: none;
	margin: 0
}
::-webkit-scrollbar {
width:10px;
height:10px
}
::-webkit-scrollbar-track {
border-radius:0;
background:#fff;
}
::-webkit-scrollbar-thumb {
background:rgba(0,0,0,0.2);
}
::-webkit-scrollbar-thumb:hover {
background:rgba(0,0,0,0.4);
background-color:#88242c;
}
input, textarea {
	-webkit-user-select: text
}
/*分页样式*/
.pglist {
	padding: 30px 0;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a {
	color: #88242c;
	padding: 0 10px;
	margin: 0 3px;
	display: inline-block;
	vertical-align: middle;
	line-height: 28px;
	background: #fff;
	border: 1px solid #ddd;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background: #88242c;
	border-color: #88242c;
}
/*返回首页*/
#tip {
	padding-top: 30px;
	min-height: 640px;
}
#tip b {
	color: #88242c;
}
/*网站地图*/
.sitemap {
	overflow: hidden;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.sitemap dt {
	float: left;
	margin-right: 2%;
	width: 14.66666667%;
}
.sitemap dt a {
	display: block;
	text-align: center;
	background: #ececec;
	font-size: 14px;
	padding: 8px 0;
	font-weight: normal;
}
.sitemap dt a:hover {
	background: #ccc;
	color: #fff;
}
.sitemap dd {
	float: left;
	width: 83.333333%;
}
.sitemap dd a {
	float: left;
	color: #666;
	padding-right: 35px;
	line-height: 39px;
	transition: none;
}
.sitemap dd a:hover {
	color: #333;
}
/*网站标签*/
.tags_list {
	overflow: hidden;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.tags_list dt {
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	width: 14.66666667%;
}
.tags_list dt a {
	display: block;
	text-align: center;
	background: #ececec;
	font-size: 14px;
	padding: 8px 0;
	font-weight: normal;
}
.tags_list dt a:hover {
	background: #ccc;
	color: #fff;
}
.tags {
	overflow: hidden;
	margin-bottom: 20px;
}
.tags span {
	float: left;
	display: block;
	line-height: 40px;
}
.tags a {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	line-height: 28px;
	padding: 0 6px;
	margin: 5px;
	background: #fff;
	border: 1px solid #dadada;
}
.tags a:hover {
	background: #88242c;
	border-color: #88242c;
	color: #fff;
}
/*评论列表*/
.comment-main {
	width: 100%;
	background: #fff;
	border-bottom: 3px solid #eee;
	margin-top: 30px;
	font-size: 12px;
	color: #666;
	line-height: 14px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.comment-main:hover {
	border-bottom: 3px solid #88242c;
	-webkit-box-shadow: 0 10px 20px 0 #ccc;
	-moz-box-shadow: 0 10px 20px 0 #ccc;
	-ms-box-shadow: 0 10px 20px 0 #ccc;
	-o-box-shadow: 0 10px 20px 0 #ccc;
	box-shadow: 0 10px 20px 0 #ccc;
}
.comment-title {
	width: 100%;
	height: 49px;
	line-height: 50px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.comment-title span {
	float: left;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	display: block;
	padding: 0 30px;
	background: #88242c;
	color: #fff;
}
.comment-show-box {
	margin: 20px 12px
}
.comment-show-box .pl-box2 {
	width: 100%
}
.comment-show-box .pl-box2 dl {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.comment-show-box .pl-box2 dl dt {
	float: left;
	width: 50px;
	margin-right: 15px;
}
.comment-show-box .pl-box2 dl dt img {
	width: 50px;
	height: 50px
}
.comment-show-box .pl-box2 dl dd {
	float: right;
	width: 92%;
}
.comment-show-box .pl-box2 dl dd h1 {
	font-weight: 700;
	font-size: 100%;
}
.comment-show-box .pl-box2 dl dd h1 span {
	color: #656565;
	font-weight: 400;
	float: right;
}
.comment-show-box .pl-box2 dl dd p {
	margin-top: 10px;
	line-height: 20px
}
.comment-show-box .pl-box2 dl dd p.xz-fc1 {
	color: #88242c;
}
.comment-show-box .xz-cb {
	zoom: 1
}
.comment-show-box .xz-cb:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: "."
}
.c-more {
	text-align: center;
	line-height: normal;
}
.c-more a {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	background: #88242c;
	color: #ffffff;
	padding: 13px 0;
}
.c-more a:hover {
	background: #333;
}
/*评论表单*/
.comment-show-box .fb-box {
	background: #fafafa;
	border: 1px solid #eee;
	margin-top: 20px;
}
.comment-show-box .fb-box dl {
	float: left;
	width: 97%;
	padding: 12px;
}
.comment-show-box .fb-box dt {
	float: left;
	width: 50px;
	margin-right: 15px;
}
.comment-show-box .fb-box dt img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	width: 50px;
	height: 50px
}
.comment-show-box .fb-box dd {
	float: right;
	width: 92%;
}
.comment-show-box .fb-box dd p {
	color: #656565;
}
.comment-show-box .fb-box dd p textarea {
	width: 97%;
	height: 120px;
	line-height: 20px;
	color: #6c6c6c;
	padding: 12px;
	border: 1px solid #eee;
	outline: 0;
	font-family: "microsoft yahei";
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.comment-show-box .fb-box dd p textarea:focus {
	border: 1px solid #88242c;
	box-shadow: 0 0 10px 0 #88242c
}
.comment-show-box .fb-box-div {
	margin-top: -1px;
	background: #fafafa;
	border-radius: 0 0 5px 5px;
	border: 1px solid #eee;
}
.comment-show-box .fb-box-div dl {
	padding: 12px;
	position: relative;
}
.comment-show-box .fb-box-div dd {
	font-size: 12px;
	line-height: 13px;
	color: #666;
}
.comment-show-box .fb-box-div input {
	-webkit-border-radius: 0 0 5px 0;
	-moz-border-radius: 0 0 5px 0;
	-ms-border-radius: 0 0 5px 0;
	-o-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
	position: absolute;
	top: -1px;
	right: -1px;
	width: 80px;
	height: 39px;
	font-size: 12px;
	line-height: 39px;
	background: #aaa;
	color: #fff;
	border: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.comment-show-box .fb-box-div input:hover {
	background: #88242c;
	color: #fff;
}
/*点赞*/
#mood {
	margin-bottom: 30px;
	text-align: center;
}
#mood p {
	font-size: 16px;
	color: #555;
	font-weight: bold;
	margin-bottom: 20px;
}
#mood a {
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
	color: #555;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #ddd;
	padding: 6px 20px;
	min-width: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#mood a span {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	vertical-align: sub;
	background: url(/uploads/image/tdsimages/dianzan.png) no-repeat;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#mood a span.dianzan-down {
	background-position: top right;
}
#mood a em {
	font-style: normal;
	font-size: 16px;
}
#mood a:hover {
	background: #88242c;
	border-color: #88242c;
	color: #fff;
}
#mood a:hover span.dianzan-up {
	background-position: bottom left;
}
#mood a:hover span.dianzan-down {
	background-position: bottom right;
}
/*视频样式*/
video {
	background-color: #000;
}
/*top导航*/
/*网站字体颜色*/
.header, .content, .footer, .container {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}
/*网站头部*/
.wrap-header {
	height: 45px;
	background: #e8e8e8;
}
.header {
	max-width: 1200px;
	height: 45px;
	margin: 0 auto;
}
.header p {
	float: left;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #555;
	width: 600px;
}
.header p i {
	color: #785200;
}
.header .hdu1 {
	float: right;
	height: 16px;
	margin-top: 15px;
}
.header .hdu1 li {
	float: left;
	height: 16px;
	font-size: 13px;
	color: #333333;
	padding: 0 9px;
	line-height: 16px;
	border-left: 1px dotted #8d8d8c;
	position: relative;
	cursor: pointer;
}
.header .hdu1 li a {
	color: #333333;
}
.header .hdu1 li:first-child {
	border-left: none;
	padding-left: 15px;
	/*padding-right: 0;*/
	background: url(/uploads/image/tdsimages/h_icon01.png) no-repeat left center;
}
.header .hdu1 li span {
	display: none;
	position: absolute;
	right: 0;
	top: 15px;
	width: 135px;
	height: 135px;
	z-index: 2;
	padding: 25px 10px 10px 10px;
	background: #e8e8e8;
}
.header .hdu1 li span img {
	width: 137px;
	height: 137px;
}
.header .hdu1 li:hover span {
	display: block;
}
.logo {
}
.logo .container {
	height: 140px;
	position: relative;
}
.logo .logoimg {
	    float: left;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.logo .logoimg .web {
    float: left;
    padding: 2px 0 3px 12px;
    margin-left: 18px;
    border-left: 1px solid #dbdbdb;
}
.logo .logoimg .web p{      font-size: 24px;
    color: #000;    font-family: microsoft yahei;
    letter-spacing: 3px;}
.logo .logoimg .web p i{font-size: inherit;
    font-weight: 700;
    color: #a41010;}
.logo .logoimg .web h4{    font-size: 17px;
    letter-spacing: 3px;
    padding-top: 6px;}
.logo .logoimg img {
	display: block;
}
.logo .tel {
    height: 53px;
    position: absolute;
    right: 0;
    top: 48px;
    padding-left: 55px;
    background: url(/uploads/image/tdsimages/tell.png) no-repeat left center;
}
.logo .tel .tel_p1 {
	font-size: 18px;
	color: #666;
	height: 18px;
	line-height: 18px;
}
.logo .tel .tel_p2 {
	font-size: 26px;
	color: #88242c;
	height: 30px;
	line-height: 30px;

}
/*网站导航*/
.nav {
	height: 55px;
	    background: #242424;
	z-index: 5;
	position: relative;
}
.nav .navbox {
	line-height: 55px;
}
.nav .navul {
	width: 102%
}
.nav .navul&gt;li {
	    font-size: 18px;
    float: left;
    text-align: center;
    position: relative;
}
.nav .navul&gt;li a {
    display: block;
    color: #fff;
    padding: 0 38px;
    font-size: inherit;
}
.nav .navul&gt;li:hover a, .nav .navul&gt;li.cur a {
	background-color: #88242c;

}
.nav .navul&gt;li:first-child a {
	display: block;
	background-image: url(/uploads/image/tdsimages/navicon01.png);
	background-position: 30px center;
	background-repeat: no-repeat;
	text-indent: 1.5rem;
}
.nav .navul&gt;li .subnav {
	background: #fff;
	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
	height: auto;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 100%;
	width: 200%;
	z-index: 199;    text-align: left;
}
.nav .navul&gt;li .subnav {
filter: progid:dximagetransform.microsoft.shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.nav .navul&gt;li:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav .navul&gt;li .subnav a {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #666;
	display: block;
	font-size: 13px;
	font-weight: 500;
	line-height: 40px;
	height: 40px;
	padding: 0;
	transition: all 0.2s ease-in-out 0s;
	width: 100%;
	border-bottom: 1px solid #eee;
	background: #fff;    padding-left: 15px;
}
.nav .navul&gt;li .subnav a:hover {
	color: #88242c;
	background: #f9f9f9;
}
/*网站底部*/
.wrap-footer {
	height: 315px;
	background: #333333;
}
.footer {
	height: 315px;
	position: relative;
	color: #fff;
}
.footer a {
	color: #b6b6b6;
}
.footer .f_left {
	width: 180px;
	height: 280px;
	text-align: center;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.footer .f_left dl dt {
	padding-top: 22px;
	margin-bottom: 10px;
}
.footer .f_left dl dt img {
	display: block;
	margin: 0 auto;
	width: 160px;
	height: 160px;
}
.footer .f_left dl dd.dd1 {
	font-size: 14px;
	color: #333;
}
.footer .f_left dl dd.dd2 {
	font-size: 13px;
	width: 125px;
	margin: 16px auto 12px auto;
	height: 9px;
	position: relative;
	border-bottom: 1px solid #999999;
}
.footer .f_left dl dd.dd2 i {
	display: block;
	width: 70px;
	margin: 0 auto;
	background: #fff;
	color: #333;
}
.footer .f_left dl dd.dd3 {
	font-size: 20px;
	color: #88242c;
	font-weight: bold;
}
.footer .f_top {
	margin-left: 180px;
	height: 50px;
	border-bottom: 1px solid #545454;
	padding-left: 40px;
}
.footer .f_top ul.top_ul li {
	float: left;
	    padding: 0 20px;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
}
.footer .f_top ul.top_ul li:first-child {
	padding-left: 0;
}
.footer .f_top ul.top_ul li:hover a {
	color: #fff;
}
.footer .f_bot {
	margin-left: 180px;
	padding: 32px 0 0 40px;
	height: 200px;
	overflow: hidden;
}
.footer .f_bot ul.bot_ul1 {
	    padding: 0px 25px 0 35px;
	border-left: 1px solid #545454;
	float: left;
	height: 190px;
}
.footer .f_bot ul.bot_ul1:first-child {
	padding-left: 0;
	border-left: none;
}
.footer .f_bot ul.bot_ul1 li {
	line-height: 28px;
	font-size: 13px;
	position: relative;
	color: #b6b6b6;
}
.footer .f_bot ul.bot_ul1 li i {
	display: block;
	height: 18px;
	width: 3px;
	background: #fff;
	position: absolute;
	left: -19px;
	top: 0;
}
.footer .f_bot ul.bot_ul1 li:first-child {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	height: 18px;
	line-height: 18px;
}
.footer .f_bot ul.bot_ul1 li:first-child a {
	color: #fff;
}
.footer .f_bot ul.bot_ul1 li:hover a {
	color: #fff;
}
/*底部版权*/
.f_icp {
	text-align: center;
	height: 43px;
	line-height: 43px;
	background: #88242c;
	color: #fff;
	font-size: 13px;
}
.f_icp a {
	color: #fff;
}
.f_icp img {
	position: relative;
	top: 5px;
	left: 5px;
}

/*悬浮客服*/
.toolbar {
    width: 52px;
    position: fixed;
    right: 1%;
    top: 50%;
    margin-top: -115px;
    z-index: 999;
}

.toolbar dd {
    width: 51px;
    height: 51px;
    margin-bottom: 1px;
    position: relative;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    margin-top: 4px;
    border: #ebebeb solid 1px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.toolbar dd i {
    width: 51px;
    height: 51px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.toolbar dd a {}

.toolbar dd i span {
    width: 35px;
    height: 35px;
    display: block;
    margin: 8px 0 0 8px;
    background: url(/uploads/image/tdsimages/rightfixicon.png) no-repeat 0 0;
}

.toolbar dd i span.span {
    background: url(/uploads/image/tdsimages/rightfixicon.png) no-repeat -35px -44px;
}

.toolbar .tel:hover span.span {
    background-position: 0 -44px;
}

.toolbar dd.gottop {
    display: none;
}

.toolbar .slide-tel {
    display: block;
    width: 0;
    height: 53px;
    line-height: 53px;
    font-size: 24px;
    font-weight: bold;
    font-family: arial;
    color: #fff;
    position: absolute;
    padding: 0 0 0 53px;
    top: -1px;
    right: -2px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
}

.toolbar .pop {
    position: absolute;
    right: 90px;
    top: -65px;
    background: #88242c;
    display: none;
}

.toolbar .pop-code {
    width: 160px;
}

.toolbar .pop-code img {
    width: 120px;
    height: 120px;
    display: block;
    padding: 20px 20px 0;
}

.toolbar .pop-code h3 {
    height: 52px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.toolbar .pop-code h3 b {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.toolbar .qq span {
    background-position: -35px -47px;
}

.toolbar .qq a {
    width: 52px;
    height: 52px;
    cursor: pointer;
    display: block;
}

.toolbar .qq:hover {
    background-color: #88242c;
    border-radius: 100%;
}

.toolbar .qq:hover span {
    background-position: 0 -47px;
}

.toolbar .tel span {
    background-position: -35px 0;
}

.toolbar .tel:hover {
    background: #88242c;
}

.toolbar .tel:hover span {
    background-position: 0 0;
}

.toolbar .code span {
    background-position: -35px -95px;
}

.toolbar .code:hover {
    background-color: #88242c;
    border-radius: 100%;
}

.toolbar .code:hover span {
    background-position: 0 -95px;
}

.toolbar .top span {
    background-position: -35px -142px;
}

.toolbar .top:hover {
    background-color: #88242c;
    border-radius: 100%;
}

.toolbar .top:hover span {
    background-position: 0 -142px;
}

.toolbar dd:hover {}


/*新闻中心*/
.news {
    padding-bottom: 50px;
 
}

.news .conleft {
    position: relative;
}

.news .conleft .l_more {
    position: absolute;
    right: 5px;
    top: 8px;
    font-size: 14px;
    color: #333;
}

.news .news_type {
     border: 1px solid #303030;
    background: #fff;
    margin-bottom: 30px;
}

.news .news_type a {
    float: left;
    width: 50%;
    color: #222;
    height: 55px;
    line-height: 55px;
    position: relative;
    text-align: center;
    font-size: 18px;
}

.news .news_type a i {
    text-transform: uppercase;
    font-size: 14px;
}

.news .news_type a.cur {
   background: #303030;
    color: #fff;
}

.news .news_con {}

.news .news_con .conleft {
    width: 800px;
}

.news .conbox{}
.news .news_con .conleft .concase {
    display: none;
}

.news .news_con .conleft .concase.cur {
    display: block;
}

.news .news_con .conleft dl {
    padding: 0 0 20px 280px;
    position: relative;
    height: 200px;
    border-bottom: 1px solid #;
}

.news .news_con .conleft dl dt {
    width: 261px;
    height: 196px;
    position: absolute;
    left: 0;
    top: 0;
}

.news .news_con .conleft dl dt img {
    width: 261px;
    height: 196px;
}

.news .news_con .conleft dl dd.dd1 {
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.news .news_con .conleft dl dd.dd1 a {
    color: #333;
    font-size: 16px;
    float: left;
    width: 380px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .news_con .conleft dl dd.dd1 span {
    float: right;
    font-size: 14px;
    color: #555;
}

.news .news_con .conleft dl dd.dd2 {
    margin-top: 5px;
    line-height: 24px;
    font-size: 14px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 96px;
}

.news .news_con .conleft dl dd.dd3 {
    margin-top: 25px;
}

.news .news_con .conleft dl dd.dd3 a {
    display: block;
    width: 99px;
    height: 33px;
    line-height: 33px;
    text-align: center;
       background: #ffa500;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
}

.news .news_con .conleft ul {
    margin-top: 20px;
}

.news .news_con .conleft ul li {
    height: 40px;
    width: 365px;
    border-bottom: 1px dashed #d0d0d0;
    line-height: 40px;
    padding-left: 20px;
    font-size: 14px;
    background: url(/uploads/image/tdsimages/newsicon.png) no-repeat left center;
}

.news .news_con .conleft ul li a {
    float: left;
    width: 275px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}

.news .news_con .conleft ul li span {
    float: right;
    color: #666;
    width: 80px;
}

.news .news_con .conleft ul li:hover a {
    color: #88242c;
}

.news .news_con .conright {
    width: 340px;
}

.news .news_con .conright .r_top {
    height: 61px;
      background: #303030;
    font-size: 18px;
    line-height: 61px;
    text-align: center;
}

.news .news_con .conright .r_top i {
    font-size: 14px;
}

.news .news_con .conright .r_top a {
    color: #fff;
    text-transform: uppercase;
}

.news .news_con .right_con {
  position: relative;
    overflow: hidden;
    background: #f8f8f8;
    border: 1px solid #eee;
    padding: 0 10px;
}

.news .news_con .wtcont {
    height: 424px;
    margin-top: 10px;
    overflow: hidden;
}

.news .news_con .conright dl {
    padding: 15px 0;
    font-size: 14px;
    width: 330px;
    border-bottom: 1px dashed #e7e7e7;
}

.news .news_con .conright dt {
    padding: 2px 0;
    padding-left: 30px;
    font-weight: bold;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    background: url(/uploads/image/tdsimages/news_q.png) no-repeat left center;
}

.news .news_con .conright dt a {
    color: #333;
}

.news .news_con .conright dd {
    height: 60px;
    margin-top: 13px;
    overflow: auto;
    background: url(/uploads/image/tdsimages/news_a.png) no-repeat left top;
}

.news .news_con .conright dd a {
    display: block;
    color: #868686;
    line-height: 20px;
    height: 60px;
    margin-left: 30px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


</pre></body></html>