﻿@charset "utf-8";
.article_foot_hd{ width: 1000px; height: auto; margin: 0 auto; overflow: hidden;}
/* .article_foot_hd p.tit{height: 30px; line-height: 30px; text-align: center; font-size: 18px; color: #2f73b2; margin-bottom: 20px; }
.article_foot_hd p.abstract{ height: 20px; line-height: 20px; text-align: center; font-size: 14px; color: #666666;} */

/* .hd_list{ width: 100%; height: 90px; overflow: hidden; margin: 35px 0 40px;}
.hd_list li{ float: left;width: 130px; height: 90px; margin-left: 44px; text-align: center;} 
.hd_list li:first-child{ margin-left: 0;}
.hd_list li a { font-size: 16px; color: #2f73b2;}
.hd_list li a i{ display: block; width: 60px; height: 50px; margin: 0 auto 15px;} 
.hd_list li a,.hd_list li a i{
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;}
.hd_list li a i.hd01{ background: url(../images/content_foot_hd_icon01.png) center center no-repeat;}
.hd_list li a i.hd02{ background: url(../images/content_foot_hd_icon02.png) center center no-repeat;}
.hd_list li a i.hd03{ background: url(../images/content_foot_hd_icon03.png) center center no-repeat;}
.hd_list li a i.hd04{ background: url(../images/content_foot_hd_icon04.png) center center no-repeat;}
.hd_list li a i.hd05{ background: url(../images/content_foot_hd_icon05.png) center center no-repeat;}
.hd_list li a i.hd06{ background: url(../images/content_foot_hd_icon06.png) center center no-repeat;}
.hd_list li a:hover{ font-size: 17px;}
.hd_list li a:hover i{ 
	transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);} */

.news_list{ float: left; width: 490px; height: auto;}
.news_list h3{ height: 26px; height: 26px; font-size: 18px; color: #2f73b2; font-weight: bold; background: url(../images/content_foot_hd_tjyd.png) left center no-repeat; text-indent: 30px;}
.djph h3{ background-image: url(../images/content_foot_hd_djph.png) !important;}
.djph{ margin-right: 20px;}
.news_list ul{ width: 448px; height: 144px;  margin-top: 17px; overflow: hidden; border: 1px solid #e1e1e1; padding: 10px 20px;}
.news_list ul li{ height: 36px; line-height: 36px; vertical-align: top; overflow: hidden;}
.news_list ul li a{ float: left; background: url(../images/listPage_dot.png) left center no-repeat; text-indent: 13px; max-width: 85%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #333333; font-size: 16px;}
.news_list ul li a:hover{ color: #1B64B4;}
.news_list ul li span{ float: right; font-size: 14px; color: #999;}

@media screen and (max-width:1199px) {
	.article_foot_hd{ display: none;}
}