﻿@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: -.5rem;
}
sub {
    bottom: -.25rem;
}
iframe {
    border:0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1rem 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: 1rem;
}
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: .35rem .625rem .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: #9e1703;
}
img {
    border: 0;
    vertical-align: middle;
    display: block;
}
figure {
    margin: 0;
}
.clearfix {
    display: block;
    #zoom: 1;
}
.clearfix:after {
    content: "";
    overflow: hidden;
    width: 100%;
    height: 0;
    font-size: 0;
    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: 80px auto;
    width: 1180px;
}
.mod a {
    color: #444;
    transition: .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,.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: .3s;
}
.section-title .more:hover, .unit-title .more:hover {
    background-color: rgba(0,153,255,.2);
    color: #c00;
    transition: .3s;
}


/*网站导航*/
.top-bar {
    height: 49px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    color: #ccc;
    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: 45px;
    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: 630px;
    transition: .3s;
}
.phd .mod-topics {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.phd .mod-topics .topic {
	padding: 400px 200px 20px;
	font-size: 54px;
	line-height: 1.2;
	height: inherit;
	color: #fff;
	box-sizing: border-box;
}
.phd .mod-topics .topic a {
	color: #fff;
}
.phd .mod-topics .abstract {
	box-sizing: border-box;
	padding: 0 150px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	height: inherit;
	max-height: 68px;
	color: #fff;
}
.phd .mod-topics .abstract a {
	color: #fff;
}


/*内容区域*/
.main {
	width:1200px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
	overflow: hidden;
}

.section-11 {
	margin-top: 0;
}
.section-11 .swiper-container-xctj {
	position: relative;
    overflow: hidden;
    width: 1180px;
}
.section-11 .pic img {
	display: block;
	width: 100%;
	height: auto;
}
.section-11 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba( 51, 51, 51, .8);
	height: 100px;
	color: #fff;
	padding: 15px 125px 10px 20px;
}
.section-11 .title a {
	color: #dc0000;
}
.section-11 .title span.b-title {
	display: block;
	font-size: 22px;
	margin-bottom: 5px;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section-11 .title span.b-title a {
	color: #fff;
	font-size: 20px;
}
.section-11 .title span.b-txt {
	display: block;
	height: 50px;
    line-height: 1.6;
	overflow: hidden;
}
.section-11 .title span.a-more {
	color: #dc0000;
}
.section-11 .title span.b-title a:hover, .section-11 .title span.a-more a:hover  {
	color: #00a0e9;
	transition: .5s
}
.section-11 .swiper-pagination-fraction {
	bottom: 35px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 30px;
}
.section-11 .swiper-pagination-fraction .swiper-pagination-current {
	color: #da0000;
}
.section-11 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}
.section-11 .swiper-button-prev, .section-11 .swiper-button-next {
	background-color: rgba(0, 0, 0, .6);
	padding: 20px 5px;
}
.section-11 .swiper-button-prev {
	left: 0;
	top: 40%;
}
.section-11 .swiper-button-next {
	right: 0;
	top: 40%;
}
.section-11 .swiper-button-prev:hover, .section-11 .swiper-button-next:hover {
	background-color: rgba(215, 0, 0, .7);
}


.section-17 .mod-topics {
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
	width: 560px;
	margin: 0 20px 15px 10px;
}
.section-17 .mod-topics:nth-child(even) {
	margin: 0 10px 15px 20px;
}
.section-17 .mod-topics .topic {
	height: inherit;
	line-height: 1.8;
	font-size: 20px;
	position: relative;
	text-indent: 20px;
	color: #333;
}
.section-17 .mod-topics .topic a {
	color: #333;
}
.section-17 .mod-topics .topic a:hover {
	color: #dc0000;
}
.section-17 .mod-topics .topic::after {
	content: '';
	display: block;
	width: 5px;
	height: 18px;
	/*border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;*/
	background: #9e1703;
	position: absolute;
	left: 0;
	top: 10px;
}
.section-17 .mod-topics .abstract {
	/*height: 70px;*/
    line-height: 2;
    margin-top: 10px;
    color: #888;
    padding-bottom: 10px;
    box-sizing: border-box;
    padding-left: 20px;
}
.section-17 .mod-topics .abstract a {
	color: #9e1703;
}
.section-17 .mod-topics .abstract a:hover {
	color: #dc0000;
}
.section-17 .unit {
	margin-top: 10px;
}
.section-17 .col-1 {
	width: 560px;
}
.section-17 .col-2 {
	width: 330px;
	margin-left: 10px;
}
.section-17 .col-3 {
	width: 270px;
	margin-left: 10px;
}
.section-17 .col-1 .mod-tile, .section-17 .col-2 .mod-tile, .section-17 .col-3 .mod-tile {
	width: 100%;
	position: relative;
}
.section-17 .col-2 .mod-tile:nth-child(2n) {
	margin-top: 10px;
}
.section-17 .col-1 .mod-tile .media, .section-17 .col-2 .mod-tile .media, .section-17 .col-3 .mod-tile .media {
	width:100%;
}
.section-17 .col-1 .mod-tile .media a, .section-17 .col-2 .mod-tile .media a, .section-17 .col-3 .mod-tile .media a {
	display: block;
	overflow: hidden;
}
.section-17 .col-1 .mod-tile .media img,.section-17 .col-2 .mod-tile .media img, .section-17 .col-3 .mod-tile .media img {
	width: 100%;
	height: auto;
}
.section-17 .col-1 .mod-tile .media a img, .section-17 .col-2 .mod-tile .media a img, .section-17 .col-3 .mod-tile .media a img {
	transition: .5s;
	display: block;
}
.section-17 .col-1 .mod-tile .media a:hover img, .section-17 .col-2 .mod-tile .media a:hover img, .section-17 .col-3 .mod-tile .media a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.section-17 .col-1 .mod-tile .caption, .section-17 .col-2 .mod-tile .caption, .section-17 .col-3 .mod-tile .caption {
	line-height: 2;
	font-size: 16px;
	width: 100%;
	max-height: 80px;
	text-align: left;
	box-sizing: border-box;
	padding: 10px;
	color: #fff;
}
.section-17 .col-1 .mod-tile .abstract {
	text-align: left;
	margin-top: 10px;
	color: #888;
	max-height: 80px;
}
.section-17 .col-1 .mod-tile .abstract a {
	color: #00a0e9;
	display: inline;
}
.section-17 .col-1 .mod-tile .abstract a:hover {
	color: #dc0000;
}


