@charset "utf-8";
/* CSS Document */
ul, li {
	list-style: none;
}
.ml5 { margin-left:5px;}
.ml10 { margin-left:10px;}
.ml15 { margin-left:15px;}
.ml20 { margin-left:20px;}
.ml30 { margin-left:30px;}
.ml60 { margin-left:60px;}
.ml80 { margin-left:80px;}

.mt10 { margin-top:10px; }
.mt15 { margin-top:15px; }
.mt20 { margin-top:20px; }
.mt30 { margin-top:30px; }
.mt40 { margin-top:40px; }
.grey {
	color: #dddddd;
}
.blue {
	color: #5DC9DC;
}
.green {
	color: #81c402;
}
.red {
	color: red;
}
.main_bg {
	background-color: #ffffff;
}
.index_bg {
	background-color: #eef5f9;
}
.floatR {
	float: right;
}
.container_bottom {
	padding-bottom: 40px;
}
.footer {
	background-color: #f2f2f2;
	border-top: solid 1px #666;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #666666;
	text-align: center;
	line-height: 35px;
	z-index: 9999;
}
.banner {
	background: linear-gradient(to top right, #79bd00, #8bdf00);
	background-position: top;
	height: 102px;
}
.banner .title {
	display: inline-block;
	font-size: 36px;
	color: white;
	font-weight: bold;
}
.nuv_ng {
	background: linear-gradient(#ffffff, #fafafa);
}
.nuv {
	margin-top: 0px;
}
.nuv li {
	float: left;
	width: 128px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 15px;
}
.nuv li a { color: #81c402; display: block; width: 100%; }
.nuv li:hover { color: #f58f37; background-color: #f0f0f0;  }
.nuv .checked { background-color: #81c402; color: #ffffff !important; }

.top_admin {
	width: 333px;
	height: 30px;
	line-height: 30px;
	color: #777777;
	font-size: 12px;
	background: url(../../images/admin/u-bg.png) no-repeat center;
}
.top_admin a { color:#777777; }
.top_admin a:hover { color: #f58f37; }

.table_title {
	width: 100%;
	font-size: 32px;
	text-align: center;
	line-height: 60px;
}
.table_simple {
	width: 100%;
	margin-top:15px;
   border-collapse:collapse;
   border:1px solid #dcdcdc;
   font-size: 14px;
}
.table_simple th {
  vertical-align:baseline;
  padding: 10px;
  background-color: #f5f5f5;
  text-align: center;
  color: #416402;
  border-bottom: 1px solid #ebebeb;
}
.table_simple td {
  vertical-align: middle;
  text-align: center;
  padding: 7px 10px;
  color: #999999;
  border-bottom: 1px solid #ebebeb;
}
.table_simple .red td {
	color: red;
}
.table_simple .yellow td {
	color: orange;
}
.table_simple .blue td {
	color: #5DC9DC;
}
.gray {
	color: #999999;
}
.zhushi {
	width: 100%;
	padding: 10px 5px;
	color: #777777;
	background-color: #fffff0;
	border: solid 1px #81c402;
	border-radius: 10px;
	line-height: 26px;
}

.table_simple tbody tr:nth-child(odd) {
  background-color:#ffffff;
}
.table_simple tbody tr:nth-child(even) {
  background-color:#fafafa;
}
.table_simple tbody tr:hover {
	background-color: #fffff0;
}

.table_tongji {
	width: 100%;
	margin-top:15px;
   border-collapse:collapse;
   border:1px solid #dcdcdc;
   font-size: 14px;
}
.table_tongji th {
  vertical-align:baseline;
  padding: 10px;
  background-color: #f5f5f5;
  text-align: center;
  color: #416402;
  border-bottom: 1px solid #ebebeb;
}
.table_tongji td {
  vertical-align: middle;
  text-align: center;
  padding: 7px 10px;
  color: #999999;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}


/*****************tab**************************/
.tabs {
	margin-top: 20px;
	border-bottom: dashed 1px #ebebeb;
}
.tabs a {
	display: inline-block;
	width: 120px;
	text-align: center;
	padding: 8px 0;
	background-color: #e4e4e4;
	color: #666666;
	border-radius: 5px 5px 0 0;
}
.tabs .checked {
	display: inline-block;
	width: 120px;
	text-align: center;
	padding: 8px 0;
	background-color: #81c402;
	color: #ffffff;
	border-radius: 5px 5px 0 0;
}
/*************************row_title*****************/
.row_title {
	line-height: 35px;
	border-bottom: solid 1px #f2f2f2;
	font-size: 16px;
	color: #81c402;
	margin-top: 10px;
}

.login_bg {
	overflow: hidden;
   position: fixed;
   width:100%;
   height:100%;
   background-image: url(../../images/admin/login.jpg);
   background-repeat: no-repeat;
   background-size:cover;
   z-index: -1;
}

.login {
	margin: 150px auto;
	width: 380px;
	color: #ffffff;
	display: block;
   position: fixed;
   top: 50%;
   left: 50%;
   margin-left: -200px;
   margin-top: -220px;
   z-index: 999;
}
.login .title {
	font-size: 35px;
}
.login .login_btn {
	width: 100%;
	padding: 10px;
}
.login .other {
	text-align: right;
}
.login .other a {
	margin-right: 10px;
	color: #999999;
	font-size: 14px;
}
.login .other span {
	margin-right: 10px;
}
.login_box {
	width: 380px;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 20px;
   box-shadow: 2px 2px 4px #64788d, -2px -2px 4px #64788d;
}

.login_box .welcome {
	font-size: 28px;
}
.login_box .erro {
	color: red;
	text-align: center;
	padding: 5px;
	font-size: 14px;
	height: 30px;
}

.none_date {
	width: 100%;
	position: relative;
	text-align: center;
	background-image: url(../../images/admin/none.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 170px;
	color: #999999;
	margin-bottom: 20px;
}
.none_date p {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: 0;
}

.form_bottom {
	border-bottom: dashed 1px #ebebeb;
}

/******************star*******************/

.star-item {
   display: inline-block;
   width: 20px;
   height:20px;
   cursor: pointer;
   background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAYFBMVEUAAAD92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92UmCTPEWAAAAH3RSTlMA9iwe++hAgPLJo13i3Td8JO3Sk4xtYkYUC76cVBIjGgBFCwAAAMtJREFUKM+1kUkOhCAQRUEFBHGep67737JRlEFNJ73wbyAv9WtRD/1O3z/AqrqzDqC7spEAkPECGagwlwRJE28wbpJAk5xjcIJ5rmBBwAsp9nLpsvJYkMWWxRk6QrHZSJFJesIU2UQnjCwLwSQ0kG4zQmzzdmcCuA5VocaQGNiyQX8G1qK/8q6jNH1wtCx3RxwhfnUkM3Vs6ToSdNUDK52NI6JL+4R1JD/HYaXriOsP9xxN+p08R0JV1ZlnzxELRBSJIPccSe1IvufoCxGAFoLwSVOBAAAAAElFTkSuQmCC') center bottom no-repeat;
}

.star-item_chd {
	display: inline-block;
	width: 20px;
	height:20px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAYFBMVEUAAAD92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92Un92UmCTPEWAAAAH3RSTlMA9iwe++hAgPLJo13i3Td8JO3Sk4xtYkYUC76cVBIjGgBFCwAAAMtJREFUKM+1kUkOhCAQRUEFBHGep67737JRlEFNJ73wbyAv9WtRD/1O3z/AqrqzDqC7spEAkPECGagwlwRJE28wbpJAk5xjcIJ5rmBBwAsp9nLpsvJYkMWWxRk6QrHZSJFJesIU2UQnjCwLwSQ0kG4zQmzzdmcCuA5VocaQGNiyQX8G1qK/8q6jNH1wtCx3RxwhfnUkM3Vs6ToSdNUDK52NI6JL+4R1JD/HYaXriOsP9xxN+p08R0JV1ZlnzxELRBSJIPccSe1IvufoCxGAFoLwSVOBAAAAAElFTkSuQmCC') center top no-repeat;
}
/***********************************pic******************************/	
.figure-list{
	  margin: 20px 0 0 0;
	  padding: 0;
	  width: 100%;
	}
.figure-list:after{
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.figure-list li{
  list-style: none;
  float: left;
  width: 24%;
  margin: 0 0.5% 0  0.5%;
}
.figure-list figure{
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding-bottom: 100%; /* �ؼ��������� */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*****************************button***************************/

.login-button { 
	display: inline-block;
	text-align: center;
	padding: 10px 20px;
	border-width: 0px;
	background: #fff; 
	cursor: pointer; 
	outline: none; 
	font-family: Microsoft YaHei; 
	color: white; 
	font-size: 20px;
	font-weight: bold;
	color: #455a64;
	cursor: pointer;
}
.login-button:hover { 
	color: #99abb4;
}

/**************************box***********************/

.box {
	position: relative;
	background-color: #fff;
	height: 100px;
	border: solid 1px #d7dfe3;
	border-radius: 10px;
	padding: 10px 20px;
}

.box .cont {
	float: left;
	font-weight: bold;
	color: #455a64;
	letter-spacing: 0.1em;
	margin-top: 25px;
	margin-left: 15px;
}
.box .names {
	font-size: 20px;
}
.box .touxiang {
	float: left;
	width: 62px;
	height: 62px;
	margin-top: 10px;
}

.box .touxiang img {
	width: 62px;
	height: 62px;
	border-radius: 31px;	
	border: solid #ddd 1px;
}

.box .jieshi {
	color: #99abb4;
	margin-top: 5px;
}

.box .xiangmu {
	color: #455a64;
	font-weight: bold;
	margin-top: 17px;	
}
.box .more {
	color: #99abb4;
	margin-top: 5px;
}
.box .date{
	font-size: 32px;
	color: #7460ee;
	text-align: center;
	margin-top: 15px;
	letter-spacing: -1px;
}

.box .shangbao {
	width: 70px;
	height: 80px;
	float: left;
}

.box .bidu {
	background-color: #ffb22b;
	color: white;
	padding: 3px 10px;
	border-radius: 4px;
	font-size: 0.7em;
	margin-top: 25px;
}
.box .bidu:hover {
	background-color: #f5a81c;
}

/**************************************shouye*********************************/
.index_title {
	font-size: 24px;
	color: #79bd00;
	line-height: 40px;
	border-bottom: dashed 1px #ddd;
	text-align: center;
}

/**************************mingxie*********************************/

.xie_box {
	background-color: #fff;
	border: solid 1px #d7dfe3;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 20px;
}

.xie_box .pic {
	float: left;
	height: 90px;
	width: 90px;
	margin: 15px;
}
.xie_box .pic img {
	height: 80px;
	width: 80px;
	border-radius: 40px;
}
.xie_box .right {
	float: left;
	margin-left: 10px;
	width: 835px;
}
.xie_box .right .name {
	color: #455a64;
	font-weight: bold;
	margin-top: 5px;	
	font-size: 18px;
	border-bottom: dashed 1px #d7dfe3;
	line-height: 35px;
}


.imgs_s {
	max-width:230px;
 	max-height:230px;
 	position: absolute;
 	left: 0;
 	right: 0;
 	top: 0;
 	bottom: 0;
 	margin: auto;
 }
.display_pic {
	margin-top: 15px;
}

.display_pic .left {
	width: 300px;
	float: left;
}
.display_pic .left .touxiang {
	width: 200px;
	height: 200px;
	background-color: silver;
	color: #666666;
	line-height: 200px;
	text-align: center;
}
.display_pic .left .touxiang img {
	width: 200px;
	height: 200px;
}

.display_pic .right {
	float: left;
}
.display_pic .right .suolue {
	width: 62px;
	height: 62px;
}
.display_pic .right .suolue img {
	width: 62px;
	height: 62px;
	border-radius: 31px;
}

/*****************************************************/
.new_box {
	background-color: white;
	padding: 8px 20px;
	border-bottom: dashed 1px #ddd;
	border-radius: 5px;
	box-shadow: 1px 3px 10px #aaa;
}
.new_pic {
	width: 100%;
	text-align: center;;
}
.new_pic img {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	margin-top: -30px;
	box-shadow: 0px 3px 5px #ddd;
}
.new_box .neirong {
	margin-top: 15px;
	color: #666666;
	line-height: 26px;
	height: 50px;
	text-align: center;
	/*text-overflow: ellipsis;
	overflow: hidden; 
	white-space: nowrap;*/
}

.new_box .time {
	padding: 3px 0px;
	line-height: 13px;
	text-align: center;
	width: 70px;
	color: #ffffff;
	font-weight: 400;
	border-radius: 4px;
	font-size: 75%;
	background-color: #fc4b6c;
	margin: 10px auto;
	
}
.news_title {
	color: #79bd00;
	border-bottom: dashed 1px #ddd;
	font-size: 18px;
	font-weight: 500;
}

/* 必要布局样式css */
.cloud-content {
    background: #fff;
    padding: 10px 0 100px 0;
}

.cloud-header {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.cloud-header h3 {
    font-weight: normal;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}

.cloud-header h3 em {
    display: block;
    margin-bottom: 14px;
    font-style: normal;
    font-size: 30px;
}

.cloud-header h3 span {
    font-size: 16px;
    opacity: .6;
}

.cloud-wrapper .cloud-card {
    float: left;
    padding: 10px;
    min-height: 220px;
    background: transparent;
    width: calc(24.5% - -3px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

.cloud-card-image {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.cloud-card-text {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}

.cloud-card-image-back {
    width: 100%;
    height: 200px;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
}

.cloud-card-image .cloud-card-image-back {
    z-index: 0;
    position: absolute;
}

.cloud-card-image-title {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 200px;
    position: absolute;
    z-index: 1;
}

.cloud-wrapper .cloud-card:hover .cloud-scale {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.cloud-wrapper .cloud-card:hover {
    background: #fff;
    -webkit-box-shadow: 0 0 25px rgba(186, 204, 207, 0.7);
    -moz-box-shadow: 0 0 25px rgba(186, 204, 207, 0.7);
    box-shadow: 0 0 25px rgba(186, 204, 207, 0.7);
}

.div1 {
        position: relative;
    }

 .div2 {
	  width: 100px;
	  height: 36px;
	  background: #2178fc;
	  color: #fff;
	  text-align: center;
	  line-height: 36px;
 }

.input_file {
	width: 200px;
	height: 36px;
	position: absolute;
	left: -100px;
	top: 0;
	z-index:1;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;  
	filter: alpha(opacity=0);
	cursor: pointer;
}