h1{
    text-align: center;
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #e0e0e0;
    margin-bottom: 20px;
    font-weight: bold;
}

.time{
    height: 17px;
    font-size: 12px;
    margin: 0px;
    text-align: center;
    line-height: 17px;
    margin-top: 10px;
}
.content{
    margin-top: 40px;
    font-size: 14px;
    color: #3C3C3C;
    line-height: 28px;
    margin-bottom: 40px
}
.content p{
    margin: 10px 0;
}
.content img {
    max-width: 100%;
    text-align: center;
}
.content table{
    margin: auto;
}
.mzsm{
    line-height: 18px;
    padding: 20px 20px;
    margin: 20px 0 20px 0;
    background-color: #eeeeee63;
    font-size: 10px;
    color: darkgrey;
}
.bds {
    padding-left: 17px;
    background-repeat: no-repeat;
    background-image: url(https://img.qqthj.com/icons.png);
}

.bds_weixin {
    background-position: 0 -1612px;
}

.bds_weibo {
    background-position: 0 -104px;
}

.bds_qq {
    background-position: 0 -2652px;
}

.bds_qzone {
    background-position: 0 -52px;
}

#wxQrcode {
    width: 300px;
    position: absolute;
    background: #fff;
    border: solid 1px #d8d8d8;
    z-index: 11001;
    font-size: 12px;
    padding: 10px;
    left: 300.5px;
    bottom: 5px;
    width: 240px;
    height: 295px;
    display: none;
}
#qrcode{
    margin: 20px;
    width:200px;
    height:200px;
}
.r_ad{

    padding: 10px;
    background-color: #fff;
    margin-bottom: 10px;
}
.r_list{
    width: 250px;
    padding: 10px;
    background-color: #fff;
}
.r_tt{
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #e3e3e3;
    border-top: 3px solid #f79664;
    margin-top: 10px;

}
.icon {
    float: left;
    display: block;
    width: 23px;
    height: 23px;
    margin: 5px 7px 0 5px;
    overflow: hidden;
    text-indent: -999em;
}
.r_tt .icon-hot{
    background: url(/static/images/hotNews.png);
}
#hotList{
    padding-left: 20px;
}
#hotList li{
    line-height: 30px;
    list-style: outside;
    border-bottom: 1px solid #e3e3e3;
}
.dTitle {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: 230px;
}
.nav a:visited {
    color: #339900;
    text-decoration: none;
}
.tags a{

    background-color: #f1faff;
    padding: 3px 7px;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 12px;
}
th{
    text-align: center!important;
}
.login{
    width: 560px;
    height: 240px;
    margin:60px auto;
    box-shadow: 0 0 10px #e0e0e0;
    border-radius: 5px;
    padding: 0 20px ;
    text-align: center;
    border: 1px solid #e0e0e0;
}



.login .ll{
    width: 200px;
    height:200px;
    float: left;
    margin-top: 20px;
    border-right: solid 1px #e0e0e0;
}
.login .lr{
    width: 318px;
    height:200px;
    margin-top: 20px;
    float: right;
}
.btn {
    background-color: #0092DC;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    padding: 5px 30px;
}
.reg{
    background-color: #f79664;
}
.login a{
    color: #fff;
}
.login a:hover{
    color: #fff;
}

.r-time{
    float: right;
    color: #c5c4c4;
}
.comCard{
    background-image: url(/static/images/cardbg.png?v=2);
    height: 320px;
    text-align: left;
    font-size: 16px;
    line-height:30px;
    width: 560px;
    margin: 40px auto;
    box-shadow: 0 0 10px #e0e0e0;
    border-radius: 5px;
    padding: 20px;

}
.comCard .card{
    margin-left: 40px;
}
.card_linkman{
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
}
.card_CorpName{
    font-weight: bold;
    margin-top: 35px;
}
.news_content table{
    font-size: 13px !important;
    font-family: Verdana, "宋体", Arial, Sans !important;
    border: 0;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
    text-align: center;
}

.news_content td,.news_content th{
    border-bottom: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    padding: 5px 0;
}
.news_content img {
    max-width: 100%;
    text-align: center;
}