.title-content{
    color: black;
}
.title-style{
    width: 76%;background-color: #f2f2f2;
}
/*S 第一块 */

.tab{
	width: 500px;
	float: left;
    border: none !important;
	/* margin-right: 50px; */
}
.tab .tab-nav{
	height: 20px;
    border: none !important;
}
.tab .tab-nav li{
	float: left;
	margin-right: 5px;
	background: #767676;
	border-radius: 3px 3px 0 0;
}

.tab .tab-nav li a{
	display: block;
	height: 30px;
	padding: 0 20px;
	color: #ffffff;
	text-decoration: none;
	line-height: 30px;
}
.tab .tab-nav li.actived{
	background: #02307b;
}
.tab .tab-nav li.actived a{
	color: white;
}
.tab .content-wrap .content-item{
	position: absolute;
	display: none;
    font-size: 19px;
}
.tab .content-wrap .current{
	display: block;
}
/* .tab .content-wrap{
	background: #ffffff;
	padding: 5px;
	height: 200px;
}
.tab .content-wrap img{
	width: 100%;
	height: 100%;
}

.tab .content-wrap .current{
	display: block;
} */


.work-panel {
    height: 550px;
    background: white;
    width: 100%;
    padding-bottom: 20px;
}

.top-new-inner {
    padding: 20px 0;
    text-align: center;
    cursor: pointer;
}

.top-new {
    font-weight: bold;
    font-size: 30px;
}

.top-inner {
    display: flex;
    justify-content: space-between;
}

.top-left-panel {
    width: 665px;
    height: 425px;
}
.top-right-panel {
    width: 500px;
}

.top-news-panel {
    width: 100%;
    background-color: white;
    margin-bottom: 30px;
}

.top-news-inner {
    display: flex;
    justify-content: space-between;
}

.top-news-center-panel {
    width: 500px;
}

