@charset "utf-8";
/* CSS Document */

/*reset*/

body{position:relative;margin:0;font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;}
* {
  box-sizing: border-box;
}
img{display:inline-block;vertical-align:bottom;max-width:100%;height:auto;border:none;}
a{color:inherit; text-decoration:inherit;cursor: pointer;}
a:link { color: inherit; text-decoration: inherit;}/* 未访问的链接 */
a:visited { color: inherit; text-decoration: inherit;}/* 已访问的链接 */
a:hover {color: inherit; text-decoration: inherit;}/* 鼠标移动到链接上 */
a:active {color: inherit; text-decoration: inherit;}/* 选定的链接 */
h1{font-size:32px;}
h2{font-size:24px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5{font-size:14px;}
h6{font-size:12px;}
p,h1,h2,h3,h4,h5,h6,dl,dt,dd,blockquote{margin:0;position:relative;}
ul,ol,li{margin:0;padding:0;list-style:none;}
canvas{width:300px;height:150px;}
input:focus {outline: none;}
.container {
  position: relative;
  width: 1300px;
  height: 100%;
  margin: 0 auto;
}
.row:after,.line:after{display:block;content:"";clear:both;line-height:0;visibility:hidden;}
.clear{clear:both;line-height:0;}
.img-box{position: relative;}
.img-center{max-width:100%;max-height:100%;_width:100%;_height:100%;position: absolute;top:0;bottom:0;left:0;right:0;margin:auto;}
.img-cover{
  display: block;
  position: absolute;
  width:100%;height:100%;
  *width:100%;*height:100%;
  border: none;
  object-position:50% 50%;
  object-fit:cover;
}
.cover{position:absolute;width:100%;height:100%;top:0;left:0;z-index:7;}
.ellipsis{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.fl{float:left;}
.fr{float:right;}
.text_center{text-align:center;}
.text_right{text-align:right;}

/*top*/
.top{
  background:#f2f2f2;color:#a6a6a6;
  font-size:12px;
  height:34px;line-height:34px;
  border-bottom:1px solid #e5e5e5;
}
.top span{margin:0 9px;line-height:34px;}
.top .welcome{margin:0;float:left;}
.top .user_ctrl{margin:0;float:right;}
.top .user_ctrl a{padding:0 10px;}
.top .user_ctrl a.user2{background:#006DE6;color:#fff;}
.top .user_ctrl .icon{vertical-align: middle;padding:0 5px;}

.page{}
/*面包屑导航*/
.bread{font-size:14px;margin:0 0 10px;}
.bread li{display:inline-block;*display:inline;zoom:1;}
.bread li a:before{content:'>';margin:0.25em;}
.bread li.bread_index a:before{content:' ';margin:0;}
.bread li.on{color:#0072e3;}

.article{font-size:16px;padding:20px;/*! border-bottom:1px dashed #696969; */color:#323232;line-height:200%;}
