body{
    font-family:"微软雅黑";
    background:url("../images/bg.jpg") no-repeat #fdfdfd;
}
.head{
    width:100%;
    height:300px;
}
.headContent{
    width:1200px;
    height:250px;
    margin:auto;
}
.headLogo{
    padding-top:65px;
    border-radius:10px;
}
.headLogo {
    position:relative;
    right:20px;
}
.headSearch {
    float:right;
    position:relative;
    bottom:32px;
}
.headSearch input{
    height:40px;
    width:260px;
    padding-left:10px;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
    text-shadow: none;
    border:1px #cdcdcd solid;
    padding-top:1px;
}
.searchButton {
    height:41px;
    width:55px;
    float:right;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    border:1px #cdcdcd solid;
    background:#fff url("../images/sousuo.png") 100% 100% no-repeat;
    border-left:none;
    background-size:40px;
    background-position: center center;
}
.headNav {
    width:100%;
    height:50px;
    background:#044f8b;
}
.headNav ul{
    height:100%;
    width:1200px;
    margin:auto;
}
.headNav ul li{
    float:left;
}
.headNav ul li a {
    color:#fff;
    padding-left:36.8px;
    padding-right:36px;
    line-height:50px;
}
.content{
    width:1160px;
    min-height:1200px;
    margin: 0 auto 42px;

    background:#fff;
    padding:0 20px;
    padding-bottom:30px;
    box-shadow: 3px 3px 0.4em rgba(0, 0, 0, 0.1), -3px 0 0.4em rgba(0, 0, 0, 0.1);
}
.location {
    width:96%;
    height:45px;
    background: url("../images/location.png")no-repeat ;
    background-position: 0 13px;
}
.location p {
    line-height:45px;
    font-size:13px;
    color:#a8a8a8;
    padding-left: 30px;
    box-sizing: border-box;
}
.location p a{
    color:#a8a8a8;
}
.newsBox{
    width: 100%;
    height: 389px;
    margin-bottom: 25px;
}
.photoCon{
    width: 48%;
    height: 389px;
    float: left;
    margin-left: 46.4px;

}
.photoCon:nth-child(1){
    margin-left: 0;
}

.slidePhoto {
    width:49%;
    height: 389px;
    float:left;
    overflow:hidden;
    opacity: 1;
}

.slideImg {
    height:100%;
    width:100%;
}
.slideImg ul {
    height:100%;
    width:100%;
}
.slideImg li {
    height:100%;
    width:100%;
}
.slideImg img {
    width:100%;
    height:100%;
}
.slidePhoto .slideTitle{
    width:100%;
    height:40px;
    position:relative;
    top:-40px;
    color:#fff;
}
.slidePhoto .slideTitle ul li{
    line-height:40px;
    padding-left:10px;
    color:#fff;
}
.slidePhoto .slideTitle ul li a{
    color:#fff;
    font-size:14px;
    z-index:10;
}
.slideNode {
    width:100px;
    float:right;
    height:40px;
    position:relative;
    top:-65px;
}
.slideNode ul li{
    height:11px ;
    width:11px;
    background:#fff;
    border-radius:10px;
    float:left;
    margin-left:8px;
}
.slideNode ul li.on{
    width:23px;
}
.newsTitle {
    width:100%;
    height:45px;
    border-bottom:2px #044f8b solid;
    position:relative;
    margin-bottom: 30px;
}
.newsTitle img{
    width: 20px;
    height: 21px;
    float: left;
    margin: 14px 20px 10px 0;
}
.newsTitle p{
    font-size: 20px;
    color: #044f8b;
    line-height: 45px;
    padding: 0 25px;
}
.more {
    float:right;
    position: absolute;
    right: 0;
    top: 15px;
    font-size:12px;
    color:#a19a95
}
.newsList{
    width:100%;
    height: 328px;
    float:left;
    overflow:hidden;
}
.newsList ul {
    padding-bottom: 35px;
}
.newsList ul li {
    border-bottom:1px #e1e1e1 solid;
}

.newsList ul li:last-child{
    border:none;
}
.newsList ul li img{
    width: 8px;
    height: 12px;
    margin-right: 12px;
}
.newsList ul li a{
    color:#333;
    font-size:14px;
    line-height:55px;
}
.newsList ul .more {
    font-size:14px;
    float:right;
    line-height:25px;
    color:#a19a95;
}
.friendLink {
    width:100%;
    height:120px;
    background:#f7f7f7;
    margin-top:20px;
    margin:auto;

}
.friendLinkTitle {
    padding-left:15px;
}
.friendLinkTitle a{
    color:#044f8b;
    font-size:21px;
    font-weight:bold;
    line-height:50px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:10px;
    border-bottom:2px #1e6197 solid;
}
.friendLinkTitle  span {
    padding-bottom:14px;
    border-bottom:1px #1e6197 solid;
}
.friendLinkContent {
    padding-left:10px;
}
select{
    width:19%;
    margin-right:0.5%;
    height:40px;
    margin-top:15px;
    font-size:16px;
    color:#333;
}
select:first-child{
    margin-left:0.2%;
}
option {
    height:40px;
}
.foot{
    width:100%;
    height:180px;
    background:#fff;
    margin-top:20px;
    box-shadow: 3px 3px 0.4em rgba(0, 0, 0, 0.1), -3px 0 0.4em rgba(0, 0, 0, 0.1);
}
.footContent{
    width:1200px;
    height:100%;
    margin:auto;
    position: relative;
}
.footContent img{
    position: absolute;
    left: 10%;
    bottom: 30%;
}
.footContent ul {
    width:60%;
    text-align:center;
    height:30px;
    margin-left:40%;
    padding-top:50px;
}
.footContent ul li{
    float:left;
}
.footContent ul li a{
    color:#333;
}
.footContent p{
    text-align:Center;
}