/*首页新闻大图列表*/
*::selection {
    background: #8c0000;
    color: #ffffff;
    text-shadow: none;
}
.mainwrap {
    display: block;
		width: 1200px;
		margin: auto;
		min-width: 320px;
}
.relative {
    position: relative;
}
.mobsecnav, .mobsecnav2 {
    display: none;
}
.secnav {
    position: relative;
		height: 40px;
		line-height: 40px;
		width: 100%;
		display: block;
}
ul, li {
    list-style-type: none;
}
li{
	/* border: 0px; */
	padding: 0px;
	font-size: 100%;
	margin: 0px;
	font-family: 'microsoft yahei',"lucida grande", "tahoma","arial", "helvetica", "sans-serif";
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight: normal;
	display: list-item;
	text-align: -webkit-match-parent;
}
.secnav li {
    float: left;
}

.secnav li a {
    display: block;
    font-size: 14px;
    color: #000;
    font-family: "microsoft yahei";
    padding: 0 10px;
}
#magic-line {
    position: absolute;
    top: 0;

    height: 4px;
    background: #006dca;
    padding: 0;
}
/*内容开始*/
.detailcontent {
    margin-top: 50px;
}

.introtitimg {
    float: left;
    width: 120px;
    height: 64px;
    background-color: #9b0000;
    background-image: ;
}
.introtit {
    margin-bottom: 30px;
    /*margin-left: 10px;*/
}
.introtit h2 {
    float: left;
    padding: 0 27px;
    border-bottom: 3px solid #006dca;
    font-size: 24px;
    line-height: 61px;
}
.clearfix:after {
    display: block;
    content: '';
    clear: both;
    height: 0px;
    visibility: hidden;
}
.features {
    width: 1000px;
    margin: auto;
		margin-left: 100px;
    text-align: center;
}
.ml10 {
    margin-left: 10px;
}
ul.featureslist li {
    float: left;
    margin: 20px;
    width: 450px;
}
ul.featureslist li a {
    display: block;
    height: 115px;
    width: 450px;
    position: relative;
}
a, a:link {
    text-decoration: none;
}


ul.featureslist li img {
    height: 115px;
    width: 450px;
}
ul.featureslist li a * {
    transition: all 0.3s ease 0s, -moz-transform 0.3s ease 0s;
}
img {
    border: 0px;
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
}

ul.featureslist span {
    display: block;
    width: 430px;
    height: 0px;
    text-align: left;
    background-color: #000;
    color: #fff;
    opacity: 0.6;
    font-family: "microsoft yahei";
    font-size: 14px;
    padding: 0px 10px 0px 10px;
    position: absolute;
    left: 0%;
    bottom: 0%;
    overflow: hidden;
}
ul.featureslist li a:hover span{
   height:42px;
}
