/* * { margin: 0; padding: 0; } 
body { background-color: rgba(78,116,181,0.1); }*/
img { max-width: 100%; }
a { text-decoration: none; color: #666; }
a, p, li, h1, h2, h3, h4, h5, h6 {font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,\5b8b\4f53;}
/* Header */
header {
	height: 65px;
/*	background-color: #4E74B5;  */
}
header #logo {
	position: absolute;
	float: left;
	max-width: 100%;
}
header #en { display: none; }
header #time { display: none; }
header nav {
	float: right;
	margin: 1%;
}
header #search {
	float: right;
	margin-top: 3%;
}
header #search-group{
    display: none;
    z-index: 3
}
nav ul li {
	border-bottom: 1px solid #eee;
}
/* End Header */
/* Focus */
#focus {
	margin-top: 1%;
}
/* End Focus */

section h2 {
	margin-top: 1%;
	padding: 1% 2%;
	font-size: 1.5em;
	background-color: #D2E0E6;
	color: #5d7fc6;
}
section h2 span {
	color: #5fadff;
}
section h2 .extra {
	float: right;
}
section .h2 { display: none; }
.photoer {
	position: absolute;
	right: 0;
	bottom: 0;
	padding-left: 2%;
	width: 120px;
	height: 20px;
	color: black;
	font-size: 1em;
	background-color: white;
	border-top-left-radius: 6px;
}

/* News */
#news h2 {
	margin-bottom: 5%;
}
#news .article p { display: none; }
#news .article h3 {
	display: inline-block;
	padding-right: 2%;
	margin: 0;
	width: 67%;
	line-height: 1.3em;
	height: 49px;
	font-size: 1.3em;
	vertical-align: middle;
}
#news .article h3 a {	
	height: 100%;
	margin: 0;
	-webkit-align-items: center;
	-ms-flex-align: center;
	display: -webkit-flex;
	display: flex;
}

#news .article .article-day {
	padding-left: 2%;
	font-size: 2em;
	color: #5d7fc6;
	vertical-align: middle;
}
#news .article .article-date {
	display: inline-block;
	width: 30%;		
	height: 50px;
	margin-right: 1.5%;
}
#news .article .article-year { display: none; }
#news hr {
	width: 70%;
}
#news .line { display: none; }
/* End News */
/* Notice */
#notice .list ul {
	padding:10px 5px 0 25px;
}
#notice .list ul li {
	margin-bottom: 5px;
	font-size: 1.2em;
	list-style-image: url(../img/link_dot.gif);	
}
#notice .list ul span {
	color: #093;
}
/* End Notice */
/* Track */
#track button { display: none;}
#track .enter{
    display: block;
    margin: 10px 0;
    height: 40px;
    font-size: 1.2em;
    font-weight: 300;
    background: #c1c1c1;
}
#track .enter a {
	display: inline-block;
	margin-top: 10px;
	color: #fff;
}
#track .enter img{
    margin:1px 5px 5px 20px;
}
#track .indexmaindiv {
	/**/	
}
#track .swiper-container {
	/* 不包括分页器 */
	padding-bottom: 33px;
}
#track .swiper-wrapper {
	/* 不包括进退按钮 */
}
#track .swiper-slide {
	margin:0 5%;
	width: 92px;
	height: 92px;
	/*	background-position: center; */
	background-size: cover;
	display: inline;
}
#track .swiper-container-horizontal>.swiper-pagination {
	bottom: 0;
}
#track .swiper-slide p{
    padding-top: 92px;
	text-align: center;
	color: green;
}
#track .swiper-slide a{
	cursor:pointer;
}    
#track-icon { display: none; }