.section-12 {
	margin-bottom: 0;
}
.section-12 .swiper-container-xcdtj {
	position: relative;
    overflow: hidden;
    width: 1180px;
}
.section-12 .pic img {
	display: block;
	width: 100%;
	height: auto;
}
.section-12 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba( 51, 51, 51, .8);
	height: 100px;
	color: #fff;
	padding: 15px 125px 10px 20px;
}
.section-12 .title a {
	color: #dc0000;
}
.section-12 .title span.b-title {
	display: block;
	font-size: 22px;
	margin-bottom: 5px;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section-12 .title span.b-title a {
	color: #fff;
	font-size: 20px;
}
.section-12 .title span.b-txt {
	display: block;
	height: 50px;
    line-height: 1.6;
	overflow: hidden;
}
.section-12 .title span.a-more {
	color: #dc0000;
}
.section-12 .title span.b-title a:hover, .section-12 .title span.a-more a:hover  {
	color: #00a0e9;
	transition: .5s
}
.section-12 .swiper-pagination-fraction {
	bottom: 35px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 30px;
}
.section-12 .swiper-pagination-fraction .swiper-pagination-current {
	color: #da0000;
}
.section-12 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}
.section-12 .swiper-button-prev, .section-12 .swiper-button-next {
	background-color: rgba(0, 0, 0, .6);
	padding: 20px 5px;
}
.section-12 .swiper-button-prev {
	left: 0;
	top: 40%;
}
.section-12 .swiper-button-next {
	right: 0;
	top: 40%;
}
.section-12 .swiper-button-prev:hover, .section-12 .swiper-button-next:hover {
	background-color: rgba(215, 0, 0, .7);
}


.section-21 .mod-card {
	padding: 30px 20px;
	border-bottom: 1px dashed #ccc;
	*zoom: 1;
}
.section-21 .mod-card:before, .section-21 .mod-card:after {
	content: "";
	display: table;
}
.section-21 .mod-card:after {
	clear: both;
}
.section-21 .mod-card .media {
	float: left;
	width: 300px;
	height: 200px;
	border: 1px solid #ddd;
	padding: 8px;
}
.section-21 .mod-card .media img {
	width: 100%;
	height: 200px;
}
.section-21 .mod-card .media a {
	display: block;
	overflow: hidden;
}
.section-21 .mod-card .media a img {
	transition: .5s;
	display: block;
	width: 100%;
}
.section-21 .mod-card .media a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.section-21 .mod-card .topic {
	float: right;
	height: inherit;
	line-height: 1.4;
	width: 800px;
	color: #333;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 10px;
}
.section-21 .mod-card .topic a {
	color: #333;
}
.section-21 .mod-card .abstract {
	float: right;
	line-height: 2;
	width: 800px;
	max-height: 170px;
}
.section-21 .mod-card .abstract a {
	color: #9e1703;
}
.section-21 .mod-card .abstract a:hover {
	color: #dc0000;
}
.section-21 .mod-card .abstract .more {
	display: none;
}
.section-21 .erji_more {
	height: 55px;
	line-height: 55px;
	background: #dcdcdc;
	text-align: center;
	font-size: 16px;
}
.section-21 .erji_more a {
	color: #333;
}
.section-21 .erji_more:hover {
	background: #00a0e9;
	color: #fff;
}
.section-21 .erji_more:hover a {
	color: #fff;
}


/*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: #9e1703;
    text-align: center;
    /*border-top:#dc0000 solid 5px;*/
}
 .footer p{
    line-height: 2;
	color: #fff;
}


.section-17 .section-title, .section-12 .section-title, .section-21 .section-title {
	height: 85px;
	border-bottom: none;
	text-indent: inherit;
	background: url("http://www.newsimg.cn/house/ppyxlrcc/img/section-title-bg.jpg") no-repeat left top;
	font-style: italic;
	color: #333;
	margin-bottom: 30px;
}
.section-17 .section-title em, .section-12 .section-title em, .section-21 .section-title em {
	float: left;
	font-style: italic;
	font-size: 36px;
	color: #fff;
	display: block;
	margin-left: 50px;
	line-height: 85px;
}
.section-17 .section-title span, .section-12 .section-title span, .section-21 .section-title span {
	font-style: italic;
	font-size: 26px;
	color: #333;
	display: block;
	margin-left: 350px;
	line-height: 70px;
}