body,
p,
ul,
h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    margin: 0;
}

html,
body {
    min-height: 100vh;
    font-family: "microsoft yahei", arial;
    background: #fff;
}

i {
    font-style: normal;
}

ul {
    list-style: none;
}

img {
    vertical-align: top;
}

label {
    font-weight: normal;
    margin: 0;
}

a,
a:focus,
a:active {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: none;
    color: #FF6600;
}

input {
    outline: none;
    border: 0;
    text-align: left;
}

/*input:focus {
    border: none
}*/

em,
strong {
    font-style: normal;
    font-weight: normal;
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-20 {
    margin-bottom: 20px;
}

.btn {
    outline: none !important;
}

.button {
    display: inline-block;
    padding: 8px 16px;
    min-width: 80px;
    height: 40px;
    line-height: 24px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.button-orange {
    color: #fff !important;
    background-color: #f60;
    border: 0;
}

.button-orange-plain {
    color: #f60 !important;
    border: 1px solid #f60 !important;
}

.button-green {
    color: #fff !important;
    background-color: #3b9306;
    border: 0;
}

.button-green-plain {
    color: #327708 !important;
    border: 1px solid #327708 !important;
    background-color: transparent;
}

.button:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

/*页面分栏*/

.page-wrapper {
    width: 100%;
    margin-bottom: 20px;
    min-height: 615px;;
}

.page {
    width: 1200px;
    margin: 0 auto;
}

/*左分栏*/

.page-lm .page-left {
    width: 200px;
    float: left;
}

.page-lm .page-middle {
    width: 971px;
    float: right;
}

/*右分栏*/

.page-rm .page-middle {
    width: 830px;
    float: left;
}

.page-rm .page-right {
    width: 321px;
    float: right;
}

/*图片列表*/

.image-list {
    width: 830px;
}

.image-list ul {
    width: 860px;
}

.image-list ul li {
    float: left;
    margin-right: 31px;
    margin-bottom: 8px;
    width: 184px;
    height: 184px;
}

.image-list ul li img {
    display: block;
    width: 184px;
    height: 138px;
}

.image-list ul li p {
    text-align: center;
    height: 46px;
    line-height: 46px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.orange {
    color: RGB(255, 102, 0)
}

/*文章*/

.article-content {
    color: #666;
    line-height: 24px;
}

.article-content img {
    max-width: 100%;
}

/*内容框*/

.border-box {
    border: 1px solid #ededed;
    padding: 53px 65px 64px 66px;
    min-height: 200px;
}

.border-box .border-box-title {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-bottom: 46px;
}

/*面包屑*/

.breadcrumb {
    background: 0;
}

.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "- ";
    padding: 0 5px;
}

.breadcrumb > li a:visited,
.breadcrumb > li a:link {
    color: #999
}

.breadcrumb > li.active a:visited,
.breadcrumb > li.active a:link {
    color: #666;
}

.topNavBox {
    width: 100%;
    height: 44px;
    line-height: 44px;
}

.topNav {
    width: 1200px;
    margin: 0 auto;
}

.topNav .pull-left li,
.topNav .pull-right li {
    float: left;
    color: #666;
}

.topNav .pull-left li:first-child {
    margin-right: 37px;
}

.topNav .pull-right li.search {
    width: 300px;
    margin-right: 37px;
}

.topNav .pull-right li.search form {
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
}

.topNav .pull-right li.search form .col-lg-6 {
    width: 100%;
}

.topNav .pull-right li.search form input {
    border: 0;
    height: 24px;
    padding: 6px 12px;
    margin: 10px 0;
    font-size: 11px;
    line-height: 24px;
    color: #555;
    outline: none;
    box-shadow: none;
}

.topNav .pull-right li.search form .btn {
    height: 24px;
    margin: 10px 0;
    font-size: 11px;
    padding: 0;
    padding-left: 10px;
    color: #555;
    background: url(../images/search.png) no-repeat 5px 6px;
    border-radius: 12px;
    width: 78px;
    outline: none
}

.navBox {
    width: 100%;
    background: #f8f8f8;
    margin-bottom: 10px;
}

.nav1 {
    width: 1200px;
    height: 111px;
    margin: 0 auto;
}

.nav1 .logo {
    height: 71px;
    display: block;
    margin: 20px 0;
}

.nav1 .fr nav.navbar {
    position: relative;
    min-height: 45px;
    margin: 32px 0 0;
    border: 1px solid transparent;
    background-color: #327708;
    color: #fff;
}

.nav1 .navbar-nav {
    width: 100%;
    text-align: center;
}

.nav1 .navbar-nav > li {
    width: 10%;
}

.nav1 .navbar-nav > li:hover .dropdown-menu {
    display: block;
}

.nav1 .fr nav.navbar .navbar-nav > li.active {
    background-color: #1A5003;
}

.nav1 .fr nav.navbar .navbar-nav > li > a,
.nav1 .fr nav.navbar .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #327708;
}

.nav1 .fr nav.navbar .navbar-nav > li.active > a,
.nav1 .fr nav.navbar .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #1A5003;
}

