/*后台公用样式*/

.login {background: url(../images/login-bg.png) #56bc94;}
.login .login-title {color: #fff;text-align: center;font-size: 20px;margin-top: 200px;}
.login .login-form {max-width: 450px;margin: 10px auto;position: relative;left: -50px;color: #fff;}
.login .login-form .captcha {width: 140px;height: 38px;}
.login .login-form input {background-color: rgba(255, 255, 255, 0.3);border: 1px solid rgba(255, 255, 255, 0.3);color: #fff;}
.login .login-form button {width: 100%;background-color: #048f74;}

.logo {margin-top: 20px;margin-left: 20px;}

.header {background-color: #393D49;}

.footer {line-height: 44px;}

.layui-body {left: 210px;}
.layui-side {top: 60px;}
.layui-table tbody tr:hover {background-color: #f2f2f2;}
.layui-tab {overflow: visible;}
.layui-table th{text-align: center;}
.layui-tab-title > li > a {display: block;}
.layui-btn-normal {background: #4caf50;}
.layui-btn-danger {background: #e90d24;}
.layui-nav-tree .layui-nav-child dd a {text-indent: 16px;}

.form-container {max-width: 800px;}
.form-container .edui-editor {margin-top: -7px;margin-bottom: -7px;margin-left: -11px;}

/*分页*/
.pagination {}
.pagination li {display: inline-block;margin-right: -1px;padding: 5px;border: 1px solid #e2e2e2;min-width: 20px;text-align: center;}
.pagination li.active {background: #009688;color: #fff;border: 1px solid #009688;}
.pagination li a {display: block;text-align: center;}

.photo-list {margin: 5px 0;}

/* 文章预览开始 */
.content_product{width: 1200px;margin: auto;}
.news_header {height: 240px;width: 100%;background-color: #fff;}
.banner_img {height: 240px;width: 1200px;margin: auto;background: url(../images/news_banner.png) no-repeat center center;background-size: 100%;}
.product-list {margin:20px auto;width: 900px;height:166px;overflow: hidden;border-bottom: 1px solid #ddd;box-sizing: border-box;}
.product-list .product-list_img {height: 160px;width: 241px;float: left;overflow: hidden;}
.product-list .product-list_img img {height: 138px;width: 200px;margin: 10px 20px;cursor: pointer;}
.product-list .product-list_article {width: 656px;float: left;overflow: hidden;padding-top: 6px;position: relative;}
.product-list_article .article_title {height: 36px;line-height: 36px;font-size: 16px;color: #333;cursor: pointer;}
.product-list_article .article_text {font-size: 12px;max-height: 60px;line-height: 24px;color: #666;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;padding-right: 20px;padding-top: 14px;margin-bottom: 32px;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.product-list_article .article_footer {height: 25px;line-height: 12px;position: relative;color: #999;font-size: 12px;}
.product-list_article .article_footer .article_time {position:absolute;left: 6px;bottom: 18px;}

.details_content{width: 1200px;margin: auto;margin-top: 20px;}
.details_content_product {width: 900px;margin:auto;padding-top: 26px;overflow: hidden;background-color: #fff;}
.details_title {height: 36px;line-height: 36px;text-align: center;font-size: 16px;color: #333;font-weight: bolder;}
.details_share {width: 900px;height: 36px;line-height: 36px;color: #999;text-align: right;padding-right: 10px;}
.details_text {margin-top: 20px;line-height: 36px;font-size: 14px;color: #7b7b7b;}
/* 文章预览结束 */