﻿@charset "utf-8";
/* CSS Document */
a:link {
    text-decoration: none;font-size:16px;color:#333333;
}
a:visited {
    text-decoration: none;font-size:16px;color:#333333;
}
a:hover {
    text-decoration: none;font-size:16px;color:#5da8ec;
}
a:active {
    text-decoration: none;font-size:16px;color:#333333;
}
.tplj {text-align:center;margin-bottom:15px;font-size:16px !important;padding-top:10px;padding-bottom:10px;}
.tplj:hover{background:rgba(227,227,227,0.60);}
.tplj a{font-size:16px;text-align: center;}
.tplj img{margin-bottom:6px}
.bj1{margin:20px auto;}

.listbk{border:1px #e5e5e5 solid;box-sizing:border-box;background:#f2f2f2;height:auto;}
.listbg{margin:15px auto;}
.listbg ul{margin:0px;padding:0px;list-style:none;}
.listbg ul li{width:100%;height:40px;line-height:40px;background:#e5e5e5 url("../img/xbt.png") no-repeat left ;padding-left:40px; }
.listbg ul li:nth-child(2n){background:#f2f2f2 url("../img/xbt.png") no-repeat left ;}

@media screen and (min-width:769px){
	.dbtbg{height:48px;background:url("../img/dbt.png") ;margin:20px auto;}
	.dbtkj{width:20%;height:48px;margin:10px auto;text-align: center;background:#fff; }
}
@media screen and (max-width:768px){
	.dbtbg{height:48px;background:url("../img/dbt.png") ;margin:20px auto;}
	.dbtkj{width:40%;height:48px;margin:10px auto;text-align: center;background:#fff; }
}