.nav1 .fr nav.navbar .navbar-nav > li .dropdown-menu {
    width: 100%;
    padding: 0;
    margin: 0;
    min-width: 80px;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.nav1 .fr nav.navbar .navbar-nav > li .dropdown-menu > li > a {
    display: block;
    height: 37px;
    line-height: 37px;
    white-space: nowrap;
    background: #008200;
    padding: 0;
    text-align: center;
    color: #fff;
}

.nav1 .fr nav.navbar .navbar-nav > li .dropdown-menu > li.active a,
.nav1 .fr nav.navbar .navbar-nav > li .dropdown-menu > li > a:focus,
.nav1 .fr nav.navbar .navbar-nav > li .dropdown-menu > li > a:hover {
    color: #fff;
    background: #1A5003;
}

/*左侧栏*/

.navbar-left {
    border-top: 1px solid #ddd;
}

.navbar-left li {
    border: 1px solid #ddd;
    width: 200px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-top: 0;
    color: #666;
}

.navbar-left li a {
    display: block;
}

.navbar-left li:first-child {
    background: #F6F6F6;
}

.navbar-left li.active {
    border-right: 3px solid #54B31B;
    color: #327708;
}

.page-middle .recommend-nav {
    position: relative;
    border-bottom: 1px #ddd solid;
    height: 47px;
    margin-bottom: 16px;
}

.page-middle .recommend-nav h3 {
    display: inline-block;
    font-size: 18px;
    color: #333;
    border-bottom: 3px solid #327708;
    line-height: 45px;
    min-width: 74px;
    margin-bottom: 1px;
    text-align: center;
}

.page-middle .information,
.page-right .information {
    position: relative;
}

.page-middle .information .nav-tabs > li.active > a,
.page-middle .information .nav-tabs > li.active > a:focus,
.page-middle .information .nav-tabs > li.active > a:hover,
.page-right .information .nav-tabs > li.active > a,
.page-right .information .nav-tabs > li.active > a:focus,
.page-right .information .nav-tabs > li.active > a:hover {
    color: #333;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 3px #327708 solid;
    border-bottom-color: transparent;
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    background: #fff;
    border-color: transparent;
}

.page-middle .more,
.page-right .information .more {
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    width: 50px;
    line-height: 42px;
}

.page-middle .more a,
.page-right .information .more a {
    padding-left: 12px;
    font-size: 12px;
    background: url(../images/more.png) no-repeat left 5px;
}

.page-middle .information .tab-content,
.page-right .information .tab-content {
    border: 1px solid #ddd;
    border-top: saddlebrown;
}

.page-middle .information .tab-content ul {
    padding: 15px 0 12px 0;
}

.page-right .information .tab-content ul {
    list-style: none;
    padding: 15px 13px 12px 28px;
    color: #ccc;
}

.page-middle .information .tab-content li,
.page-right .information .tab-content li {
    line-height: 38px;
}

.page-middle .information .tab-content li a,
.page-right .information .tab-content li a {
    color: #666;
}

.page-middle .information .tab-content li a .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
}

.page-right .information-block .tab-content ul {
    list-style: none;
    padding: 16px 16px 0;
}

.page-right .information-block .tab-content li {
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 16px;
}

.page-right .information-block .tab-content li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    border: 1px solid #ddd;
    margin: 0 8px;
    padding: 0 8px;
}

.directories .recommend-nav {
    margin-bottom: 0;
}

.directories-content ul li {
    border-bottom: 1px solid #ddd;
    height: 178px;
}

