﻿*{
    margin: 0;
    padding: 0;
}

html,body{
    height: 100%;
    font:normal 14px  "Source Han Sans CN","Arial","MIC","Tahoma",sans-serif;
    color:#4c4c4c;
    background: #fff;
}

a{
    text-decoration: none;
    cursor: pointer;
}

a:hover{
    text-decoration: none;
}

.wrapper{
    position: relative;
    width: 100%;
    min-height: 100%;
    background: #f9f9f9;
}

#footer{
    background: #2a1f1b;
    padding: 20px 0;
}

#footer .footermain{
    text-align: right;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

#footer .footermain a{
    color: #fff;
}

#footer .footerWeiBo,#footer .footerWeiXin{
    height: 96px;
    line-height: 96px;
}


#footer .footerWeiBo img,#footer .footerWeiXin img{
    max-width: 100%;
}

#footer .footerQRcode{
    width: 96px;
    height: 96px;
    display: none;
}

#footer .footerQRcode img{
    width: 96px;
    height: 96px;
    position: absolute;
    top: 0;
    left: 0;
}

#footer .footerQRcode .footerQRcodeBorder{
    width: 96px;
    height: 96px;
    position: absolute;
    top: 0;
    left: 0;
    border:2px solid #ffcc33;
    box-sizing: border-box;
}

#footer .footerQRcode .caret {
    position: absolute;
    top: 50%;
    left: -12px;
    margin-top: -8px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 0;
    border-right: 8px solid  #ffcc33;
    border-right: 8px solid\9;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.Top{
    width: 100%;
    height: 200px;
    text-align: center;
    position: relative;
}

.Icon{
    display: inline-block;
    width: 115px;
    height: 99px;
    position: absolute;
    top: 50.5px;
    left: 50%;
    cursor: pointer;
}

.Title{
    margin: 48px 0;
}

.newsmain{
    background: #fff;
}

.main{
    padding: 80px 100px;
}

.main .newtitle{
    text-align: center;
}

.newmain{
    margin-top: 24px;
    border-top: 1px dashed #ffcc33;
    padding-top: 37px;
    font-size: 14px;
    text-indent:2em;
    line-height: 30px;
}

.newmain img{
    max-width: 100%;
    margin: 36px 0;
}

.Title p.TitleLeft{
   
    font-size: 24px;
    line-height: 46px;
    border-bottom: 5px solid #ffcc33;
    box-sizing: border-box;
    text-align: center;
    color: #422922;
    letter-spacing: 3px;
}

.Title p.TitleRight{
    height: 51px;
    line-height: 51px;
    border-bottom: 5px solid #f2f2f2;
    box-sizing: border-box;
    text-align: right;
    font-size: 24px;
}

.mainbox >.row >.main{
    padding: 22px 36px;
    background: #fff;
}

.mainbox>.row>.main>.title{
    font-size: 20px;
    color: #422922;
}

.mainbox>.row>.main>.title i{
    display: inline-block;
    width: 3px;
    height: 29px;
    background: #ffcc33;
    vertical-align: middle;
}

.mainbox>.row>.main>.profile{
    text-indent: 2em;
    font-size: 16px;
    line-height:35px ;
    margin: 0;
}

#pop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

#pop .mask{
    position: absolute;
    background: #000;
    opacity: 0.7;;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#pop .mask{
    position: absolute;
    background: #000;
    opacity: 0.7;;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#pop #popimg{
    width: 90%;
    position: absolute;
    left: 5%;
    top: 50%;
    /*z-index: 10;*/
}
.MapBox a:hover{
     color:red;
}