html, body {
  background-color:#eae7e7;
  margin: 0;
  padding: 0;
  font-family: "Î¢ÈíÑÅºÚ";
}

body, input, button, select, textarea {
  font-family: "Î¢ÈíÑÅºÚ";
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga","kern"; }

img, a img {
  border: 0; 
}

a {
  font-family: "Î¢ÈíÑÅºÚ";
  color: inherit;
  *color: #333;
  outline: medium none;
  text-decoration: none;
  outline: none; }

a.blue {
  color: #13af50;
  font-size:12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
a.blue:hover {
    color: #069f44; }
a.red {
  color: red;
  font-size:12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
a.red:hover {
    color: red; }

a:hover {
  text-decoration: none;
  color: #2a9a10; }

button, input {
  outline: none; }

label {
  cursor: pointer; }

ul li, .ol li {
  list-style: none; }

em, cite, i {
  font-style: normal; }

p {
  word-break: break-all;
  text-align: justify;
  text-justify: distribute-all-lines;
  text-justify: inter-ideograph; }

/*È«²¿Ó¢ÎÄ×Ö·ûÏÂ×Ô¶¯»»ÐÐ*/
/* È¥³ýChromeµÈä¯ÀÀÆ÷ÎÄ±¾¿òÄ¬ÈÏ·¢¹â±ß¿ò */
input:focus, textarea:focus {
  outline: none; }

/* È¥³ýIE10+ä¯ÀÀÆ÷ÎÄ±¾¿òºóÃæµÄÐ¡²æ²æ */
input::-ms-clear {
  display: none; }

/* ½ûÖ¹¶àÐÐÎÄ±¾¿òtextareaÍÏ×§ */
textarea {
  resize: none; }

.breadNav {
    color: #333;
    width: 1200px;
    font-size: 14px;
    margin: 0 auto 15px;
}
.mt15 {
    margin-top: 15px !important;
}
.breadNav .bn_caption {
    color: #999;
}
.us{
	width: 1140px !important;
	padding: 30px;
    line-height: 30px;
}
.shortcut {
  height: 56px;
  line-height: 56px;
  vertical-align: middle;
  font-size: 14px;
  font-family: "Î¢ÈíÑÅºÚ";
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff; 
}
.shortcut ul{height: 30px;line-height: 30px;display: inline-block;font-size: 14px;background-color: #097af8;padding: 0;}
.shortcut ul li{float:left;padding:0 20px;}

.shortcut .fr ul li:nth-child(7){
	width: 50px;
    padding-right: 0;
}
.shortcut .fr ul li:nth-child(8){
	width: 50px;
    padding-left: 0;
    border-left: 1px solid #fff;
    margin: 5px 0;
    height: 20px;
    line-height: 20px;
}

.mW {
  width: 1200px;
  margin: 0 auto; 
}

.shortLinks a {
  display: inline-block;
  margin-left: 10px; }
  .shortLinks a:hover {
    color: #f5e74b; }
    
.fl {
  float: left !important; }

.fr {
  float: right !important; }

div.clear{
	clear:both;
}
  
.page_main{
	width:100%;
	background:url(imagesmain_back.png) top no-repeat;
	padding-top:228px;
}

.page_content{
	width:1200px;
	margin:0px auto;
	display: table;
	background-color:#fff;
	padding-top:14px;
	padding-bottom:50px;
}

.img_content{
	width:570px;
	height:324px;
	border:1px solid #b4b6b3;
	margin-left:14px;
	margin-top: 14px;
	float:left;
	clear:left;
}

.sf_imgBox {
    width: 562px;
    float: left;
    margin-top:3px;
    margin-left:4px;
}

.slideBox {
    width: 562px;
    height: 318px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    /*overflow: hidden;*/
    position: absolute;
    right: 5px;
    bottom: 30px;
    z-index: 999;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
    width:562px;
}

.slideBox .bd li h5 {
    position: absolute;
    bottom: -25px;
    left: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.7);
    width: 86%;
    line-height: 50px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    padding-left: 2%;
    padding-right: 12%;
    white-space: nowrap;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
}

.slideBox .bd img {
    width: 562px;
    height: 318px;
    display: block;
}

.slideBox .prev, .slideBox .next {
    position: absolute;
    left: 1%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(imagesslider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 1%;
    background-position: 8px 5px;
}

.slideBox .prev:hover, .slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}
.toutiao{color: #03438a;font-size: 25px;font-weight: bold;}
.showmore{
	font-size: 12px;
    padding-right: 15px;
    color: #666;
}
.ss span{
	background-color: #0054a6;
    color: #fff;
    width: 120px;
    height: 37px;
    display: inline-block;
    line-height: 37px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
	font-family: "Î¢ÈíÑÅºÚ";
}
.ss em{
	color:#0054a6;
	padding:0 0 0 10px;
	font-size: 19px;
    font-weight: bold;
	font-family: "Î¢ÈíÑÅºÚ";
}
.page_content1{
	float:right;
	clear:right;
	width:562px;
	height:293px;
	border-top:1px solid #097af8;
	margin-left: 14px;
	background:#ffffff;
}

.page_content1 a{
	font-size:18px;
	font-family:"Î¢ÈíÑÅºÚ";
}

.page_content1 p{
	text-indent: 2em;
	font-size:14px;
	line-height:30px;
	color:#747373;
}

.page_content2{
	float:left;
	clear:left;
	width:576px;
	height:254px;
	border:1px solid #b4b6b3;
	margin-left:14px;
	margin-top:30px;
	background:#ffffff;
}

.page_content3{
	float:left;
	width:576px;
	height:254px;
	border:1px solid #b4b6b3;
	margin-left:18px;
	margin-top:30px;
	background:#ffffff;
}

.page_content4{
	margin: 0 auto;
    width: 1170px;
    height: 320px;
    border: 1px solid #b4b6b3;
    margin-right: 14px;
    display: table;
    clear: both;
}
.page_content4 img{padding: 10px 15px;}

.page_content5{
	margin: 0 auto;
    width: 1170px;
    height: 131px;
    border: 1px solid #b4b6b3;
    margin-right: 14px;
    display: table;
	background: url(imagesicon4.png) no-repeat;
	background-size: 100% 100%;
    clear: both;
}
.page_content5 .page_contentlist{height: 131px !important;padding-left: 60px;width: 96%;border-top:none;}
.page_content5 .page_contentlist span{
	padding: 80px 0 0 0;
    display: inline-block;
    width: 60px;
    text-align: center;
	margin-right: 29px;
}
.page_content6{
	margin: 0 auto;
    border: 1px solid #b4b6b3;
	width: 354px;
    display: table;
    clear: both;
}
.page_content6 .page_contentlist{
	border-top:none;
	height: auto;
    padding-bottom: 10px;
}
.header_title{
	width:100%;
	float:left;
	clear:left;
	font-family:"Î¢ÈíÑÅºÚ";
}
.header_title .cc{
	background: url(imagesicon5.png) no-repeat;
	width:354px;
	height:56px;
	line-height:56px;
}
.header_title .cc span{
    font-size: 20px;
    color: #fff;
    padding-left: 35px;
}
.e2{
	
}
.e2 li{
	width:100%;
	overflow:hidden;
	clear:both;
	padding:12px 0px;
	border-bottom:1px solid #EEE;
	color:#333;
}
.e2 li b a{
	color:#333;
}
.e2 li a.preview{
	width:144px;
	float:left;
	margin-right:7px;
	margin-bottom:3px;
	display:inline;
}
.e2 li a.preview img{
	width:140px;
	/*height:95px;*/
	display:block;
	padding:1px;
	border:1px solid #EEE;
}
.e2 li a.preview:hover img{
	border:1px solid #AAA;
}
.e2 li a.title{
	overflow:hidden;
	line-height:25px;
	font-weight:bold;
	font-size:14px;
	margin-left:2px;
}
.e2 span.info{
	display:block;
	line-height:23px;
	color:#555;
	padding-left:12px;
}
.e2 span.info a{
	color:#690;
}
.e2 p.intro{
	color:#666;
	line-height:25px;
	margin: 0;
	font-size: 14px;
    display: table;
}

.artTitle {
    font-size: 22px;
    text-align: center;
    line-height: 150%;
    margin: 20px 50px 5px 50px;
}
.artSubTitle {
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    color: #666;
}
.pr10 {
    padding-right: 10px !important;
}
.atrCon {
    font-size: 16px;
    line-height: 2.2em;
    padding: 15px 30px;
}
.m-flip {
    text-align: center;
    margin-top: 20px;
}
.context {
    float: left;
}
.context ul li {
    line-height: 29px;
    color: #888;
	font-size: 12px;
	display: table;
}

.page_contentlist{
	font-family:"Î¢ÈíÑÅºÚ";
	border-top: 1px solid #097af8;
	width:100%;
	height:200px;
	float:left;
	clear:left;
	padding:9px 0 0;
}
.page_contentlist a{
	font-family:"Î¢ÈíÑÅºÚ";
	font-size: 18px;
}
.yunying{background: url(imagesyunying.png) no-repeat;background-size: 100% 100%;background-position: 0 8px;}
.yunying table{padding: 50px 0 0 80px;}
.friendlink{
	width:1002px;
	margin:0 auto;
	height:80px;
	line-height:80px;
	color:#605e5e;
	text-align: center;
}

.friendlink a{
	color:#605e5e;
}
.dd{display:none}

.m-flip a {
    cursor: pointer;
    display: inline-block;
    line-height: 32px;
    padding: 0 12px;
    text-align: center;
    background-color: #f6f7f9;
    border-radius: 16px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 14px;
    font-family: Arial;
    color: #333333;
}
.m-flip a.on {
    background-color: #069f44;
    color: #fff;
}