.directories-content ul li:last-child {
    border-bottom: 0;
}

.directories-content ul li .fl {
    width: 190px;
}

.directories-content ul li .fl img {
    width: 184px;
    height: 138px;
    margin-top: 20px;
}

.directories-content ul li .fr {
    width: 523px;
    margin-top: 33px;
}

.directories-content ul li .fr h5 {
    font-size: 18px;
    color: #333;
}

.directories-content ul li a:hover h5 {
    color: #f60;
}

.directories-content ul li .fr p {
    font-size: 14px;
    color: #666;
    margin-top: 12px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 78px;
}

.page-middle .information .tab-content .tab-pane ul li a:hover,
.page-right .information .tab-content .tab-pane ul li a:hover {
    color: #FF6600;
}

.page-right .information .tab-content .tab-pane ul li a .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 38px;
}

.footerBox {
    background: #F4F4F4;
    height: 147px;
    margin-top: 60px;
}

.footer {
    width: 1200px;
    margin: 0 auto;
}

.footer .fl {
    width: 330px;
    margin-top: 23px;
}

.footer .fl img.fr {
    width: 110px;
}

.footer > .fr {
    margin-top: 45px;
    height: 68px;
    border-left: 1px solid #DDDDDD;
    width: 820px;
    padding-left: 36px;
}

.footer > .fr p {
    font-size: 14px;
    color: #B8B9B9;
    line-height: 25px;
}

.paginationbox {
    text-align: center;
}

.paginationbox span {
    background-color: #eee !important;
    color: #666;
}

.intro-list ul {
    padding: 10px 0;
}

.intro-list ul li {
    position: relative;
    height: 38px;
    line-height: 38px;
    padding-left: 28px;
    padding-right: 13px;
    background: url(../images/disc.png) no-repeat 12px center;
    border-bottom: 1px dashed #ddd;
}

.intro-list ul li a:hover {
    color: #FF6600;
}

.intro-list-4 ul li,
.intro-list-5 ul li {
    border-bottom: 0;
}

.intro-list-4 ul li:nth-child(4n),
.intro-list-5 ul li:nth-child(5n) {
    border-bottom: 1px dashed #ddd;
    height: 46px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    background-position: 12px 16px;
}

