@charset "utf-8";
/* CSS Document */
* {
	font-family: "Microsoft YaHei UI Light", "Microsoft YaHei UI", "微软雅黑";
}
.list_title {
	margin: 0px;
	position: relative;
	height: 55px;
	border-bottom: 1px solid #f0ad4e;
}
.list_title .h1_1 {
	display: block;
	text-indent: 55px;
	font-size: 20px;
	color: #005b9a;
	line-height: 26px;
}
.list_title .h1_2 {
	display: block;
	text-indent: 55px;
	font-size: 16px;
	color: #888888;
	line-height: 18px;
}
.h1_logo1, .h1_logo2, .h1_logo3 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 45px;
	height: 45px;
	border-radius: 20px;
	border: 1px solid #D1D1D1;
	color: white;
	text-align: center;
	line-height: 45px;
	font-weight: normal;
	font-size: 20px;
}
.h1_logo1 {
	background-color: #f0ad4e;
}
.h1_logo2 {
	background-color: #337AB7;
}
.h1_logo3 {
	background-color: #5CB85C;
}
.h1_more {
	position: absolute;
	right: 0px;
	top: 25px;
	font-size: 12px;
}
.newslist {
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	padding-bottom: 10px;
	list-style: none;
	border-bottom: 1px solid #f0ad4e;
}
.newslist li {
	background-image: url(../images/dot_notice_orange.png);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 35px;
	font-size: 14px;
	border-bottom: 1px dashed #CCCCCC;
}
.newslist_SP li {
	background-image: url(../images/dot_notice_green.png)!important;
}
.newslist li span {
	float: right;
	font-size: 12px;
	color: #888888;
}
.newslist li a {
	display: block;
	width: 80%;
	text-indent: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.paddingRight25 {
	padding-rigth: 25px;
}
.paddingLeft25 {
	padding-left: 25px;
}
.logo_list{
    width:100px;
	height:100px;
	border-radius:45px;
	margin-top:35px;
	margin-left:auto;
	margin-bottom:10px;
	margin-right:auto;
	border:1px solid #DDDDDD;
	text-align:center;
	line-height:100px;
	color:white;
	font-size:48px;
}
.logo_title{
    text-align:center;
	font-size:16px;
	padding-bottom:35px;
}
.quicksearch{
    font-size:20px;
	color:#337AB7;
}
.quicksearch > *{
	margin-right:10px;
	}

.dtjt9_div_img .number {
    position: absolute;
    right: 5px;
    bottom: 40px;
    z-index: 100;
}
.dtjt9_div_text .dtjt9_div_text_title {
    background: #eee;
    text-align: center;
    height: 50px;
    line-height: 35px;
}
.media-left a img{width:150px;height:100px;}
.media-body p a {font-size:12px; color:#888;}
@media (max-width: 1199px) {
.newslist li {
	line-height: 36px;
}
}

@media (max-width: 991px) {
}

@media (max-width: 768px) {
.list_title {
	margin-top: 30px;
}
.paddingRight25, .paddingLeft25 {
	padding: 0px 15px;
}
}
