﻿@charset "utf-8";
	/* CSS Document */

/*初始区域*/
 html,body,div,p,hr,pre,h1,h2,h3,h4,h5,h6,table,tr,td,th,tfoot,tbody,thead,p,figure,form,blockquote,input,textarea,label,ul,ol,dl,li,dt,dd,.clearfix:after {
	margin:0;
	padding:0;
}
html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
html,body {
	height:100%;
}
*::after,*::before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display:block;
}
audio,canvas,progress,video {
	display:inline-block;
	vertical-align:baseline;
}
audio:not([controls]) {
	display:none;
	height:0;
}
[hidden],template {
	display:none;
}
a {
	background:transparent;
	text-decoration:none;
}
a:active,a:hover {
	outline:0;
}
a:focus {
	outline:none;
	-moz-outline:none;
	-webkit-outline:none;
}
abbr[title] {
	border-bottom:1px dotted;
}
b,strong {
	font-weight:bold;
}
dfn {
	font-style:italic;
}
ul,ol {
	list-style:none outside none;
}
li {
	list-style-type:none;
}
mark {
	background:#ff0;
	color:#000;
}
small {
	font-size:80%;
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sup {
	top:-0.5rem;
}
sub {
	bottom:-0.25rem;
}
iframe {
	border:0;
}
svg:not(:root) {
	overflow:hidden;
}
figure {
	margin:1em 40px;
}
hr {
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
}
pre {
	overflow:auto;
}
code,kbd,pre,samp {
	font-family:monospace,monospace;
	font-size:1em;
}
button,input,optgroup,select,textarea {
	color:inherit;
	font:inherit;
	margin:0;
}
button {
	overflow:visible;
}
button,select {
	text-transform:none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance:button;
	-moz-appearance:button;
	cursor:pointer;
}
button[disabled],html input[disabled] {
	cursor:default;
}
button::-moz-focus-inner,input::-moz-focus-inner {
	border:0;
	padding:0;
}
input {
	line-height:normal;
}
input[type="checkbox"],input[type="radio"] {
	box-sizing:border-box;
	padding:0;
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height:auto;
}
input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none;
}
fieldset {
	border:1px solid #c0c0c0;
	margin:0 2px;
	padding:0.35rem 0.625rem 0.75rem;
}
legend {
	border:0;
	padding:0;
}
textarea {
	overflow:auto;
}
optgroup {
	font-weight:bold;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
td,th {
	padding:0;
}
/*内容区域通用*/
 body {
	font-family:"微软雅黑","Microsoft Yahei","Helvetica Neue",Helvetica,STHeiTi,Arial,sans-serif;
	background:#fff;
}
img {
	border:0;
	vertical-align:middle;
	display:block;
}
figure {
	margin:0;
}
.clearfix {
	display:block;
	#zoom:1;
}
.clearfix:after {
	content:'';
	overflow:hidden;
	width:100%;
	height:0px;
	font-size:0px;
	display:block;
	clear:both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.domPC {
	display:block;
}
.domMobile {
	display:none;
}
.row {
	font-size:0;
	+word-spacing:-1px;
}
.row .dib {
	display:inline-block;
	+display:inline;
	+zoom:1;
	font-size:14px;
	letter-spacing:normal;
	word-spacing:normal;
	vertical-align:top;
}
.section {
	margin:50px auto;
	width:1200px;
}
.mod a {
	color:#444;
	transition:0.5s;
}
.mod a:hover {
	color:#c00;
}
.mod .topic {
	height:2rem;
	line-height:2;
	overflow:hidden;
}
.mod .topic a {
	color:#c00;
}
.mod .topic a:hover {
	color:#b30000;
}
.mod .caption {
	text-align:center;
	font-size:16px;
	overflow:hidden;
}
.mod .caption a {
	display:block;
}
.mod .inner-caption {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	background-color:rgba(0,0,0,0.7)
}
.mod .inner-caption a {
	color:#eee;
}
.mod .inner-caption a:hover {
	color:#b30000;
}
.mod .abstract {
	font-size:14px;
	line-height:1.8;
	overflow:hidden;
	color:#444;
}
.section-title,.unit-title {
	height:50px;
	line-height:50px;
	text-indent:2.5em;
	font-size:22px;
	color:#fff;
	/*background:linear-gradient(to right,#09f 0%,#2f1078 100%);
	*/
     background-color:rgba(204,204,204,.2);
	_position:relative;
	margin-bottom:20px;
	border-bottom:2px solid #09f;
}
.section-title em,.unit-title em {
	font-style:normal;
	font-weight:700;
	color:#333;
}
.section-title .more,.unit-title .more {
	float:right;
	_position:absolute;
	_right:0;
	_top:0;
	height:50px;
	line-height:50px;
	padding:0 20px;
	color:#333;
	font-size:16px;
	text-indent:0;
	transition:0.3s;
}
.section-title .more:hover,.unit-title .more:hover {
	background-color:rgba(0,153,255,0.2);
	color:#c00;
	transition:0.3s;
}
/*网站导航*/
.top-bar {
	height:49px;
	text-align:center;
	border-bottom:1px solid #ccc;
	color:#cccccc;
	width:100%;
	position:fixed;
	_position:absolute;
	z-index:1040;
	top:0;
	left:0;
	background-color:#fff;
	box-shadow:3px 0 3px rgba(0,0,0,0.2);
	overflow:hidden;
}
.top-bar .menu {
	width:1200px;
	overflow:hidden;
	margin:0 auto;
}
.top-bar .home-site-link {
	font-style:normal;
	font-weight:700;
}
.top-bar li::after {
	content:"|";
	color:#d5d5d5;
}
.top-bar li:first-of-type::after {
	content:" ";
	padding-right:15px;
}
.top-bar li:last-of-type::after {
	content:" ";
}
.top-bar .item {
	line-height:50px;
	font-size:14px;
}
.top-bar .item a {
	padding:0 7px;
}
.top-bar .home-site-link {
	color:black;
}
.top-bar a {
	color:#1a1a1a;
}
.top-bar .loading {
	display:block;
	text-align:center;
	height:32px;
	line-height:32px;
	font-size:12px;
	background-color:#f5f5f5;
}
.phd {
	margin-top:50px;
	height:600px;
}
/*导航区域*/
.nav {
	height:58px;
	line-height:58px;
	background-color:rgba(204,204,204,0.6);
	margin-bottom:30px;
}
nav {
	margin:0 auto;
	height:50px;
}
nav ul {
	margin:0;
	padding:0;
	text-align:center;
	font-size:0;
	height:58px;
}
nav ul li {
	font-size:18px;
	font-weight:700;
	cursor:pointer;
	line-height:60px;
	padding:0 35px;
	margin:0;
	display:inline-block;
	list-style-type:none;
	letter-spacing:1px;
	text-transform:uppercase;
	-webkit-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
nav ul li.current a {
	font-weight:700;
	text-decoration:none;
	display:block;
	color:#fff;
}
nav ul li:hover {
	color:#fff;
}
nav ul:nth-child(1n+0) {
	color:#fff;
}
nav ul:nth-child(1n+0):hover {
	background-color:rgba(0,153,255,1);
}
nav ul:nth-child(1n+0):hover a {
	color:#fff;
	background:none;
}
nav .indicator {
	pointer-events:none;
	position:absolute;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}
.widthMain {
	width:1200px;
	overflow:hidden;
	margin:0 auto;
}
/*内容区域*/
 .section-1 {
	font-size:0;
	+word-spacing:-1px;
	background-color:#fff;
}
.section-1 .col-1,.section-1 .col-2 {
	display:inline-block;
	+display:inline;
	+zoom:1;
	font-size:14px;
	letter-spacing:normal;
	word-spacing:normal;
	vertical-align:top;
}
.section-1 .col-1 {
	width:680px;
	height:400px;
	overflow:hidden;
	margin-right:30px;
}
.section-1 .col-1 .swiper-container-jdt {
	position:relative;
	overflow:hidden;
}
.section-1 .col-1 .swiper-slide {
	z-index:1;
	white-space:nowrap;
	width:100%;
	height:auto;
}
.section-1 .col-1 .swiper-slide {
	position:relative;
	display:inline;
	width:100%;
	overflow:hidden;
}
.section-1 .col-1 .swiper-slide img {
	width:680px;
	height:400px;
	display:block;
}
.section-1 .col-1 .swiper-slide .e_bg_flt {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:50px;
	background-color:rgba(0,0,0,0.85);
	z-index:7;
}
.section-1 .col-1 .e_flt_inf {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:50px;
	overflow:hidden;
	z-index:8;
	color:#fff;
	white-space:normal;
	word-wrap:break-word;
}
.section-1 .col-1 .e_flt_inf h3 {
	font-size:20px;
	padding:7px 60px 11px 15px;
	color:#fff;
	text-align:left;
	line-height:1.8;
}
.section-1 .col-1 .e_flt_inf h3 a {
	color:#fff;
}
.section-1 .col-1 .swiper-pagination-fraction {
	position:absolute;
	bottom:12px;
	right:15px!important;
	z-index:7;
	color:#fff;
	font-size:18px;
	font-style:italic;
	font-weight:700;
	left:inherit;
	width:3rem;
}
.section-1 .col-2 {
	width:490px;
	height:400px;
	overflow:hidden;
	padding-right:15px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.section-1 .col-2 .mod-topics {
	padding-bottom:4px;
	border-bottom:1px dashed #ccc;
}
.section-1 .col-2 .mod-topics .topic {
	height:40px;
	line-height:45px;
	font-size:20px;
}
.section-1 .col-2 .mod-topics .topic a {
	color:#09f;
}
.section-1 .col-2 .mod-topics .more a {
	color:#c00;
}
.section-1 .col-2 .abstract {
	height:55px;
	line-height:1.8;
}
.section-1 .col-2 .erji_more {
	_position:absolute;
	_right:0;
	_top:0;
	height:36px;
	line-height:36px;
	padding-right:20px;
	color:#09f;
	font-size:16px;
	font-weight:700;
	background:linear-gradient(to right,#fff 0%,#eee 100%);
	text-align:right;
}
.section-1 .col-2 .erji_more:hover {
	background:linear-gradient(to right,#fff 0%,#09f 100%);
	color:#fff;
	transition:0.3s;
}
.section-1 .col-2 .erji_more a {
	color:#09f;
}
.section-1 .col-2 .erji_more:hover a {
	color:#fff;
}
.section-2-1 {
	background:url(http://www.xinhuanet.com/auto/cc20170912/img/15.png) 50% 10% no-repeat;
	margin-top:0;
	padding-top:50px;
	padding-bottom:50px;
}
.section-2-1 .section-title {
	text-indent:inherit;
	background:none;
	border-bottom:0;
	text-align:center;
	font-size:40px;
	font-weight:400;
	margin-bottom:40px;
}
.section-2-1 .conBox {
	margin:0 auto;
	width:1080px;
	font-size:20px;
	line-height:2;
	text-align:center;
}
.section-2 {
	width:100%;
	background-color:#f3f3f3;
	margin:0;
}
.section-2 .unit {
	font-size:0;
	+word-spacing:-1px;
	width:1200px;
	margin:0 auto;
}
.section-2 .section-caption,.section-2 .marquee {
	display:inline-block;
	+display:inline;
	+zoom:1;
	font-size:14px;
	letter-spacing:normal;
	word-spacing:normal;
	vertical-align:top;
}
.section-2 .marquee {
	width:1065px;
	height:50px;
	margin-left:15px;
	overflow:hidden;
}
.section-2 .section-caption {
	width:120px;
	height:50px;
	line-height:50px;
	color:#fff;
	text-align:center;
	font-size:20px;
	background-color:#dc0000;
}
.section-2 .section-caption a {
	color:#fff;
}
.section-2 .section-caption a:hover {
	color:#fff;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.section-2 .mod-list li {
	position:relative;
}
.section-2 .mod-list li::after {
	content:'';
	display:block;
	width:6px;
	height:6px;
	/*border-radius:50%;
	box-shadow:0 0 0 5px #fff;
	*/
	background:#dc0000;
	position:absolute;
	left:0;
	top:23px;
}
.section-2 .marquee .mod-list .item {
	line-height:50px;
	padding-right:20px;
	font-size:16px;
	text-indent:15px;
}
.section-2 .marquee .str_wrap {
	background:#f3f3f3;
}
/* 滚动js自带css */


 .section-7 .mod-tile {
	width:370px;
	margin:20px 15px 50px;
	position:relative;
}
.section-7 .mod-tile .media {
	width:100%;
}
.section-7 .mod-tile .media a {
	display:block;
	overflow:hidden;
}
.section-7 .mod-tile .media img {
	width:370px;
	height:240px;
}
.section-7 .mod-tile .media a img {
	transition:0.5s;
	display:block;
}
.section-7 .mod-tile .media a:hover img {
	transform:scaleX(1.2) scaleY(1.2);
}
.section-7 .mod-tile .caption {
	line-height:1.8;
	font-size:28px;
	padding:25px 10px;
	width:350px;
	font-weight:400;
}
.section-7 .mod-tile .abstract {
	font-size:16px;
	text-align:center;
	height:115px;
	overflow:hidden;
}
.section-7 .mod-list li {
	position:relative;
}
.section-7 .mod-list li::after {
	content:'';
	display:block;
	width:6px;
	height:6px;
	border-radius:50%;
	box-shadow:0 0 0 5px #fff;
	background:#09f;
	position:absolute;
	left:2px;
	top:20px;
}
.section-7 .mod-list {
	padding:5px 0 20px;
}
.section-7 .mod-list .item {
	font-size:18px;
	text-indent:1em;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	height:2.5em;
	line-height:2.5;
	width:370px;
	margin:0 15px;
}
.section-7 .mod-list .item a {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display:block;
}
.section-8 {
	margin-bottom:50px;
	position:relative;
	background:linear-gradient(to bottom,#3ba6de 0%,#3595d1 33%,#2c7abc 66%,#2561aa 100%);
	padding-top:50px;
	padding-bottom:50px;
}
.section-8 .section-title {
	width:1200px;
	margin:0 auto 30px;
	background-color:rgba(255,255,255,1);
	border-bottom:2px solid #2561aa;
}
.section-8 .swiper-container-cxld {
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:10px solid #fff;
	background-color:#fff;
}
.section-8 .swiper-slide {
	border-radius:10px;
	overflow:hidden;
}
.section-8 .mod-tile .media {
	width:100%;
	position:relative;
}
.section-8 .mod-tile .media a {
	display:block;
	overflow:hidden;
}
.section-8 .mod-tile .media img {
	width:100%;
	height:550px;
}
.section-8 .mod-tile .media a img {
	transition:0.5s;
	display:block;
}
.section-8 .mod-tile .media a:hover img {
	transform:scaleX(1.2) scaleY(1.2);
}
.section-8 .mod-tile .caption {
	line-height:1.8;
	font-size:20px;
	padding:10px;
	color:#fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:left;
	padding-left:50px;
}
.section-8 .mod-tile .caption span {
	font-size:14px;
	line-height:1.4;
	display:block;
}
.section-8 .swiper-pagination-bullets {
	position:absolute;
	left:0;
	bottom:-5.5%;
	width:100%;
	height:10%;
	z-index:10;
}
.section-8 .swiper-pagination-bullet {
	background:#fff;
	opacity:.5;
	margin:0 5px;
}
.section-8 .swiper-pagination-bullet-active {
	opacity:1;
	background:#fff;
}
.section-8 .btnArea {
	position:relative;
}
.section-8 .swiper-button-next,.section-8 .swiper-button-prev {
	right:20px;
	top:-330px;
	padding:5px;
	background-color:rgba(0,0,0,.4);
}
.section-8 .swiper-button-next {
	right:30px;
}
.section-8 .swiper-button-prev {
	left:30px;
}
.section-9 * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.section-9 table {
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	color:#333;
}
.section-9 table td {
	border-left:1px solid #333;
	border-top:1px solid #333;
	padding:5px 10px;
}
.section-9 .conBox {
	overflow-y:scroll;
	height:800px;
	padding-right:10px;
}
.section-9 .bgcolor {
	background-color:#ccc;
}
.section-9 .f26b {
	font-size:26px;
	font-weight:bold;
}
.section-9 .f20b {
	font-size:20px;
	font-weight:bold;
}
.section-9 .note {
	line-height:2;
	padding:20px;
}
.section-10 {
	position:relative;
	/*background:linear-gradient(to bottom,#e5e5e5 0%,#e5e5e5 100%);
	*/
    margin-top:50px;
}
.section-10 .section-title {
	width:1200px;
	margin:0 auto 30px;
	background-color:rgba(255,255,255,1);
	border-bottom:2px solid #2561aa;
}
.section-10 .section-title em {
	color:#fff;
}
.section-10 .slider {
	width:100%;
	min-width:1200px;
	height:600px;
	position:relative;
	overflow:hidden;
	background:#fff;
}
.section-10 .slider .bd {
	width:1200px;
	position:absolute;
	left:50%;
	margin-left:-790px;
}
.section-10 .slider .bd li {
	width:1200px;
	overflow:hidden;
}
.section-10 .slider .tempWrap {
	overflow:visible !important
}
.section-10 .slider .tempWrap ul {
	margin-left:-1010px !important;
}
.section-10 .slider .hd {
	position:absolute;
	width:1100px;
	right:20%;
	z-index:20;
	height:17px;
	bottom:22px;
	text-align:right;
	overflow:hidden;
}
.section-10 .slider .hd li {
	display:inline-block;
	*display:inline;
	zoom:1;
	width:10px;
	height:10px;
	line-height:99px;
	overflow:hidden;
	background:#fff;
	margin:0 5px;
	cursor:pointer;
	filter:alpha(opacity=60);
	opacity:.6;
}
.section-10 .slider .hd li.on {
	background:#dc0000;
	filter:alpha(opacity=100);
	opacity:1;
}
.section-10 .slider .pnBtn {
	position:absolute;
	z-index:30;
	top:0;
	width:100%;
	height:490px;
	cursor:pointer;
}
.section-10 .slider .prev {
	left:-50%;
	margin-left:-600px;
}
.section-10 .slider .next {
	left:50%;
	margin-left:600px;
}
.section-10 .slider .pnBtn .blackBg {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:6800px;
	background:#000;
	filter:alpha(opacity=60);
	opacity:0.6;
}
.section-10 .slider .pnBtn .arrow {
	display:none;
	position:absolute;
	top:0;
	z-index:40;
	width:60px;
	height:6800px;
}
.section-10 .slider .pnBtn .arrow:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}
.section-10 .slider .prev .arrow {
	right:0;
	background:url(http://www.xinhuanet.com/finance/touxiaobai/images/20170725JYJD_annu_v1.png) 0px 285px no-repeat;
}
.section-10 .slider .next .arrow {
	left:0;
	background:url(http://www.xinhuanet.com/finance/touxiaobai/images/20170725JYJD_annu_v1.png) -70px 285px no-repeat;
}
.section-10 .slider .bd li {
	position:relative;
}
.section-10 .slider .bd li img {
	width:1200px;
	height:600px;
	display:block;
	-webkit-transition:all 0.8s ease 0s;
	-moz-transition:all 0.8s ease 0s;
	transition:all 0.8s ease 0s;
}
.section-10 .slider .bd li img:hover {
	-webkit-transform:scale3d(1.04,1.04,1);
	-moz-transform:scale3d(1.04,1.04,1);
	transform:scale3d(1.04,1.04,1);
}
.section-10 .slider .bd h3 {
	line-height:2;
	left:0px;
	bottom:60px;
	position:absolute;
	z-index:3;
	padding:15px 80px;
	font-weight:300;
	color:#fff;
	box-sizing:border-box;
	width:100%;
	background:rgba( 0,0,0,.5);
	font-size:18px;
}
.section-10 .slider .bd h3 a {
	color:#fff;
}
.section-10 .slider .bd h3 em {
	font-style:normal;
	font-weight:700;
	font-size:24px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    display: block;
}
.section-10 .slider .bd h3 em a {
	color:#fff;
}
.section-10 .slider .bd h3 span {
	position:absolute;
	left:0;
	top:-20px;
	width:60px;
	height:45px;
	background:#cda561;
	font-size:27px;
	color:#fff;
	line-height:45px;
	text-align:center;
	font-weight:300;
}
.section-10 .slider .bd h3 span i {
	font-size:22px;
	font-style:normal;
}
.section-10 .slider .bd h3 p {
    height: 60px;
    line-height: 1.8;
    margin-top: 0;
    color: #fff;
    padding-bottom: 0;
    box-sizing: border-box;
    padding-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
}


.section-11 {
	margin-top:-50px;
	padding-top:50px;
	padding-bottom:70px;
}
.section-11 .section-title {
	text-indent:inherit;
	background:none;
	border-bottom:0;
	text-align:center;
	font-size:40px;
	font-weight:400;
	margin-bottom:40px;
}
.section-11 .conBox {
	margin:0 auto;
	height:390px;
	overflow:hidden;
}
.section-12 .swiper-container-jcxw {
	position:relative;
	overflow:hidden;
}
.section-12 .swiper-slide {
	width:100%;
}
.section-12 .swiper-slide {
	position:relative;
	display:inline;
	width:100%;
	overflow:hidden;
}
.section-12 .swiper-slide img {
	width:700px;
	height:420px;
	display:block;
}
.section-12 .swiper-slide .e_bg_flt {
	position:absolute;
	right:0;
	bottom:0;
	width:500px;
	height:110px;
	background-color:rgba(9,63,151,1);
	z-index:7;
}
.section-12 .e_flt_inf {
	position:absolute;
	right:50px;
	top:30px;
	width:540px;
	height:350px;
	padding:30px 70px 20px 40px;
	overflow:hidden;
	z-index:8;
	background:#f5f5f5;
	box-sizing:border-box;
}
.section-12 .e_flt_inf h2 {
	font-size:22px;
	font-weight:100;
	line-height:2;
	margin-bottom:10px;
}
.section-12 .e_flt_inf h3 {
	font-size:30px;
	color:#333;
	line-height:1.2;
	margin-bottom:20px;
	height:70px;
	overflow:hidden;
}
.section-12 .e_flt_inf h2 a,.section-12 .e_flt_inf h3 a {
	color:#333;
}
.section-12 .e_flt_inf p {
	font-size:16px;
	line-height:1.6;
	color:#666;
	margin-bottom:20px;
	height:75px;
	overflow:hidden;
}
.section-12 .e_flt_inf span {
	display:block;
	width:108px;
	height:38px;
	border:1px solid #a7bad9;
	color:#0a4097;
	font-size:14px;
	text-align:center;
	line-height:38px;
}
.section-12 .e_flt_inf span a {
	color:#0a4097;
}
.section-12 .e_flt_inf span:hover a {
	color:#fff;
	text-decoration:none;
	background:#0a4097;
	border:1px solid #0a4097;
	display:block;
}
.section-12 .swiper-pagination-fraction {
	position:absolute;
	bottom:70px;
	right:65px!important;
	z-index:7;
	color:#999;
	font-size:20px;
	font-weight:100;
	left:inherit;
	width:100px;
}
.section-12 .swiper-pagination-fraction .swiper-pagination-current {
	color:#09f;
	font-size:40px;
}
.section-13 {
	background:url(http://www.newsimg.cn/auto/tayron2018/img/main_1.jpg) no-repeat center top;
	background-size:cover;
	padding-top:50px;
	padding-bottom:50px;
}
.section-13 .video-abstract {
	width:870px;
	margin:0 auto 20px;
	font-size:20px;
	line-height:2;
	color:#fff;
	display:none;
}
.section-13 .video-abstract a {
	color:#fff;
}
.section-13 .videobox {
	width:1000px;
	margin:0 auto;
	/*margin-top:60px;
	*/
}
.section-13 .videobox .titlebg {
	background:url(http://www.newsimg.cn/politics/2017lh/lianghuizb/images/tit06_lhzb.jpg) top left no-repeat;
	width:997px;
	height:55px;
	margin-bottom:20px;
}
.section-13 .spzb {
	width:610px;
	overflow:hidden;
	background:#00a0e9;
	position:relative;
}
.section-13 .spzb .picTitle {
	position:relative;
	width:610px;
	height:350px;
}
.section-13 .spzb .picTitle .bfan,.section-13 .spzb .picTitle .bfan0 {
	position:absolute;
	width:163px;
	height:163px;
	top:30%;
	left:42%
}
.section-13 .spzb .picTitle .img img {
	width:100%;
	height:350px;
	display:block;
}
.section-13 .spzb .picTitle img {
	cursor:pointer;
}
.section-13 .spzb .picTitle .bg {
	background:#000;
	bottom:0;
	height:75px;
	left:0;
	opacity:0.4;
	filter:alpha(opacity=40);
	position:absolute;
	width:100%;
	z-index:10;
}
.section-13 .spzb .picTitle .name {
	bottom:0;
	color:#fff;
	padding-left:20px;
	height:75px;
	left:0;
	line-height:75px;
	overflow:hidden;
	position:absolute;
	width:100%;
	z-index:11;
	font-size:1.8em;
	cursor:pointer;
}
.section-13 .spzb .picTitle .name a {
	color:#fff;
	text-decoration:none;
}
.section-13 .spzb iframe {
	width:940px;
	height:520px;
}
.section-13 .spzb iframe {
	position:absolute;
	left:0;
	top:0;
	width:100%!important;
	height:350px!important;
	/* 视频播放框调整后，高度调整 */
     z-index:999;
	display:none;
}
.section-13 #spMobile {
	position:absolute;
	left:0;
	top:0;
	width:100%!important;
	height:100%!important;
	z-index:999;
	display:none;
	background:#000000
}


.section-17 .cols {
	font-size:0;
	+word-spacing:-1px;
}
.section-17 .cols .col {
	display:inline-block;
	+display:inline;
	+zoom:1;
	font-size:14px;
	letter-spacing:normal;
	word-spacing:normal;
	vertical-align:top;
}
.section-17 .cols .mod-card {
	opacity:1;
	filter:alpha(opacity=100);
	padding:10px 15px 5px;
	margin-bottom:20px;
	border:1px solid #dc0000;
	background-color:#fff;
	border-radius:5px;
}
.section-17 .cols .media img {
	width:100%;
	height:auto;
}
.section-17 .cols .topic {
	padding:5px 0 10px;
	font-size:20px;
	line-height:1.4;
	color:#cc3300;
	height:inherit;
}
.section-17 .cols .topic a {
	color:rgba( 220,0,0,1);
}
.section-17 .cols .topic a:hover {
	color:rgba( 220,0,0,.6);
}
.section-17 .cols .abstract {
	padding:10px 0;
	line-height:1.6;
	color:#333;
	text-indent:2rem;
	font-size:14px;
}
.section-17 .cols .more {
	display:block;
	padding-right:0.5rem;
	border-top:1px dotted #ccc;
	height:2rem;
	line-height:2;
	text-align:right;
	display:none;
}
.section-17 .mod-tile {
	width:360px;
	margin:0 20px 40px;
	box-sizing:border-box;
	padding:15px 15px 15px;
	border:1px solid #dc0000;
}
.section-17 .mod-tile .media {
	width:100%;
}
.section-17 .mod-tile .media a {
	display:block;
	overflow:hidden;
}
.section-17 .mod-tile .media img {
	width:100%;
	height:auto;
}
.section-17 .mod-tile .media a img {
	transition:0.5s;
	display:block;
}
.section-17 .mod-tile .media a:hover img {
	transform:scaleX(1.2) scaleY(1.2);
}
.section-17 .mod-tile .caption {
	line-height:1.4;
	font-size:18px;
	text-align:left;
	margin-top:10px;
	background:#dc0000;
	color:rgba( 255,255,255,1);
	box-sizing:border-box;
	padding:5px 10px;
}
.section-17 .mod-tile .caption a {
	color:rgba( 255,255,255,1);
}
.section-17 .mod-tile .caption a:hover {
	color:rgba( 255,255,255,.6);
}
.section-17 .mod-tile .abstract {
	text-align:left;
	margin-top:10px;
	color:#888;
}
.section-17 .mod-tile .abstract a {
	color:#00a0e9;
	display:inline;
}
.section-17 .mod-tile .abstract a:hover {
	color:#dc0000;
}
.section-18 .mod-tile {
	width:360px;
	margin:0 20px 40px;
	position:relative;
}
.section-18 .mod-tile .media {
	width:100%;
}
.section-18 .mod-tile .media a {
	display:block;
	overflow:hidden;
}
.section-18 .mod-tile .media img {
	width:360px;
	height:205px;
}
.section-18 .mod-tile .media a img {
	transition:0.5s;
	display:block;
}
.section-18 .mod-tile .media a:hover img {
	transform:scaleX(1.2) scaleY(1.2);
}
.section-18 .mod-tile .caption {
	line-height: 1.8;
    font-size: 18px;
    width: 360px;
    height: 65px;
    text-align: left;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.section-18 .mod-tile .abstract {
	text-align: left;
    margin-top: 10px;
    color: #888;
    max-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.section-18 .mod-tile .abstract a {
	color:#00a0e9;
	display:inline;
}
.section-18 .mod-tile .abstract a:hover {
	color:#dc0000;
}
.section-18 .mod-topics {
	padding-bottom:4px;
	border-bottom:1px dashed #ccc;
	width:560px;
	margin:0 20px 15px;
}
.section-18 .mod-topics .topic {
	height: inherit;
    line-height: 1.8;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.section-18 .mod-topics .topic a {
	color:#333;
}
.section-18 .mod-topics .topic a:hover {
	color:#dc0000;
}
.section-18 .mod-topics .topic::after {
	content:'';
	display:block;
	width:5px;
	height:15px;
	/*border-radius:50%;
	box-shadow:0 0 0 5px #fff;
	*/
	background:#dc0000;
	position:absolute;
	left:0;
	top:7px;
}
.section-18 .mod-topics .abstract {
	height: 60px;
    line-height: 2;
    margin-top: 10px;
    color: #888;
    padding-bottom: 10px;
    box-sizing: border-box;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.section-18 .mod-topics .abstract a {
	color:#00a0e9;
}
.section-18 .mod-topics .abstract a:hover {
	color:#dc0000;
}



/*RTools*/
 .RTools {
	position:fixed;
	_position:absolute;
	right:10px;
	bottom:200px;
	width:60px;
	z-index:10000;
	display:none;
}
.RTools .qrcode {
	width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:5px 5px 0;
	border:1px solid #ccc;
	background-color:#f7f7f7 !important;
	right:0;
	bottom:70px;
	position:absolute;
}
.RTools .qrcode canvas {
	width:100%;
	height:auto;
}
.RTools .qrcode:hover::after {
	content:'扫描分享';
	width:100%;
	color:#333;
	font-size:16px;
	display:block;
	text-align:center;
}
.RTools .qrcode:hover {
	transform:translate(0,0);
	animation:change 1s;
	-moz-animation:change 1s;
	-webkit-animation:change 1s;
	-mozanimation-fill-mode:forwards;
	-webkit-animation-fill-mode:forwards;
	overflow:hidden;
	width:100%;
}
@keyframes change {
	from {
	width:48px;
	height:48px;
	opacity:1;
}
to {
	width:100px;
	height:125px;
	opacity:1;
}
}
.RTools .gototop {
	width:60px;
	height:60px;
	cursor:pointer;
	background:#dc0000 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURf///0RERMf1+eoAAAACdFJOU/8A5bcwSgAAAE1JREFUeNrs0yEOwDAQA8HN/z9ddiy2krJ2j1gGg6xjvTjEYrFY/CEM9xiyptioaTZpqg2aaCfO8KCkKTZq+kg3eFP8KrFYLP4pfgQYAJQnDccrVqXcAAAAAElFTkSuQmCC) no-repeat 50% 50%;
	transition:.3s;
	opacity:0;
	filter:alpha(opacity=0);
}
.show {
	display:block;
}
/* 版权区域 */
.adBottom {
	background:#f9f7f4;
	padding:20px 0 40px;
	display:none;
}
.footer {
	padding:50px 0;
	background:#dc0000;
	text-align:center;
	/*border-top:#dc0000 solid 5px;
	*/
}
.footer p {
	line-height:2;
	color:#fff;
}
.section-bgzs {
	width:100%;
	height:510px;
	background:url(http://www.newsimg.cn/auto/tayron2018/img/main_10.jpg) no-repeat center top;
	text-indent:-9999px;
}
.section-7 .section-title .more,.section-8 .section-title .more,.section-9 .section-title .more,.section-10 .section-title .more,.section-17 .section-title .more,.section-18 .section-title .more {
	display:none;
}
.section-8 {
	background:url(http://www.newsimg.cn/auto/tayron2018/img/main_3.jpg) no-repeat center top;
	background-size:cover;
}
.section-8 .section-title,.section-9 .section-title,.section-10 .section-title,.section-12 .section-title,.section-13 .section-title,.section-17 .section-title,.section-18 .section-title {
	width:1200px;
	margin:0 auto 20px;
	background:url(http://www.newsimg.cn/travel/jg70thlc/img/title-bg.jpg) no-repeat center center;
	height:165px;
	border-bottom:none;
	text-indent:inherit;
	text-align:center;
}
.section-8 .section-title em,.section-10 .section-title em {
	color:#fff;
	font-size:40px;
}
.section-2 .section-title,.section-9 .section-title,.section-11 .section-title,.section-12 .section-title,.section-13 .section-title {
	background:url(http://www.newsimg.cn/auto/tayron2018/img/title-b-bg.png) no-repeat center center;
}
.section-9 {
	margin-bottom:80px;
}
.section-9 .section-title em,.section-17 .section-title em,.section-18 .section-title em {
	font-size:40px;
	padding-top:75px;
	display:block;
	letter-spacing:5px;
}
