.div_auto{width: 1200px;margin: 0 auto;}
/*head*/
.h_wraphead{width: 100%;background: #ffffff;height: 104px;}
.h_head{height: 40px;padding: 32px 0;}
.h_head .h_logo{font-size: 30px;line-height: 40px;color: #000000;width: 375px;float: left;}
.h_head .h_search{width: 450px;height: 38px;border: 1px solid #0e69aa;border-radius: 3px 0 0 3px;float: left;}
.h_search img{margin: 10px ; display: block;float: left;cursor: pointer;}
.h_search span.h_searchBtn{display:block;width: 80px;height: 38px;cursor: pointer;float: right;cursor: pointer;
    color: #ffffff;font-size: 16px;background: #0e69aa;text-align: center;line-height: 38px;}
.h_search input[type=text]{width: 334px;  height: 38px;  border: none;font-size: 14px;}
.h_upLoad{float: right;line-height: 40px;font-size: 16px;color: #696e78;cursor: pointer;}
.h_upLoad img{display: block;float: left;    margin-top: 10px;  margin-right: 5px;}
.h_search span{display: block;float: left;}
.h_loginBefore{float: right;margin-left: 10px;margin-top: 2px;}
.h_loginBefore span{display: block;float: left;width: 52px;height: 34px;line-height: 34px;border-radius: 3px;
    border: 1px solid #ccc;color: #696e78;font-size: 16px;text-align: center;margin-left: 10px;cursor: pointer;}
.h_loginBefore span.cur{background: #408bbb;color: #ffffff;border: 1px solid #408bbb;}
.h_loginAfter{float: right;}
.h_loginAfter .h_user{float: left;width:114px;position: relative; margin-left: 20px;}
.h_user .userName{height: 34px;border: 1px solid #cccccc;text-align: center;
    line-height: 34px;color: #696e78;border-radius: 3px;cursor: pointer;}
.userName span{display: block;float: left;width: 85px;margin-left: 10px;overflow: hidden;
    text-overflow: ellipsis;white-space: nowrap;}
.userName img{display: block;float: left;margin-top: 15px;}
.h_user ul{width: 112px;overflow: hidden;border: 1px solid #CCCCCC;z-index: 999;position: absolute;
    top: 34px;background: #ffffff;display: none;}
.h_user ul li{display: block;text-align: center;line-height: 34px;font-size: 14px;  cursor: pointer;}
.h_user ul li:hover{color: #0d66a5;}

/*content*/
.c_content{margin-top: 30px;}
.c_recommaned{background: #ffffff;    overflow: hidden;margin-bottom: 30px;}
.indexTitle{ height:39px;  position:relative;margin-top: 20px;}
.indexTitle p{ position:absolute; left:0; top:0;height:37px; line-height:37px;  font-size:18px; padding-left: 13px;color: #666666;  }
.indexTitle p.news{background: url("../images/titlebg.png") no-repeat left center;  font-size: 18px;}
.indexTitle .more{ color:#999999; float:right; line-height:40px;font-size: 12px;margin-right: 15px;}
.c_recomList{overflow: hidden;margin: 30px 0 10px 30px;}
.c_recomList a{display: block;float: left;width: 173px;margin-right: 20px;margin-bottom: 20px;background: #f2f2f2;}
.c_recomList a img{display: block;width: 173px;height: 106px;border-radius: 3px 3px 0 0;margin-bottom:4px;}
.c_recomList a span{
    display: block;
    width: 163px;
    overflow: hidden;
    line-height: 23px!important;
    background: #f2f2f2;
    font-size: 14px;
    text-align:center;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px!important;
    border-bottom: 1px solid #e1e1e1;
    padding-left: 10px;
    font-size: 14px;
    }
.c_recomList a span:last-child{font-size:12px;padding-bottom:8px;}
.c_recomList a:hover span{color:#0d66a5; }
.c_recomList a.c_recomBig{width: 368px;}
.c_recomList a.c_recomBig img{width: 368px;height: 268px;}
.c_recomList a.c_recomBig span{width: 358px;}

.view1{width: 272px !important;}
.view1 img{width: 272px !important;height: 158px !important;}
.view1 span{width: 262px !important;}
.view1 span{border:none !important;height: 30px !important;line-height: 30px !important;}
/*page*/
.pages{overflow: hidden;text-align: center;width: 860px;margin: 40px auto;}
.pages ul{overflow: hidden;margin-left: 250px;}
.pages ul li{display: block;float: left;padding: 5px 10px;margin-left: 10px;
    border: 1px solid #dddddd;cursor: pointer;background: #ffffff;}
.pages ul li:hover,.pages ul li.cur{background:#036eb8;border: 1px solid #036eb8;
    color: #ffffff;}
/*nav*/
.n_wrapnav{height: 40px;background: #0d66a5;width: 100%;}
.n_nav ul{overflow: hidden;}
.n_nav ul li{display: block;float: left;line-height: 40px;padding: 0 30px;font-size: 16px;opacity: 0.85;
    filter: alpha(opacity=85);color: #ffffff;cursor: pointer;}
.n_nav ul li.cur,.n_nav ul li:hover{opacity: 100;filter: alpha(opacity=100);background: rgba(0,0,0,.1);}

/*footer*/
.footer{width: 100%;height: 120px;background: #e1e1e1;overflow: hidden;}
.footer .f_foot{margin-top: 40px;}
.footer p{font-size: 14px;color: #666666;line-height: 25px;text-align: center;}
