﻿.news-list01 {
	width: 100%;
	float: left;
	margin-top: 2px;
}

.news-list01 ul {
	width: 100%;
	display: none;
	padding: 0 15px 0 10px;
}
.news-list01 ul li {
	width: 570px;
	line-height: 24px;
	float: left;
}
.news-list01 ul li span {
	float: left;
	background: #1e3c97;
	width: 5px;
	height: 5px;
	display: inline-block;
	margin-right: 5px;
	margin-top: 9px;
}
.news-list01 ul li a {
	color: #4a4a4a;
	width: 560px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.news-list01 ul li a:hover {
	color: #d00004;
}


.bg001
{
background: url(/tlslj/resource/cms/2021/06/zn1920.jpg) center top no-repeat;
height: 160px;
width:1600px;
margin:0 auto;
}

/*轮播*/
.news-pic {
    width: 490px;
    height: 300px;
    float: left;
    border: 1px solid #d5d8da;
    background: #f9fdff;
    position: relative;
}
.focusBox {
    width: 490px;
    height: 300px;
    position: relative;
}
.pic {
    width: 490px;
    height: 300px;
}
.pic li {
    width: 490px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.pic li a img {
    width: 490px;
    height: 300px;
    display: block;
    border: 0;
}
.txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 40px;
    width: 100%;
}

.txt {
    position: absolute;
    bottom: 0;
    z-index: 99;
    height: 40px;
    width: 100%;
    overflow: hidden;
    background: rgba(0,0,0,0.3);
}
.txt ul {
    width: 100%;
    height: 40px;
}
.txt li {
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 33px;

}
.txt li a {
    color: #fff;
    padding-left: 5px;
    font-size: 14px;
}
.num {
    position: absolute;
    z-index: 333;
    bottom: 4px;
    right: 20px;
    overflow: hidden;
    height: 20px;
}
.num li {
    float: left;
    width: 10px;
    height: 10px;
    background: #fff;
    cursor: pointer;
    margin-left: 10px;
    position: relative;
    border-radius: 50%;
}
.num li.on {
    background: #dfdedf;
}