@charset "utf-8";
.listpage {
  background: none;
}
.listpage .bg {
  background: none;
}
.listpage .icons {
  display: inline-block;
  width: 21px;
  height: 30px;
  background: url(../img/listpage/icon_1.png) no-repeat center;
}
.listpage .listp_row {
  margin-top: 30px;
}
.listpage .listp_l {
  float: left;
  width: 800px;
}
.listpage .head1 {
  background: #f2f2f2;
}
.listpage .head1 span {
  display: inline-block;
  background: #245798 url(../img/listpage/arrow_left.png) no-repeat 12px center;
  line-height: 42px;
  color: #fff;
  width: 210px;
  font-size: 24px;
  padding-left: 50px;
}
.listpage .newList_item {
  padding: 30px 8px;
  border-top: 1px dashed #ccc;
  line-height: 1;
}
.listpage .newList_item:first-child {
  border-top: none;
}
.listpage .newList_item .tit a{
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 22px;
}
.listpage .newList_item .info {
  font-size: 14px;
  color: #ccc;
}
.listpage .newList_item a {
  color: #ccc;
}
.listpage .newList_item .date {
  margin-left: 24px;
}
.listpage .listp_r {
  float: right;
  width: 334px;
}
.listpage .listp_r .box1 {
  background: #f7f7f7;
  border: 1px solid #ccc;
  border-top: 2px solid #dd4f41;
}
.listpage .listp_r .box1 .hd {
  color: #245798;
  border-bottom: none;
}
.listpage .listp_r .box2 {
  background: #f7f7f7;
  border: 1px solid #ccc;
  margin-top: 18px;
}
.listpage .listp_r .box2 .hd {
  color: #245798;
  border-bottom: none;
}
.listpage .listp_r .box2 .bd {
  padding: 14px 20px 0;
}
.listpage .btns1 {
  overflow: hidden;
  padding: 0 32px;
  margin-top: 12px;
}
.listpage .btns1 a {
  display: block;
  line-height: 40px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #245798;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.listpage .btns1 .active,.listpage .btns1 a:hover{
  background: #245798;
  color: #fff;
  border-color: #245798;
}
.listpage .box2 .carousel {
  background: none;
}
.listpage .box2 .carousel_inner {
  width: 288px;
  padding-bottom: 40px;
  height: auto;
}
.listpage .box2 .carousel_doc {
  width: 100%;
  height: 30px;
  bottom: 0;
  right: 0;
  line-height: 30px;
  text-align: center;
}
.listpage .box2 .carousel_doc li {
  width: 16px;
  height: 16px;
  border: 2px solid #245798;
  border-radius: 50%;
  background: #fff;
}
.listpage .box2 .carousel_doc li.active,
.listpage .box2 .carousel_doc li:hover {
  background: #245798;
}
.listpage .box2 .tag {
  background: #245798;
}
.listpage .box2 .img {
  width: 288px;
  height: 100px;
  margin: 0 auto 24px;
}
.listpage .box2 .img img {
  width: 100%;
  height: 100%;
}
.listpage .box2 .txt {
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
  height: 166px;
  overflow: hidden;
}
.newList_item2{margin:20px 0;padding:0 12px 0 12px;}
.newList_item2 li{
	height:30px;
	line-height:30px;
	border-bottom: 1px solid #f0f0f0;
	list-style-type: none;
}
.newList_item2 span{float:right;}
.newList_item2 a{float:left;font-size:16px;}
/*pages*/
.scott {margin-top:20px;clear:both;	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 13px; MARGIN: 3px; PADDING-TOP:13px; TEXT-ALIGN: center;}
.scott A {
	BORDER: #eee 1px solid; PADDING: 2px 5px;  MARGIN: 2px; COLOR: #429EC5; TEXT-DECORATION: none
}
.scott A:hover,.scott A:active {
	 COLOR: #666; BORDER: #999 1px solid
}
.scott .current {BORDER: #429EC5 1px solid;
	PADDING: 2px 5px;	
	FONT-WEIGHT: bold;	
	MARGIN: 2px;
	COLOR: #fff;	
	BACKGROUND-COLOR: #429EC5;
}
.scott .disabled {
	BORDER: #eee 1px solid;
	PADDING: 2px 5px;	
	MARGIN: 2px;
	COLOR: #bbb;	
}
#keyForm{margin-bottom:3px;
	width:800px;
	border: 1px solid #ccc;
	height:32px;
	overflow: hidden;
}
#key1{
	width:110px;
	height:32px;
	line-height:32px;
	color:#555;border: 0;
}
#key2{
	width:600px;
	height:32px;
	line-height:32px;
	color:#555;
	text-indent: 10px;border: 0;
	border-left: 1px solid #ccc;
}
#btn_Search{float:right;
	width:80px;
	height:32px;floar:right;
	line-height:32px;
	border: 0;    
    vertical-align: bottom;
    cursor: pointer;
    background-color: #B5C5D8;
    font-size: 14px;
    color: #FFF;
}