/*
* Copyright , 杭州长牛科技有限公司版权所有 www.changniukj.com.com
*
* 请尊重原创，未经允许请勿转载。
* 如发现下载/防止本站前端，那么我们必将追究相应的法律责任。
*/
.heng {
    width: 100%;
    height: 60px;
}

.list_box {
    width: 1280px;
    margin: 0 auto;
}

.list_left {
    width: 360px;
    float: left;
}
.lbox {
    width: 100%;
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
}

.lmt {
    height: 50px;
    line-height: 50px;
    background: #dfdfdf;
    padding-left: 10px;
    overflow: hidden;
}

.lmt span {
    font-size: 18px;
    font-weight: 800;
}

.lbox_list {
    width: 100%;
    overflow: hidden;
}

.lbox_list li {
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    border-bottom: 1px solid #dfdfdf;
}
.lbox_list li.on {
    background: #011d4d;
    color: #fff;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.lbox_list li:hover{
    background: #011d4d;
    color: #fff;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;

}
.lbox_list li:last-child{
    border-bottom: 0px solid #dfdfdf;
}
.lbox_news li {
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}

.lbox_news li a {
    position: absolute;
    width: 100%;
    left: 0px;
    padding-left: 10px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 85px;
}

.lbox_news li span {
    position: absolute;
    right: 5px;
    font-size: 14px;
}

.lbox_news li {
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}

.lbox_news li a {
    position: absolute;
    width: 100%;
    left: 0px;
    padding-left: 10px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 85px;
}

.lbox_news li span {
    position: absolute;
    right: 5px;
    font-size: 14px;
}

.lbox_lx li {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    font-size: 14px;
}

.lbox_lx li span {
    position: relative;
    padding-left: 50px;
    display: block;
    font-size: 14px;
}

.lbox_lx li:nth-child(1) span::before{
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(../images/qiye.png) no-repeat;
    background-size: 30px;
    background-position: center;
    left: 0px;
    bottom: 0px;
}
.lbox_lx li:nth-child(2) span::before{
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(../images/lianxiren.png) no-repeat;
    background-size: 30px;
    background-position: center;
    left: 0px;
    bottom: 0px;
}
.lbox_lx li:nth-child(3) span::before{
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(../images/phoneico.png) no-repeat;
    background-size: 30px;
    background-position: center;
    left: 0px;
    bottom: 0px;
}
.lbox_lx li:nth-child(4) span::before{
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(../images/lxqqico.png) no-repeat;
    background-size: 30px;
    background-position: center;
    left: 0px;
    bottom: 0px;
}
.lbox_lx li:nth-child(5) span::before{
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(../images/zuojiico.png) no-repeat;
    background-size: 30px;
    background-position: center;
    left: 0px;
    bottom: 0px;
}
.lbox_lx li:nth-child(6) span::before{
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(../images/chuanzhenico.png) no-repeat;
    background-size: 30px;
    background-position: center;
    left: 0px;
    bottom: 0px;
}
.lbox_lx li:nth-child(7) span::before{
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(../images/emailico.png) no-repeat;
    background-size: 30px;
    background-position: center;
    left: 0px;
    bottom: 0px;
}
.lbox_lx li:nth-child(8) span::before{
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(../images/dizhiico.png) no-repeat;
    background-size: 30px;
    background-position: center;
    left: 0px;
    bottom: 0px;
}
.list_right {
    float: left;
    width: 900px;
    overflow: hidden;
    padding-left: 20px;
}

.list_main li {
    width: 100%;
    height: 180px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #f9f9f9;
}
.list_main li:hover{
    box-shadow: 0 0 1rem 2px rgba(139, 139, 139, 0.46);
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.infom a img {
    height: 180px;
    width: 270px;
}

.infom {
    height: 180px;
    width: 270px;
    float: left;
}

.infom a {
    position: relative;
    display: block;
    overflow: hidden;
}

.infom a h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 800;
    width: 100%;
    display: block;
    position: absolute;
    bottom: -40px;
    color: #fff;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000000);
    height: 40px;
    line-height: 40px;
}