#jwxt { background-image:url(img/icon-img/jwxt-sm.png) }
#bapt { background-image:url(img/icon-img/bgpt-sm.png) }
#tsg { background-image:url(img/icon-img/tsg-sm.png) }
#wlfw { background-image:url(img/icon-img/wlfw-sm.png) }
#cxqx { background-image:url(img/icon-img/cxqx-sm.png) }
#jxzy { background-image:url(img/icon-img/jxzy-sm.png) }
#jpkc { background-image:url(img/icon-img/jpkc-sm.png) }
#xssq { background-image:url(img/icon-img/xssq-sm.png) }
#rcyj { background-image:url(img/icon-img/rcyj-sm.png) }
#crjy { background-image:url(img/icon-img/crjy-sm.png) }
#xxgk { background-image:url(img/icon-img/xxgk-sm.png) }
#yzxx { background-image:url(img/icon-img/yzxx-sm.png) }
.icon-i8 {
	*margin-left: 12%;
	height: 150px;
}
.icon-e8 {
	margin: 0 auto;
	margin-bottom: 15px;
	width: 100%;	
	text-align: center;
}
.icon-e8 a {
	cursor: pointer;
}
.icon-8 {
	*float: left;	display: inline-block;
	margin-right: 0;
	width: 60px;
	height: 72px;
	text-align :center;
}
.icon-8 img {
	margin-bottom: 3px;
	width: 35px;
}
.icon-8 span {
	display: block;
}


/* End Track */
/* Subject */
#subject .list {
	margin-left: 2%; 
	padding-bottom: 2%;

    /*flex布局（作用于容器）*/
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flex;
	display:-moz-flex;
    display: flex;
	display:-ms-flexbox;

    /*两端对齐（作用于容器）*/
	-webkit-box-pack:flex-start;
	-moz-box-pack:flex-start;
	-ms-flex-pack:flex-start;
	-webkit-justify-content:flex-start;
    justify-content: flex-start;
    /*侧轴方向对齐方式（作用于容器）*/
	-webkit-box-align:flex-end;
	-moz-box-align:flex-end;
	-ms-flex-align:flex-end;
	-webkit-align-items:flex-end;
    align-items: flex-end;

    /*换行（作用于容器）*/
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#subject .list .subject{
	margin-bottom: 10px;
    margin-right: 5%;
    width:302px;
	background: url(../img/sub-pic1.png) no-repeat;
}
#subject .list .subject a{
    margin-left: 10px;
	font-size: 1.1em;
	color :#1351B6;
}
/* Footer */
footer {
	text-align: center;
	background-color: #4E74B5;
}
#infos {
	display: inline-block;
	margin: 0 auto;
}
#info {
	float: left;
}
#footer-icon {
	float: left;
}
footer .footer-icon {
	/*width: 35px;*/
	height: 41px;
}
footer p {
	margin-bottom: 0;
	color: #fff;
}
/* End Footer */
}
@media screen and (min-width:400px) { 
/* Header */
header nav {
	margin-top: 1.2%;
}
header #search {
	margin-top: 1.2%;
	margin-right: 2%;
}
/* End Header */
/* News */
#news .article h3 {
	font-size: 1.8em;
}
#news .article .article-day {
	font-size: 2.8em;
}
/* End News */
/* Footer */
#infos {
	padding: 0 auto;
}
/* End Footer */
}

@media screen and (min-width:768px) {
/* Header*/
header #en {
	display: inline-block;
	float: right;
	margin: 1%;
}
header #search {
	display: none;
}
header #search-group {
	display: table;
	float: right;
	width: 200px;
	margin: 1%;
}
header #search-group .form-control {
	display: inline;
	margin: 1%;
	height: 42px;
}
header #search-group button {
	display: inline;
	margin-top: 2px;
}

/* End Header */
/* Nav */
.navbar-collapse {
	padding: 0;
}
nav ul li {
	border-bottom: none;
}
.nav {
	width: 100%;
}
.nav>li {
	width: 10%;
}
.nav>li>a {
	padding-left: 0;
	padding-right: 0;
	font-size: 1.1em;
	text-align: center;
}
/* End Nav */

