.detail {
	padding-bottom: 5px;
	border-bottom: 1px solid #244ba5;
	margin-bottom: 0px !important;
	position: relative;
}

.detail>.right {
	position: absolute;
	right: 0;
	bottom: 7px;
}

.detail>.right>a {
	font-size: 14px !important;
}

.detail p {
	margin-bottom: 0px !important;
	font-weight: 800;
}

.detailContent .detailTop>div>p {
	font-size: 25px;
}

.detailContent .detailTop {
	margin: 40px 0;
}

.detailContent .detailTop .smallTitle {
	padding: 15px;
	border-bottom: 1px dotted #DDDDDD;
}

.detailContent .detailTop .smallTitle span {
	font-size: 13px !important;
}

.detailContent img {
	max-width: 100%;
}

/* 文章列表页 */
.list_ul {
	margin-top: 17px;
}

.list_ul li {
	overflow: hidden;
	border-bottom: dashed 1px #ddd;
	padding-top: 11px;
	font-family: Source Han Sans !important;
	font-size: 16px;
}

.list_ul li .img_left {
	display: block;
	width: 147px;
	height: 127px;
	line-height: 127px;
	float: left;
	margin-right: 13px;
	overflow: hidden;
	position: relative;
}

.list_ul li .img_left img {
	max-width: 100%;
	max-height: 100%;
	transition: all 0.6s;
}

.list_ul li .img_left img:hover {
	transform: scale(1.2);

	transition: all 1s ease 0s;

	-webkit-transform: scale(1.1);

	-webkit-transform: all 1s ease 0s;
}

.list_txt {
	width: 720px;
	float: left;
}

.list_txt .p_tit a {
	font-weight: bold;
	color: black;
}

.list_txt .p_txt {
	margin-top: 15px;
}

.list_txt .p_txt a {
	color: #757575;
	line-height: 24px;
	color: #5a5c5c;
}

.list_txt .p_time {
	color: #c8ccce;
	text-align: right;
}

.list_txt a:hover {
	text-decoration: underline !important;
}

.list_txt:hover a {
	color: #244ba5 !important;
}

/* 图片列表页 */
.img_ul {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.img_ul li {
	padding: 10px !important;
	border: 1px solid #D5D5D5;
	width: 286.6px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.img_ul li:nth-child(3n) {
	margin-right: 0px !important;
}

.img_ul li a {
	display: inline-block;
	width: 100%;
}

.img_ul li a>p {
	margin: 0px !important;
}

.img_ul li a:hover>p {
	color: #244ba5 !important;
}

.img_ul li a>div {
	margin-bottom: 10px;
}

.img_ul li a div img {
	width: 100%;
	height: 225px;
	transition: all 0.6s;
}

.img_ul li a:hover div img {
	transform: scale(1.2);

	transition: all 1s ease 0s;

	-webkit-transform: scale(1.1);

	-webkit-transform: all 1s ease 0s;
}

.healthstyle {
	margin-top: 20px;
}

.healthTitle {
	border-bottom: 2px solid #1e7fb8;
	padding-bottom: 10px !important;
}

.healthTitle>p {
	margin-bottom: 0px !important;
	color: #1e7fb8;
}

/* 提交留言 */
.message {
	margin-top: 20px;
	border: 1px solid #bfbfbf;
	margin-bottom: 10px;
	border-top: none;
}

.message>div>div>p {
	width: 140px;
	padding: 10px 0!important;
	margin-bottom: 0px !important;
	background: #eeeeee;
	font-size: 14px !important;
	text-align: right;
	border: 1px solid #cbcbcb;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

.message>div>div>div.left {
	width: 735px;
	padding: 10px 0!important;
	border: 1px solid #cbcbcb;
	outline: none;
	border-right: none;
	border-left: none;
	border-bottom: none;
	position: relative;
}

.message>div>div>div>input,
.message>div>div>div>select,
.textarea textarea,
.message>div>div>div>div>input {
	margin-left: 10px;
	width: 498px;
	outline: none;
	border: 1px solid #e8e8e8;
	height: 26px;
	font-size: 14px !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.message>div>div:last-child>p {
	border-bottom: 1px solid #cbcbcb;
}

.message>div>div:last-child>div.left {
	border-bottom: 1px solid #cbcbcb;
}
.textarea textarea {
	height: 100px !important;
	line-height: normal !important;
}

.message>div:last-child {
	width: 638px;
	text-align: center;
	margin-top: 10px !important;
	margin-bottom: 10px;
}

.message>div:last-child>button,.message>div:last-child>a{
	display: inline-block;
	padding: 0px;
	background: #244ba5;
	color: white!important;
	border: none;
	width: 70px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
}

.tishi {
	margin-top: 15px !important;
	border: 1px solid #cbcbcb;
	padding: 10px;
	color: #336699 !important;
	background-color: #ebebeb;
	font-size: 15px !important;
}

#lookmessage>div>div>div>p {
	margin-bottom: 0px !important;
	padding: 0 10px !important;
	font-size: 15px !important;
}

#lookmessage>div>div.textarea>div>p {
	line-height: initial !important;
}

.messagelist input,
.messagelist select {
	border: 1px solid #cbcbcb;
}

.search_title {
	margin-bottom: 10px !important;
}

.search_title>div {
	margin-right: 10px;
}

.messagelist select {
	padding: 0 20px;
	font-size: 15px !important;
}

.messagelist button {
	border: 1px solid #cbcbcb;
	font-size: 15px !important;
}

.messagelist button:hover {
	background: #e6e4e4;
}

.annotate {
	margin-bottom: 20px !important;
}

.annotate span {
	font-size: 14px !important;
}

.annotate>div>div>span>span:last-child {
	color: red !important;
}

.info_style {
	background: #D7D7D7;
	border-bottom: 1px solid #808080;
}

.info_style>span {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: #143683 !important;
	text-align: center;
}

.info_style>span:first-child {
	width: 480px !important;
}

.info_style>span,
.infolist>ul>li{
	    height: 35px;
	    line-height: 35px;
	    border-bottom: 1px solid #808080;
}
.infolist>ul>li{
	padding-left: 2px;
}
.info_style>span,
.infolist>ul>li>span {
	display: inline-block;
	width: 95px;
	border-right: 1px solid #808080;
	text-align: center;
}

.info_style>span:last-child {
	border-right: none !important;
}

.infolist>ul>li>span:last-child {
	border-right: none !important;
}

.infolist>ul>li>a {
	display: inline-block;
	width: 480px !important;
	border-right: 1px solid #808080;
	font-size: 14px !important;
}
.infolist>ul>li>a>img{
	    margin-right: 5px!important;
	    width: 4px;
}
.infolist>ul>li>span {
	font-size: 14px !important;
}

.infolist>ul>li:nth-child(2n) {
	background: #f0f0f0 !important;
}
