@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none
}
.tableInfoTd {
    background: #ffffff !important;
	border-color: #bebebe !important;
	color: #333 !important;
	font-weight: normal !important;
}
.tableInfo {
	border-collapse:collapse;  
	border-spacing:0;
	margin-left: 20px;
	margin-right: 20px;
	width: 95%;
	height: auto;
}
.tableInfo tr td:nth-child(1){
	background: lightsteelblue;
	text-align: center;
	font-size: 16px;
	padding-left: 5px;
	padding-right: 5px;
	border-color: dimgray;
	border-style: solid; 
	border-width: 1px;
	font-weight: bold;
	height: 30px;
}
.tableInfo tr td:nth-child(2){
	text-align: center;
	font-size: 16px;
    padding-left: 5px;
	padding-right: 5px;
	border-color: #bebebe;
	border-style: solid; 
	border-width: 1px;
	height: 30px;
}
.tableInfo tr td:nth-child(3){
	text-align: center;
	font-size: 16px;
    padding-left: 5px;
	padding-right: 5px;
	border-color: #bebebe;
	border-style: solid; 
	border-width: 1px;
	height: 30px;
}
.tableInfo tr td:nth-child(4){
	text-align: center;
	font-size: 16px;
    padding-left: 5px;
	padding-right: 5px;
	border-color: #bebebe;
	border-style: solid; 
	border-width: 1px;
	height: 30px;
}
.tableInfo tr td:nth-child(5){
	text-align: center;
	font-size: 16px;
    padding-left: 5px;
	padding-right: 5px;
	border-color: #bebebe;
	border-style: solid; 
	border-width: 1px;
	height: 30px;
}
.tableInfo tr td:nth-child(6){
	text-align: center;
	font-size: 16px;
    padding-left: 5px;
	padding-right: 5px;
	border-color: #bebebe;
	border-style: solid; 
	border-width: 1px;
	height: 30px;
}
.tableInfo tr td:nth-child(7){
	text-align: center;
	font-size: 16px;
    padding-left: 5px;
	padding-right: 5px;
	border-color: #bebebe;
	border-style: solid; 
	border-width: 1px;
	height: 30px;
}
.tableInfo tr td:nth-child(8){
	text-align: center;
	font-size: 16px;
    padding-left: 5px;
	padding-right: 5px;
	border-color: #bebebe;
	border-style: solid; 
	border-width: 1px;
	height: 30px;
}
.tableInfo tr td:nth-child(9){
	text-align: center;
	font-size: 16px;
    padding-left: 5px;
	padding-right: 5px;
	border-color: #bebebe;
	border-style: solid; 
	border-width: 1px;
	height: 30px;
}
.tableInfo tr td:nth-child(10){
	text-align: center;
	font-size: 16px;
    padding-left: 5px;
	padding-right: 5px;
	border-color: #bebebe;
	border-style: solid; 
	border-width: 1px;
	height: 30px;
}


.clear {
    clear: both
}

body {
    font-family: "微软雅黑";
    width: 100%;
    min-width: 1200px;
    color: #333;
    font-size: 14px;
}

.ccsl {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

p {
    text-align: justify
}



.mainWarp {
    width: 1200px;
    margin: 0 auto
}

.mainWarp .mainL {
	
    float: left;
    width: 220px;
    margin-right: 50px;
    overflow: hidden;
	background:#fff;

}

.mainWarp .mainL .titbox {
    width: 220px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    background: #999;
}

.mainWarp .mainL .titbox p {
    color: #fff;
    font-size: 16px;
    padding-left: 10px;
    text-align:center;
}

.mainWarp .mainL ul {
    overflow: hidden;
        border: 1px solid #EEEEEE;
    margin-bottom: 2px;
}

.mainWarp .mainL ul li {

    padding: 1px 0 1px;
}

.mainWarp .mainL ul li:last-child {
    border: 0
}

.mainWarp .mainL ul li a {
    padding: 10px 4px;
    font-size: 14px;
    max-width: 220px;
    text-align:center;
    height: inherit;
}



.mainWarp .mainL .lxwmcon {
    width: 218x;
    overflow: hidden;
    border: 1px solid #EEEEEE;
}

.mainWarp .mainL .lxwmcon .con {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding: 5px
}

.mainWarp .mainL .lxwm {
    width: 220px;
    height: 90px;
    overflow: hidden;
    background: #999 url(../images/tel.png) left 15px center no-repeat;
    color: #fff;
    text-align: center;
}

.mainWarp .mainL .lxwm .tel1 {
    font-size: 14px;
    padding-left: 10px;
    padding-top: 15px;
}

.mainWarp .mainL .lxwm .tel2 {
    font-weight: bold;
    font-size: 18px;
   
    padding-top: 3px
}

.mainWarp .mainR {
    width: 930px;
    float: right;
    overflow: hidden;
}

ul.piclistul {
    overflow: hidden;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

ul.piclistul li {
    float: left;
    width: 24%;
    margin-right: 12px;
    /*margin-right: 0.5%;*/
    /*margin-left: 0.5%;*/
}

ul.piclistul li img {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px #eeeeee solid
}

ul.piclistul li p {
    text-align: left;
    font-size: 14px;
    color: #666;
    /* height: 24px; */
    height:inherit;
    line-height: 24px;
    padding: 15px;
}

ul.piclistul li p:hover {
    color: #214a9a
}

ul.piclistul li:nth-child(4n) {
    margin-right: 0
}


ul.listul {
    overflow: hidden;
    padding-bottom: 40px
}

ul.listul li {
    min-height: 23px;
    padding: 43px 5px;
    border-bottom: 1px dashed #e5e5e5
}

ul.listul li .liL {
    width: 84px;
    height: 84px;
    float: left;
    margin-right: 15px;
    background: #F2F2F2
}

ul.listul li .liL .day {
    text-align: center;
    font-size: 25px;
    line-height: 25px;
    margin-top: 20px;
    font-family: arial;
    color: #666
}

ul.listul li .liL .year {
    text-align: center;
    font-family: arial;
    font-size: 14px;
    line-height: 20px;
    color: #666
}

ul.listul li .liR {
    float: left;
    width: 820px;
    float: left;
}

ul.listul li .liR a {
    font-size: 16px;
    color: #333;
    height: 24px;
    line-height: 24px;
}

ul.listul li .liR .sub {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #999;
    padding-top: 7px;
    line-height: 22px
}

ul.listul li .liR a:hover {
    color: #214a9a
}

.pagebox {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 50px
}

.pagebox a {
    border: 1px solid #ccc;
    padding: 5px 10px;
    display: inline-block;
    color: #333;
    margin: 3px
}

.pagebox a:hover {
    border: 1px solid #02b2b5;
    color: #214a9a
}
.header_01{
    background-color: #f5f5f5;
    color: #666;
}
.c-banner{
	width: 100%;
	position: relative;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner-i ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner-i ul li{
	position: absolute;
	display: none;
	opacity: 0;
}
.c-banner .banner-i ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner-i ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner-i ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 5px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}