section h2 { display: none; } 
section .h2 {
	display: block;
	background: url(../img/xian.png) repeat-x;
}
section .h2 img {
	margin-top: -2px;
	margin-left: -1px;
	width: 130px;
}
section .h2 .more {
	float: right;
	margin-top: 0;
	width: auto;
}
.more {
	width: 39px;
	height: 49px;
}
/* News */
#news .article-right{
	margin-top: 12px;
}
#news .article p {
	display: inline-block; 
	margin-left: 2%;
	width:81%;
	text-indent: 2em;
	text-align: justify;
	/* 3 times the line-height to show 3 lines */
    line-height: 1.4em;
    height: 4.2em;
    overflow: hidden;
}
#news .article-right p {
	float: right;
}
#news .article h3 {
	display: block;
	width: auto;
	font-weight: bold;
}
#news .article-right h3 {
    margin-top: 0;
}
#news .article-right h3 {
	float: right;
}
#news .article h3 a {
	padding-left: 2%;
	color: #41a365;
}
#news .article-right h3 a {
	padding-left: 0;
}
#news .article .article-date {
	display: inline-block; 
	float: left;
	padding: 1%;
	width: 90px;
	height: 70px;
	text-align: center;
	border-radius: 6px;
	background-color: #c9ecf9;
}
#news .article-right .article-date {
	float: right;
	margin-right: 0;
}
#news .article .article-day {
	padding-left: 0;
	margin-right: 0;
	margin-top: 10px;
	width: auto;
	font-size: 1.5em;
}
#news .article .article-year { display: block; }
#news .article .line {
	display: inline; 	
	float:left;
	margin-left:10px;
	height: 100px;
	width: 2px;
	background-color: #c9ecf9;
}
#news .article-right .line {
	float: right;
	margin-right: 10px;
}
#news hr { display: none; }
/* End News */
/* Track */
#track .enter { display: none;}
#track button {
	display: inline;
	float: right;
	position: relative;
	top: 10px;
}
#track p {
	font-size: 1.2em;
	color: #093;
}
#track #track-icon {
	display: none\0;
}

#jwxt { background-image:url(img/icon-img/jwxt.png) }
#bapt { background-image:url(img/icon-img/bgpt.png) }
#tsg { background-image:url(img/icon-img/tsg.png) }
#wlfw { background-image:url(img/icon-img/wlfw.png) }
#cxqx { background-image:url(img/icon-img/cxqx.png) }
#jxzy { background-image:url(img/icon-img/jxzy.png) }
#jpkc { background-image:url(img/icon-img/jpkc.png) }
#xssq { background-image:url(img/icon-img/xssq.png) }
#rcyj { background-image:url(img/icon-img/rcyj.png) }
#crjy { background-image:url(img/icon-img/crjy.png) }
#xxgk { background-image:url(img/icon-img/xxgk.png) }
#yzxx { background-image:url(img/icon-img/yzxx.png) }

.icon-i8 {
	height: 200px;
}
.icon-8 {
	margin-right: 0;
	width: 90px;
	height: 72px;
}
.icon-8 img {
	width: 60px;
}
/* End Track */
/* Subject */
#subject .inner .list {
	margin-top: 30px;
}
}

@media screen and (min-width:992px) {
.inner {
	max-width: 1024px;
	margin: 0 auto;
}
img { max-width: 100%; }
/* Header */
header #time {
	display: inline;	
	float: right;
	margin: 2%;
}
/* End Header */
/* News */
#news .article p {
	width:85%;
}
/* End News */
/* Notice */
#notice .list ul li span {
	float: right;
}
/* Track */
#track #track-icon {
	display: block; 
	text-align: center;
}
#track #track-icon .icon-left {
	float: left;
}
#track #track-icon .icon-right {
	float: right;
}
#track #indexmaindiv { display: none; }
#track button {
	top: 0;
}
.icon-i8 {
	height: 300px;
}
.icon-8 {
	margin-right: 10px;
	width: 100px;
	height: 120px;
}
.icon-8 img {
	width: 100%;
}
/* End Track */
/* Footer */
footer {
	padding: 2%;
	line-height: 2em;
}
footer #slogan {
	float: right;
	max-width: 100%;
}
footer #infos {
	display: block;
	margin: 0 0;
}
footer #infos,
footer p {
	 text-align: left;
}
footer #infos #footer-icon{
	padding: 0;
	margin: 0;
	margin-left: 2%;
}

}