.intro-list ul li:last-child {
    border-bottom: 0;
    height: 38px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.intro-list ul li .title {
    /*width: 507px;*/
    margin-right:90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.intro-list ul li .date{
    position: absolute;
    width:80px;
    top:0;
    right:13px;
}

.recommend-content ul {
    width: 368px;
}

.recommend-content ul.fl {
    border-right: 1px #ddd solid;
}

.recommend-content ul li {
    line-height: 38px;
    height: 38px;
}

.recommend-content ul li p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommend-content ul.fl li p.fr {
    width: 63px;
    margin-right: 66px;
}

.recommend-content ul.fr li {
    margin-left: 64px;
}

.recommend-content ul.fr li p.fr {
    width: 63px;
}

/*form*/

.form-box .form-input {
    width: 100%;
    height: 48px;
    line-height: 16px;
    padding: 16px;
    border: 1px solid #ddd;
}

/*轮播广告位*/

.imageads-wrapper {
    position: relative;
    margin: 20px 0;
    overflow: hidden;
}

.imageads-wrapper .unslider-nav {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 0;
}

.imageads-wrapper .unslider-nav li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 3px !important;
    font-size: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: pointer;
}

.imageads-wrapper .unslider-nav li.unslider-active {
    background-color: #f60;
}

/*暂无数据*/
.page-nocontent {
    text-align: center;
    margin: 60px 0;
    color: #999;
    font-size: 16px;
    height: 60px !important;
}

/*图片上传*/
.tnc-image-list {
    position: relative;
    margin: 5px 0;
}

.tnc-image-list .upload-item {
    position: relative;
    display: inline-block;
    margin: 5px 15px 5px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.tnc-image-list .upload-item > img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
}

.tnc-image-list .upload-item .shadow {
    position: absolute;
    width: 100px;
    height: 100px;
    display: none;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    border: 1px solid #ccc;
}

.tnc-image-list .upload-item:hover .shadow {
    display: block;
}

.tnc-image-list .upload-item:hover .shadow .delete {
    color: white;
    cursor: pointer;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
}

.tnc-image-list .upload-item:hover .shadow .preview {
    color: white;
    cursor: pointer;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
}

.tnc-image-list .upload-item .shadow.uploading {
    position: absolute;
    display: block;
    background-color: #e1e1e1;
}

.tnc-image-list .upload-item .shadow.uploading .delete, .tnc-image-list .upload-item .shadow.uploading .preview {
    display: none;
}

.tnc-image-list .upload-item .shadow .message {
    color: white;
    cursor: pointer;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.tnc-image-list .upload-item .shadow.uploading .message {
    display: block;
}

.tnc-image-list .upload-item .shadow.error .preview {
    display: none;
}

.tnc-image-list .upload-item .shadow.error .delete {
    color: white;
    cursor: pointer;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tnc-image-list .layui-icon {
    font-size: 20px;
    color: white;
}

/*文件上传*/
.tnc-file-list {
    margin: 5px 0;
}

.tnc-file-list a, .tnc-file-list b, .tnc-file-list .delete {
    margin-left: 5px;
}

.tnc-file-list .delete {
    cursor: pointer;
}

ul li.no-data {
    text-align: center;
    color: #999;
    font-size: 16px;
}

/*分类*/

.classify {
    border: 1px solid #e0e0e0;
    border-bottom: 0;
    margin-bottom: 20px
}

.classify .classify-item {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #EDEDED;
    height: 47px;
    line-height: 30px;
    padding: 8px 0;
}

.classify .title {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #333;
    width: 100px;
    height: 46px;
    padding-left: 20px;
    line-height: 46px;
    text-align: right;
}

.classify .links {
    margin-left: 120px;
    margin-right: 80px;
}

.classify .links a {
    display: inline-block;
    margin-right: 12px;
}

.classify .links a.active {
    color: #f60;
}

.classify .btn-box {
    position: absolute;
    right: 0;
    top: 10px;
}

.classify .classify-btn {
    background: 0;
    font-size: 12px;
    color: #999;
    width: 60px;
    line-height: 30px;
}

.classify .bigger {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    background: url(../images/bigger.png) no-repeat left;
}

.classify .regain {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    background: url(../images/regain.png) no-repeat left;
    display: none;
}

.classify .classify-item.has-show {
    height: auto;
}

.classify .has-show .bigger {
    display: none;
}

.classify .has-show .regain {
    display: inline-block;
}

/*暂无数据*/
.page-nocontent {
    text-align: center;
    margin: 60px 0;
    color: #999;
    font-size: 16px;
}

/*图片上传*/
.tnc-image-list {
    position: relative;
    margin: 5px 0;
}

.tnc-image-list .upload-item {
    position: relative;
    display: inline-block;
    margin: 5px 15px 5px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.tnc-image-list .upload-item > img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
}

.tnc-image-list .upload-item .shadow {
    position: absolute;
    width: 100px;
    height: 100px;
    display: none;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    border: 1px solid #ccc;
}

.tnc-image-list .upload-item:hover .shadow {
    display: block;
}

.tnc-image-list .upload-item:hover .shadow .delete {
    color: white;
    cursor: pointer;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
}

.tnc-image-list .upload-item:hover .shadow .preview {
    color: white;
    cursor: pointer;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
}

.tnc-image-list .upload-item .shadow.uploading {
    position: absolute;
    display: block;
    background-color: #e1e1e1;
}

.tnc-image-list .upload-item .shadow.uploading .delete, .tnc-image-list .upload-item .shadow.uploading .preview {
    display: none;
}

.tnc-image-list .upload-item .shadow .message {
    color: white;
    cursor: pointer;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.tnc-image-list .upload-item .shadow.uploading .message {
    display: block;
}

.tnc-image-list .upload-item .shadow.error .preview {
    display: none;
}

.tnc-image-list .upload-item .shadow.error .delete {
    color: white;
    cursor: pointer;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tnc-image-list .layui-icon {
    font-size: 20px;
    color: white;
}

/*文件上传*/
.tnc-file-list {
    margin: 5px 0;
}

.tnc-file-list a, .tnc-file-list b, .tnc-file-list .delete {
    margin-left: 5px;
}

.tnc-file-list .delete {
    cursor: pointer;
}

ul li.no-data {
    text-align: center;
    color: #999;
    font-size: 16px;
}



.qfc-link{
    color: #357fe8;
}