@charset "utf-8";

/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-style: normal;
    font-family: "PingFangSC-Regular", Helvetica, Arial, "Microsoft Yahei", sans-serif;
    font-size: 16px;
    line-height: 1.8;
    min-width: 1250px;
}

ul,
li {
    list-style: none;
}

P {
    font-size: 18px;
    line-height: 1.8
}

img {
    border: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a {
    text-decoration: none;
}

a:link,
a:visited,
a:active {
    color: #333;
}

a:hover {
    color: #bb0b07;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
/* 
.clear::after {
   
    content: ""; 
    display: block;
    clear: both;
   
}
*/
.main {
    width: 1200px;
    margin: 0 auto;
}

.banner {
    height: 280px;
    background: url(../images/banner_b.jpg) no-repeat center/1920px 280px;
}

.tout {
    border-bottom: #ccc 1px dashed;
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.tout h1 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 36px;
}

.tout p {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    margin: 20px 0;
    display: none;
}


/* film_focus */

.film_focus {
    width: 1200px;
    height: 400px;
    background-color: #f5f5f5;
    overflow: hidden;
    position: relative;
    margin: 20px auto 40px;
    box-shadow: 0px 0px 5px #ccc;
}

.film_focus .film_focus_imgs_wrap {
    width: 825px;
    height: 400px;
}

.film_focus ul.film_focus_imgs {
    width: 825px;
    height: 9999em;
    position: absolute;
    left: 0;
    top: 0;
}

.film_focus ul.film_focus_imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.film_focus ul.film_focus_imgs li {
    height: 400px;
    overflow: hidden;
}

.film_focus .film_focus_desc h3 {
    height: 40px;
    line-height: 45px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    z-index: 99;
    font-size: 16px;
}

.film_focus ul.film_focus_nav {
    width: 375px;
    height: 400px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.film_focus ul.film_focus_nav li {
    height: 100px;
    overflow: hidden;
    padding: 8px 30px 0px 30px;
    box-sizing: border-box;
    position: relative;
}

.film_focus ul.film_focus_nav li.cur {
    background-color: #fff;
    border: 1px #ccc solid;
    width: 375px;
    /* left: -22px; */
    /* padding: 8px 30px 0px 49px; */
}

.film_focus ul.film_focus_nav li h4 {
    font-size: 18px;
    line-height: 1.4;
    padding: 5px 0px;
}


/* 深瞳聚焦 */

.topic {
    font-size: 24px;
    font-weight: bold;
    color: #444;
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
}

.hotCon {
    width: 825px;
}

.hotCon ul {
    margin-left: -16px;
}

.hotCon li {
    width: 263px;
    height: 250px;
    float: left;
    margin-left: 16px;
    margin-bottom: 16px;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px #ccc;
}

.hotCon .listPic {
    width: 263px;
    height: 148px;
    overflow: hidden;
}

.hotCon .listPic a,
.hotCon .listPic img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
}

.hotCon li:hover img {
    transform: scale(1.1);
}

.hotCon .title {
    margin: 10px 12px 5px;
    height: 52px;
}

.hotCon .title a {
    font-size: 16px;
    /* color: #333; */
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.hotCon .list-sourth {
    font-size: 12px;
    color: #666666;
    text-align: left;
    line-height: 22px;
    padding: 0 12px;
    position: relative;
    overflow: hidden;
}

.hotCon .list-sourth span {
    margin-right: 5px;
}

.hotList {
    margin-left: 40px;
}

.hotList ul li {
    width: 330px;
    font-size: 16px;
    line-height: 1.6;
    padding: 13.85px 0;
    border-bottom: 1px #ccc dashed;
}

.hotList ul li:first-child {
    padding-top: 0;
}

.content_right_more {
	float:right;
	font-size:14px !important;
	font-weight:normal !important;
}