:root {
  --wzColor:#EB3C00;
}
/*换行*/
.twoHang{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.threeHang{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
 .main  {
  margin:0 15px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-r-20 {
  padding-right: 20px;
}
.logo a {
  display: block;
  width: 99px;
}
.logo img{
  display: block;
  width: 99px;
  height: 34px;
}
.top {
  background: #333;
  height: 20px;
}
.head{}
.head .head1{
  line-height: 30px;
}
.nav{
   height: 30px;
   line-height: 30px;
}
.nav ul li {
  list-style:none;
  padding:0 4px;
}

.nav li a {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    padding-bottom: 5px;
}
.nav li .active {
  font-weight: 700;
  color:var(--wzColor);
  border-bottom: 2px solid #0060AD;
}
.nav li .active:hover {
  border-style: none;
}
.nav li a:hover {
  text-decoration: none;
  color:var(--wzColor);
  border-bottom: 2px solid #0060AD;
}
.nav .scro-x {
  display: -webkit-box;
  display: -ms-flexbox;
  overflow-x: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav .scro-x::-webkit-scrollbar {
  display: none;
}
/*title*/
.title a ,.title span{
  font-size: 16px;
  font-weight: 700;
  color:var(--wzColor);
  position: relative;
}
.title a:after,.title span:after {
  content: "";
  position: absolute;
  top: 30px;
  left: 46%;
  width: 30px;
  height: 2px;
  background: #0060AD;
}
.title a:hover {
  text-decoration: none;
  color:#888;
}
/**/
.list1 a p {
  font-size: 16px;
  font-weight: 400;
  color:#333;
  padding: 7px 6px 2px 6px;
}
.list1 span {
  font-size: 13px;
  font-weight: 400;
  color:#999;
  padding:0 6px;
}
.list1 .s2 {
  float:right;
}
.list1 a p:hover {
  color:var(--wzColor);
}
.list1 a:hover {
  text-decoration: none;
}
.bg_cc {
  margin-top:20px!important;
}
.bg_cc p,.bg_cc>div{
  background: #ccc;
}
/**/
.tu-1 p {
  font-size: 16px;
  font-weight: 400;
  color:#fff;
  text-align:center;
}
.list2 {
  border:1px solid #dcdcdc;
  padding:6px 5px;
}
.list2:hover {
  background: #fff;
}
.list2:hover p {
  color:var(--wzColor);
}
.list2 div img {
  opacity: 1.0;
}
.list2:hover div img {
  opacity: .6;
}
/*list3*/
.list3 {
  padding: 20px 15px;
}
.list3 a {
  font-size: 16px;
  font-weight: 700;
  color:#0060AD;
}
.list3 p {
  font-size: 13px;
  font-weight: 400;
  color:#666;
}
.list3 a:hover {
  text-decoration: none;
  color:var(--wzColor);
}
/*友情链接*/
.friendLink a{
    font-size:13px;
    font-weight: 400;
    color:#333;
    display: inline-block;
    margin-right:10px;
    margin-top:5px;
}
 .friendLink a:hover {
    text-decoration: none;
    color:#888;
}
/*footer*/
.footer {
  margin-top: 40px;
  padding: 40px 0;
  background: #333;
}
.footer p {
  font-size: 13px;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: .5px;
}
/*面包屑*/
.breadcrumb{
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color:#9A9A9A;
  text-align: center;
}
.breadcrumb span {
  font-size: 12px;
  font-weight: 400;
}
.breadcrumb a {
  display: inline-block;
  height: 20px;
  text-align: center;
  color:#9A9A9A;
  padding-right: 5px;
}
.breadcrumb a:hover {
  text-decoration: none;
}
/*分页*/
.pageTurn {}
.pageTurn ul {
  padding: 0;
  text-align: center;
}
.pageTurn ul li {
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
  font-weight: 400;
  border: 1px solid #ddd;
  padding: 3px 10px;
}
.pageTurn ul li a {
  color: #333;
}
.pageTurn ul li:hover{
  background: #0060AD;
  color:#fff;
}
.pageTurn ul li:hover a {
  text-decoration: none;
  color:#fff;
}
.pageTurn .thisclass{
    color:#fff;
    background: #0060AD;
}
.pageTurn .thisclass:hover{
  background:#fff;
  color:#333;
}
/*详情页*/
.textTitle{
   /* background: #F6F6F6;
    border: 1px solid #CCC;
    border-bottom: 1px solid #CCC;*/
    text-align: center;
}
.textContent {
    margin-bottom: 30px;
    padding: 0;
    line-height: 27px;
    font-size: 14px;
    text-indent: 2em;
}
.textContent p,.textContent div {
  font-size: 14px!important;
  font-weight: 400;
  color: #666!important;
  margin-bottom: 10px;
}
.textContent img  {
    display: block;
    margin:0 auto;
     width:100% !important;
 height:auto !important;
}
.page-Turn>div a {
  font-size: 16px;
  font-weight: 400;
  color:#333;
}
.page-Turn>div a:hover{
  color: var(--wzColor;)
}