@charset "utf-8";
/* CSS Document */
/*通用*/
body{
	/*width: 1920px;*/
	font-family:"Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
}
.domPC { display: block; }
.domMobile { display: none; }
.clear { clear: both; }
.blank15 {
	clear: both;
	height: 15px;
}
.fl { float: left; }
.fr { float: right; }
i { text-decoration: none; font-style: normal; }
/*part2*/
.part2 {
	width: 1000px;
	background: #fff;
	margin: 0 auto;
}
.tit_hxrzq{
	width: 1000px;
	height: 36px;
	margin: 0 auto;
	text-align: center;
}

#con1_1 {
	width: 1000px;
	margin: 0 auto;
	padding-bottom:15px;
	display: inline-block;
}
#con1_1 .product_list {
	border: 1px solid #018f73;
	padding: 20px;
	float: left;
	margin: 0 10px 30px 0;
	width: 198px;
	background-position: 0 0;
	height: 360px;
	display: inline;
}

.product_list span {
	background: url(http://www.xinhuanet.com/politics/2016lh/images/tit_bg.jpg);
	color: #fff;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
	width: 40px;
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 10px;
	cursor:pointer;
}
.product_list span a{
	color: #fff;
}
#con1_1 .product_list .dxk {
	display: inline-block;
	line-height: 15px;
	text-align: center;
	margin-bottom: 10px;
	width: 30px;
	float: right;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #CCCCCC;
	height: 19px;
	margin-top: 10px;
	vertical-align: middle;
}

#con1_1 .product_list .tj {
	color: #666;
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	position: relative;
	width: 110px;
	float: left;
	padding-top: 8px;
}
.product_list h3 {
	color: #305798;
	font-family:"Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	width: 198px;
	height: 26px;
	overflow:hidden;
	text-align:center;
	margin-bottom:10px;
}
.product_list h3 a {
    color: #305798;
}
.product_list img {
    width:198px;
	height: 113px;
}
.product_list p {
	padding: 5px 0px 0px 0px;
	font-size: 14px;
	text-align: left;
	color: #333;
	white-space: normal;
	width: 198px;
	font-family:"Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
	line-height: 24px;
}
.summary{ height:144px; overflow:hidden; }
.tpan {
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.tpan span {
	padding-right: 10px;
	float: left;
	height: 28px;
	width: 360px;
	font-family:"Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
	font-size: 16px;
	line-height: 28px;
	color: #FF0000;
	text-decoration: none;
	background-image: url(http://www.he.xinhuanet.com/zhuanti/2017gdhbs/images/jingshi.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 3em;
}
.tpan_R {
	background: url(http://www.he.xinhuanet.com/zhuanti/2017gdhbs/images/tit_bg.jpg);
	color: #fff;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
	float: right;
	margin-top: 0px;
	padding: 8px;
	margin-left: 10px;
	cursor:pointer;
}
.tpan_R a{
	color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