.infom a img:hover~h6{
    bottom: 0px;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.infom h6:hover{
    bottom: 0px;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.infom a img:hover{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.infotime {
    float: left;
    width: 120px;
    height: 180px;
}

.infot {
    height: 180px;
    width: 475px;
    display: block;
    float: left;
    margin-left: 15px;
    position: relative;
}

h5.lbt a{
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    font-weight: bold;
    line-height: 40px;
}
h5.lbt a:hover {
    color: #4cc3ed;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;

}
p.lms {
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #666666;
}
p.lms:hover {
    color: #4cc3ed;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
span.infoc {
    position: absolute;
    bottom: 0px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
}
.infotime p.day {
    font-size: 28px;
    margin-top: 67px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

p.ei {
    position: absolute;
    bottom: 0px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    right: 0px;
    font-weight: bold;
}

/* 内容页开始 */
.news_main {
    float: left;
    width: 900px;
    overflow: hidden;
    margin-right: 20px;
    background: #f9f9f9;
    padding: 20px;
    box-shadow: 0 0 14px 2px rgba(139, 139, 139, 0.18);
}

.titlebox {
    width: 100%;
    overflow: hidden;
}

.titlebox h1 {
    text-align: center;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
}

.info {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    border-bottom: 1px solid #d6d6d6;
}

.info span {
    margin-right: 30px;
    position: relative;
    padding-left: 40px;
}
.info span:nth-child(1)::before{
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(../images/lanmuico.png) no-repeat;
    background-size: 17px;
    background-position: center;
    top: -7px;
    left: 0px;
}
.info span:nth-child(2)::before{
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(../images/time.png) no-repeat;
    background-size: 20px;
    background-position: center;
    top: -7px;
    left: 0px;
}
.info span:nth-child(3)::before{
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(../images/zuozhe.png) no-repeat;
    background-size: 19px;
    background-position: center;
    top: -7px;
    left: 5px;
}

.info span:nth-child(4)::before{
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(../images/eye.png) no-repeat;
    background-size: 20px;
    background-position: center;
    top: -7px;
    left: 0px;
}
.content {
    padding: 20px 0px;
}
.content p {
    line-height: 32px;
    font-size: 14px;
}
.content a {
    color: #3F51B5;
    font-weight: bold;
}

.content table {
    width: 99% !important;
    border-bottom: 1px solid #beccdb;
    border-right: 1px solid #beccdb;
}
.content tbody {
    width: 99% !important;
    border-bottom: 1px solid #beccdb;
    border-right: 1px solid #beccdb;
}
.content table tr {
    border-top: 1px solid #beccdb;
    border-left: 1px solid #beccdb;
    line-height: 1.5;
    padding: 10px;
    font-size: 16px;
}

.content td {
    border-top: 1px solid #beccdb;
    border-left: 1px solid #beccdb;
    line-height: 1.5;
    padding: 10px;
    font-size: 16px;
}
.content img {
    max-width: 600px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 0 14px 2px rgba(139, 139, 139, 0.29);
}

.tag {
    width: 100%;
    height: 60px;
    line-height: 60px;
}

.tag span {
    font-size: 14px;
    font-weight: bold;
}

.tag a {
    font-size: 14px;
    color: #3F51B5;
    margin-right: 5px;
    position: relative;
    padding-left: 30px;
}
.tag a::before{
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(../images/tagico.png) no-repeat;
    background-size: 22px;
    background-position: center;
    left: 0px;
    top: -7px;
}

p.hotbt {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    background: #fff;
    padding-left: 20px;
    position: relative;
    font-weight: bold;
}
p.hotbt::before{
    content: '';
    width: 3px;
    height: 18px;
    background: #3F51B5;
    position: absolute;
    left: 12px;
    top: 12px;
}
.hotbox {
    margin-top: 30px;
    overflow: hidden;
}

.hotbox li {
    width: 280px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    box-shadow: 0 0 5px 2px rgba(139, 139, 139, 0.1);
}
.hotbox li:nth-child(3n){
    margin-right: 0px;
}
.hotbox li a {
    display: block;
}

.hotbox li a img {
    float: left;
    height: 90px;
    width: 135px;
}

.tjmt {
    float: left;
    width: 140px;
    margin-left: 5px;
    background: #fff;
    height: 90px;
    position: relative;
}

.tjmt h6 {
    font-size: 14px;
    line-height: 20px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000000;
    padding-top: 8px;
}

.tjmt span {
    position: absolute;
    bottom: 0px;
    font-size: 13px;
    padding-left: 20px;
    color: #919191;
}

.tjmt span::before{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../images/time.png) no-repeat;
    background-size: 18px;
    background-position: center;
    top: -4px;
    left: -3px;
}