﻿@charset "utf-8";
/* CSS Document */


	
	
	
	.w260 {
  width: 260px;
}

.w920 {
  width: 920px;
}
.lbconinner {
  width: 100%;
  margin-bottom: 35px;
}

.lbconinner .lef {
  background: #ededed;
  overflow: hidden;
  height:850px;
}

.lbconinner .lef .name {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #0455a9;
}

.lbconinner .lef ul li {
  width: 100%;
  height: 60px;
  padding: 0 15px;
}

.lbconinner .lef ul li a {
color:#333333;
font-family: 黑体;
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 5px;
  font-size: 18px;
  line-height: 60px;
  border-bottom: 1px dashed #e5e5e5;
  position: relative;
}

.lbconinner .lef ul li a::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 10px;
  background: url(baiarrow.png) 0 0 no-repeat;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.lbconinner .lef ul li.on a::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 10px;
  background: url(bluearrow.png) 0 0 no-repeat;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.lbconinner .lef ul li:hover a::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 10px;
  background: url(bluearrow.png) 0 0 no-repeat;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.list .item a {
  width: 100%;
  display: block;
  height: 65px;
  line-height: 65px;
  border-bottom: 1px solid #e5e5e5;
}

.list .item a span {
  float: left;
  font-size: 18px;

}

.list .item a span.time {
  width: 20%;
  text-align: right;
}

.list .item a span:nth-child(1) {

font-family: 黑体;
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}





.list .item a{ border-bottom: none !important;
    height: 50px;
    line-height: 50px;
    width: 95%;
    float: left;}
  .item a:hover{ padding-left:10px; color:#d20202; transition: all 0.2s ease-out 0s; text-decoration:underline;}
  .item a span:hover{ color:#d20202;  text-decoration:underline;}
 
  .item img {
        margin-top: 6px;
    margin-right: 15px;
    width: 10px;
    height: 10px;
    float: left;
   
    margin-top: 20px;
}





.lbconinner .rig {
  background: #ededed;
  overflow: hidden;
  padding: 15px 25px;
  margin-left: 20px;
  height:850px;
}
	
	
	
	.brand {
    width: 100%;
    height: 60px;
    background: #fff;
    overflow: hidden;
	
}
.container {
    width: 1200px;
    margin: 5px auto;
    position: relative;
}
.brandinner {
    width: 100%;
    height: 47px;
    line-height: 47px;
	margin: 5px 0;
	background:#ededed;
}
.brand img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
	margin-left: 20px;
}
.brandinner a {
    font-size: 16px;
}
.h20 {
    width: 100%;
    height: 20px;
}
.dtcon {
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
}
.dtconinner {
    width: 100%;
    background: #fff;
    padding: 0 25px 30px;
    overflow: hidden;
    position: relative;
}	

.dtconinner .name {
	margin-top:30px;
    line-height: 70px;
    text-align: center;
    font-size: 38px;
    border-bottom: 1px solid #e5e5e5;
	 font-family:SimSun !important;
	 font-weight:bold;
}
.dtconinner .intro {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #e5e5e5;
}
.fl {
    float: left;
}
.dtconinner .intro span {
    font-size: 15px;
    color: #999;
    margin-left: 30px;
}
.dtconinner .intro img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.dtconinner .intro span {
    font-size: 15px;
    color: #999;
    margin-left: 30px;
}
.dtcon .info {
  width: 100%;
  padding: 30px 20px 60px;
  border-bottom: 1px solid #e5e5e5;
}

.dtcon .info p {
  font-size: 24px !important;
  line-height: 2em !important;
      font-family: FangSong !important;
  margin-bottom: 15px;
  letter-spacing: 2px !important;
  
}
.dtcon .info span {
  font-size: 24px !important;
  line-height: 2em !important;
      font-family: FangSong !important;
  margin-bottom: 15px;
  letter-spacing: 2px !important;
  
}
.pnext a {
  width: 100%;
  display: block;
  height: 80px;
  padding: 0 10px;
  font-size: 20px;
  line-height: 80px;
  border-bottom: 1px solid #e5e5e5;
}




@media screen and (max-width: 992px) {
* {
    font-size: 14px !important;
}

.w260 {
    width: 130px;
	
  }

  .lbconinner {
    width: 100%;
    display: flex;
	margin-top:10px;
  }
.lbconinner .lef {
    height:600px;
}
  .lbconinner .lef .name {
    height: 45px;
    line-height: 45px;
  }

  .lbconinner .lef ul li {
    width: 100%;
    height: 35px;
    padding: 0 5px;
  }

  .lbconinner .lef ul li a {
    height: 35px;
    line-height: 35px;
    font-size: 12px !important;
  }

  .w920 {
    width: auto;
    flex: 1;
	
  }

  .list .item a span:nth-child(1) {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
  }

  .list .item a span:nth-child(2) {
    display: none;
  }
  .list .item a{
    height: 35px;
    line-height: 35px;
  }
   .list .item img {
       display:none;
}
  .pagelist span, .pagelist a{
    font-size: 12px !important;
  }
  .pagelist span+span, .pagelist a+a {
    margin: 0 5px;
}
.lbconinner .rig{
  padding: 0 5px;height:600px;
}

.nav_dropdown a{
	 font-size: 19px !important;
}
.container {
    width: 100%;
    padding: 0 10px;
}
  .dtconinner {
    padding: 0 10px 15px;
  }

  .dtconinner .name {
    height: 60px;
    line-height: 60px;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
  }

  .dtconinner .intro {
    height: 40px;
    line-height: 40px;
  }

  .dtconinner .lef,
  .dtconinner .rig {
    width: 100% !important;
	text-align:left !important;
  }

  .dtconinner .rig {
   display:none;
  }

  .dtconinner .rig .text {
    margin-left: 10px;
  }

  .mr30 {
    margin-right: 0px;
  }

  .dtcon .info {
    width: 100%;
    padding: 15px 10px 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  .name{
	font-size:24px !important;
}
.info strong{
	font-size:24px !important;
}
.info div{
	font-size:24px !important;
}
  .pnext a {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .info p img {
    width: 80% !important;
    height: 80% !important;
}
}


	
	
	
	
	