.top-news-list{
    line-height: 2.08;
}
.top-news-p {
    width: 390px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.top-news-center-panel li a {
    color: #555;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: all 400ms;
    text-decoration: none;
}

.top-news-center-panel li a:hover {
    padding-left: 10px;
    color: #812612;
}





.index-h2 {
    font-size: 18px;
    padding-left: 15px;
    border-left: 5px solid #02307b;
    font-weight: bold;
    justify-content: space-between;
}

.btn-box {
    margin: 20px 0;
}

.top-right-panel .btn-custom {
    font-size: 20px;
    cursor: pointer;
    color: white;
    background-color: #02307b;
    width: 100%;
    padding: 7px 0;
    border-radius: 10px;
    text-align: center;
}

.top-right-panel .btn-custom:hover {
    background-color: #2962db;
    color: white;
}

.carousel {
    width: 665px;
    height: 425px;
    margin-bottom: 20px;
}
.carousel-item{
    cursor: pointer;
    width: 665px;
    height: 425px;
}

.carousel-item img{
    width: 665px;
    height: 425px;
    object-fit: cover;
}


.top-right-panel .top-right-inner .nav-tabs .nav-item  .nav-link{
    color: #02307b;
}
.top-right-panel .top-right-inner .nav-tabs .nav-item :hover{
    background-color: #dcdfe6;
}
.top-right-panel .top-right-inner .nav-tabs .nav-item  .active{
    background: #02307b !important;
    color: white  !important;
}
.tab-content{
    height: 390px;
}
/*E 第一块 */


/*S 分割线 */
.el-divider--horizontal {
    display: block;
    height: 1px;
    width: 100%;
    margin-bottom: 20px;
}

.el-divider {
    background-color: #dcdfe6;
    position: relative;
}

/*E 分割线 */

/*S 第二块 */
.news-panel {
    width: 100%;
    background-color: white;
    margin-bottom: 30px;
}

.news-inner {
    display: flex;
    justify-content: space-between;
}

.news-center-panel {
    width: 460px;
    padding: 5px 15px;
}

.news-list{
    line-height: 2;
}
.news-list-right{
    line-height: 2.2;
}
.news-p {
    width: 320px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.news-center-panel li a {
    color: #555;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: all 400ms;
    text-decoration: none;
}

.news-center-panel li a:hover {
    padding-left: 10px;
    color: #812612;
}

.news-left-panel {
    width: 400px;
    padding: 5px 10px;
    border: 1px #f2f2f2 solid;
    border-radius: 10px;
}

.news-left-list{
    margin-bottom: 30px;
    cursor: pointer;
}

.news-left-list-img {
    width: 373px;
    height: 165px;
    overflow: hidden;
    transition: all 400ms;
    border-radius: 15px;
}

.news-left-list-img img {
    height: 165px;width: 373px;
    transition: all 400ms;
    
}

.news-left-list-img:hover>img {
    transform: scale(1.1);
}

.news-list-left-a{
    border-bottom:1px solid #f2f2f2;
}
.news-list-left-div{
    padding: 5px 0px 10px 0px;
}
.news-list-left-img{
    width: 100px;
}
.news-list-left-img img{
    width: 100px;height: 60px;object-fit: cover;
}
.news-list-left-desc{
    padding-left: 3%;display: flex;flex-direction: column;justify-content: space-between;
}
.left-news-box-time{
    color: #999999;font-size: 12px;font-weight: 100;
}



.news-left-list-desc{
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left-news-panel{
    width: 380px;
    padding: 5px 10px;
}


.left-news-panel li a {
    color: #555;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: all 400ms;
    text-decoration: none;
}

.left-news-panel li a:hover {
    padding-left: 10px;
    color: #812612;
}
.left-news-box-p{
    font-size: 13px;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2;
}



.news-center-panel {
    width: 460px;
    padding: 5px 15px;
}

.news-list{
    line-height: 2;
}
.news-list-right{
    line-height: 2.2;
}
.news-p {
    width: 320px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.news-center-panel li a {
    color: #555;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: all 400ms;
    text-decoration: none;
}

.news-center-panel li a:hover {
    padding-left: 10px;
    color: #812612;
}





.news-right-panel {
    width: 340px;
    padding: 5px 10px;
}

.news-list-right li a {
    color: #555;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: all 400ms;
    text-decoration: none;
}
.news-list-right li a:hover {
    padding-left: 10px;
    color: #812612;
}
.right-news-p {
    width: 300px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}



.news-list-box-right li a {
    color: #555;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: all 400ms;
    text-decoration: none;
}
.news-list-box-right li a:hover {
    padding-left: 10px;
    color: #812612;
}
.right-news-box-p{
    font-size: 13px;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box; 
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2;
}
.news-list-box-right-a{border-bottom:1px solid #f2f2f2;}
.news-list-box-right-div{padding: 5px 0px 10px 0px;}
.news-list-box-right-img{width: 100px;}
.news-list-box-right-img img{width: 100px;height: 60px;object-fit: cover;}
.news-list-box-right-desc{padding-left: 3%;width: 100%;display: flex;flex-direction: column;justify-content: space-between;}
.news-list-box-right-time{color: #999999;font-size: 12px;font-weight: 100;}


/*E 第二块 */

/*S 质量专题 */
.quality-list{
    cursor: pointer;
    width: 280px;
    margin:30px 0px 10px 10px;
}
.quality-list-img {
    
    width: 280px;
    height: 155px;
    overflow: hidden;
    transition: all 400ms;
}

.quality-list-img img {
    height: 155px;width: 280px;
    transition: all 400ms;
    
}

.quality-list-img:hover>img {
    transform: scale(1.1);
}

.bigimg{
    width: 100%;
    height: 250px;
    overflow: hidden;
    transition: all 400ms;
}

.bigimg img{
    width: 100%;
    height: 250px;
    transition: all 400ms;
    object-fit: cover;
}

.bigimg:hover>img{
    transform: scale(1.1);
}
.bigimg-a{
    width: 100%;position: relative;
}
.bigimg-desc{
    position: absolute;bottom: 0px;background-color: rgba(94, 90, 90, 0.5);color: white;width: 100%;text-align: center;
}

.quality-list-desc{
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*E 质量专题 */






/*S 新闻2 */
.news2-right-panel {
    width: 400px;
    padding: 5px 10px;
}

.news2-right-panel li a {
    color: #555;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: all 400ms;
    text-decoration: none;
}

.news2-right-panel li a:hover {
    padding-left: 10px;
    color: #812612;
}
.right2-news-p {
    width: 360px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.news2-list-right{
    line-height: 2;
}
/*E 新闻2 */    

/*S 315论坛 */
.forum-center-panel {
    width: 465px;
    padding: 5px 15px;
}

.forum-list{
    line-height: 2;
}
.forum-list-right{
    line-height: 2.2;
}
.forum-p {
    width: 465px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.forum-center-panel li a {
    color: #555;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: all 400ms;
    text-decoration: none;
}

.forum-center-panel li a:hover {
    padding-left: 10px;
    color: #812612;
}

.start-list{
    margin-top: 10px;
}
.start-list-img img{
    width: 465px;height: 250px;
}
.start-list-desc{
    background-color: #555;color: white;text-align: center;width: 465px;
}
.img-list a{
    position: relative;
}
.img-list-desc-box{
    position:absolute;background-color: rgba(0, 0, 0, 0.5);color: black;bottom: 0px;width: 200px;text-align: right;
}
.img-list-desc{
    overflow: hidden;color: white;white-space: nowrap;text-overflow: ellipsis;text-align: center;
}
.img-list-img{
    width:200px;height:150px;
}
/*E 315论坛 */

/*S 会员之窗 */
.member-window-panel{
margin-top: 20px;
}
.member-window-content{
margin-top: 20px;
}
.member-window-list{
width: 400px;
    line-height: 2;
}
.member-window-p {
    width: 400px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.member-window-panel li a {
    color: #555;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: all 400ms;
    text-decoration: none;
}

.member-window-panel li a:hover {
    padding-left: 10px;
    color: #812612;
}

.member-news{
    padding-left: 5px;
    border-right: 1px #f2f2f2 solid;
}
.member-news1{
    padding-left: 5px;
}

/*E 会员之窗 */

/*S 图片集 */
/* #scrolldiv{ width: 1200px; height: 200px; position: relative; overflow: hidden;}
    #scrolldiv ul { width: 1200px; height: 200px; position: relative; }
    #scrolldiv ul li { height: 150px; float: left; list-style: none; padding-right:20px;}
    #scrolldiv ul li img { width: 200px; height: 150px; display: inline-block;}
    a{ color: #B4B4B4; } */
/*E 图片集 */



/*S 第四块 */

/*E 第四块 */
