/* CSS Document */

html {
	font-size: 62.5%;
	max-width: 64rem;
	margin: 0 auto;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

html * {
	outline: 0;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-size: 1.6rem;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	width: 100%;
	max-width: 64rem;
	margin: 0 auto;
	height: auto;
	background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0
}

input,
select,
textarea {
	font-size: 100%
}

article,
aside,
footer,
header,
nav,
section,
audio,
canvas,
video,
img {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

abbr,
acronym {
	border: 0;
	font-variant: normal
}

del {
	text-decoration: line-through
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: ''；
}

button {
	outline: 0;
	border: none;
}

a:hover {
	text-decoration: none;
}

ins,
a {
	text-decoration: none;
}

textarea {
	resize: none;
}

iframe,
img {
	border: 0;
}

img {
	display: block;
	width: 100%;
}

ul,
ol {
	list-style: none;
	overflow: hidden;
	width: 100%;
}

input,
select,
textarea {
	outline: 0;
	-webkit-user-modify: read-write-plaintext-only;
}

input {
	-webkit-appearance: none;
}

a {
	color: #000;
	text-decoration: none;
	display: block;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

.banner {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.periodicalBox {
	width: 100%;
	height: 4rem;
	line-height: 4rem;
	color: #fff;
	background: linear-gradient(to right, #df3646, #ef384a);
}

.periodicalBox .title {
	float: left;
	width: 63%;
	padding: 0 0 0 1rem;
	box-sizing: border-box;
	font-size: 1.3rem;
}

.periodicalBox .periodical {
	float: right;
	width: 37%;
	height: 4rem;
	overflow: hidden;
	background: url(http://www.citste.com.cn/images/edm/2/periodical_bg.png)no-repeat left center;
	background-size: cover;
}

.periodicalBox .periodical em {
	float: left;
	font-style: normal;
	font-size: 1.3rem;
	margin: 0 0 0 2.3rem;
}

.periodicalBox .periodical span {
	float: left;
	margin: 0 0 0 .5rem;
	letter-spacing: .1rem;
	font-weight: bold;
	font-size: 1.4rem;
	box-sizing: border-box;
}

.section {
	width: 100%;
	overflow: hidden;
}

.section .h1 {
	font-size: 2rem;
	color: #000;
	line-height: 1.5;
	font-weight: bold;
	text-align: center;
	width: 80%;
	margin: 3rem auto 2rem;
}

.sectionOne p {
	width: 90%;
	margin: 0 auto;
	font-size: 1.6rem;
	max-height: 12rem;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.section .btn {
	width: 13rem;
	height: 3.8rem;
	line-height: 3.8rem;
	color: #fff;
	letter-spacing: .1rem;
	background: #df3646;
	border-radius: .2rem;
	margin: 2rem auto;
	display: block;
}

.section .btn span {
	float: left;
	font-size: 1.5rem;
	color: #fff;
	margin: 0 0 0 2.3rem;
}

.section .btn img {
	margin: 1.8rem 0 0 .3rem;
	display: block;
	width: 1.8rem;
	float: left;
}

.sectionTwo {
	background: #b4283c;
	padding: 2.5rem 1.5rem;
	box-sizing: border-box;
}

.sectionTwo .imgBox {
	width: 55%;
	float: left;
	overflow: hidden;
	border-radius: .2rem;
}

.sectionTwo .imgBox img {
	max-width: 100%;
}

.sectionTwo .txtBox {
	width: 42%;
	float: right;
	color: #fff;
}

.sectionTwo .txtBox h2,
.sectionThree .txtBox h2 {
	font-size: 1.6rem;
	max-height: 4.8rem;
	line-height: 1.5;
	overflow: hidden;
	font-weight: bold;
}

.sectionTwo .txtBox h2 a {
	color: #fff;
}

.sectionThree .txtBox h2 a {
	color: #333;
}

.sectionTwo .txtBox em,
.sectionThree .txtBox em {
	width: 5rem;
	height: .3rem;
	font-style: normal;
	display: block;
	margin: 1rem 0;
}

.sectionTwo .txtBox em {
	background: #fff;
}

.sectionThree .txtBox em {
	background: #df3646;
}

.sectionTwo .txtBox p {
	font-size: 1.3rem;
	max-height: 5.85rem;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sectionTwo .txtBox p a {
	color: #fff;
}

.sectionThree .txtBox {
	width: 46%;
	float: left;
	margin: 2rem 2%;
	background: #f1f1f1;
	border-radius: .2rem;
	padding: 2rem 1rem;
	box-sizing: border-box;
}

.sectionThree .txtBox p {
	font-size: 1.6rem;
	max-height: 12rem;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sectionFour .imgBox {
	width: 100%;
	margin: 0 auto;
}

.sectionFour .imgBox img {
	max-width: 100%;
}

.footer{
	width: 100%;
	background: #EAEBE2;
	height: 3.8rem;
	line-height: 3.8rem;
	overflow: hidden;
}
.footer .infoot{
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}
.footer img{
	float: left;
	width: 7rem;
	display: block;
	margin: .4rem 1rem 0 0;
}
.footer p{
	width: 75%;
    float: right;
	text-align: center;
	font-size: 1.2rem;
	height: 3.8rem;
	line-height: 3.8rem;
}
.footer p span{
	float: left;
	color: #999;
}
.footer p a{
	float: left;
	margin: 0 1rem;
	box-sizing: border-box;
	display: block;
	color: #999;
	text-decoration: underline;
}

@media screen and (min-width:320px)and (max-width:360px) {
	.periodicalBox .title {
		font-size: 1.1rem;
	}

	.periodicalBox .periodical em {
		font-size: 1.1rem;
	}

	.periodicalBox .periodical span {
		margin: 0 0 0 .3rem;
		letter-spacing: 0rem;
		font-size: 1.2rem;
	}

	.section .h1 {
		font-size: 1.8rem;
		margin: 2.5rem auto 1.5rem;
	}

	.sectionOne p {
		font-size: 1.5rem;
	}

	.sectionTwo .txtBox p {
		max-height: 3.9rem;
		-webkit-line-clamp: 2;
	}

	.sectionThree .txtBox p {
		font-size: 1.5rem;
	}
}

@media screen and (min-width:360px) {}

@media screen and (min-width:375px) {}

@media screen and (min-width:412px) {}

@media screen and (min-width:512px) {}

@media screen and (min-width:640px) {
	.periodicalBox .title {
		padding: 0 0 0 3rem;
		font-size: 1.6rem;
	}

	.periodicalBox .periodical em {
		font-size: 1.6rem;
		margin: 0 0 0 5rem;
	}

	.periodicalBox .periodical span {
		margin: 0 0 0 1rem;
		letter-spacing: .5rem;
		font-size: 1.8rem;
	}

	.sectionTwo .txtBox h2,
	.sectionThree .txtBox h2 {
		max-height: 7.2rem;
	}

	.sectionTwo .txtBox p {
		font-size: 1.4rem;
		max-height: 12.6rem;
		-webkit-line-clamp: 5;
	}
}
