html,body{
    background-color: #f2f2f2;
    /* height: 100%; */
}
.navTop{
    position: fixed;
    top: 0;
    z-index: 99;
}
.navMe{
    display: block;
    height: 60px;
    line-height: 60px;
    float: right;
    font-size: 14px;
    color: #fff;
    text-indent: 25px;
    background: url("../img/indexPerson.png") no-repeat 0 center;
}
.navLogin{
    display: block;
    height: 60px;
    line-height: 60px;
    float: right;
    font-size: 14px;
    color: #fff;
    text-indent: 25px;
    background: url("../img/navLogin.png") no-repeat 0 center;
}
.navWrite{
    display: block;
    box-sizing: border-box;
    width: 100px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 5px;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 36px;
}
.navFix{
    float: right;
    display: none;
}
.indexMain{
    width: 1200px;
    margin: 0 auto;
    margin-top: 12px;
}
.indexMain_left{
    width: 1200px;
}
.indexMain_right{
    float: right;
    width: 90px;
    position: relative;

}
.indexMain_left_btn{
    width: 100%;
    height: 80px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #999;
    background-color: #fff;
    padding: 14px 10px 0 10px;
}
.indexMain_left_btn ul{
    margin-left: 25px;
}
.indexMain_left_btn li{
    float: left;
    margin-right: 35px;
    line-height: 55px;
    font-size: 14px;
}
.indexMain_left_btn li a{
    color: #000;
}
.indexMain_left_btn li a.on{
    color: #b11509;
}
.indexMain_left_con{
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px #999;
    margin-top: 15px;
    background-color: #fff;
    min-height: 400px;
    position: relative;
}

.indexCon_msg{
    box-sizing: border-box;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px dashed #f2f2f2;
    height: 90px;
    overflow: hidden;
    display: flex;
}
.indexCon_msg:last-of-type{
    border-bottom: none;
}
.indexCon_msg_box{
    width: 62px;
    float: left;
    padding-top: 18px;
    text-align: center;
}
.indexCon_msg_ms{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.indexCon_msg_pic{
    width: 46px;
    height: 46px;
    background-color: #999;
    overflow: hidden;
    margin-top: 22px;
    margin-left: 20px;
}

.indexCon_msg_pic img{
    width: 46px;
    height: 46px;
}
.indexCon_msg_detail{
    flex: 1;
    /*height: 46px;*/
    overflow: hidden;
    margin-top: 20px;
    margin-left: 19px;
}
.indexCon_msg_detail_tittle{
    width: 100%;
    height: 28px;
    overflow: hidden;
}
.indexCon_msg_detail_tittle p{
    float: left;
    font-size: 14px;
    color: #333;
}
.indexCon_msg_detail_tittle p:hover{
    color: #1F354C;
    text-decoration: underline;
}
.post-icon{
    float: left;
    color: #fff;
    background: #6664c1;
    padding: 0 2px;
    border-radius: 3px;
    margin-top: 2px;
    margin-right: 4px;
}
.good-icon{
    background: #f3377b;
}
.havePic_head{
    width: 190px;
    height: 110px;
    background-color: #999;
    overflow: hidden;
}
.havePic_head img{
    width: 190px;
    height: 110px;
}
.indexCon_msg_detail_other{
    width: 100%;
    height: 18px;
}
.indexCon_msg_detail_other li{
    float: left;
    margin-right: 25px;
    color: #666;
    height: 18px;
    line-height: 18px;
}
.indexCon_msg_detail_other li:nth-child(2){
    text-indent: 25px;
    background: url("../img/indexEye.png") no-repeat 0 center;
}
.indexCon_msg_detail_other li:nth-child(3){
    float: right;
    margin-right: 10px;
    text-indent: 20px;
    background: url("../img/replayIcon.png") no-repeat 0 center;
}
.indexCon_msg_replay{
    width: 70px;
    height: 46px;
    float: right;
    margin-top: 14px;
    overflow: hidden;
    background: url("../img/replayIcon.png") no-repeat 0 30px;
    position: relative;
}
.indexCon_msg_replay span{
    position: absolute;
    bottom: 3px;
    left: 20px;
    color: #666;
}
.indexFooter{
    width: 100%;
    height: 40px;
    position: relative;
    margin-top: 14px;
}
.indexFooter_con{
   position: absolute;
    height: 40px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 10px #999;
    border-radius: 10px;
}
.indexFooter_con a{
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    background-color: #fff;
    border-right: 1px dashed #cecece;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 45px;
}
.indexFooter_con a:first-of-type{
    border-radius: 10px 0 0 10px;
}
.indexFooter_con a:last-of-type{
    border-radius: 0 10px 10px 0;
    border-right: none;
}
.indexFooter_con a.on {
    background-color: #1F354C;
    border-right: none;
    color: #fff;
}
/*�ұ�*/
.newMsg{
    display: block;
    font-size: 14px;
    width: 80px;
    height: 55px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    line-height: 55px;
    letter-spacing: 1px;
    background-color: #1F354C;
    margin-right: 2px;
}
.pwfb{
    width: 100%;
    height: 385px;
    border-radius: 10px;
    box-shadow: 0 0 10px #999;
    margin-top: 14px;
    background-color: #fff;
}
.pwfbHead{
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    background-color: #f8f8f8;
    border-radius: 10px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 14px;
    text-indent: 20px;
    line-height: 60px;
}
.pwfbCon{
    width: 100%;
    height: 265px;
}
.pwfbFooter{
    width: 100%;
    height: 60px;
    border-radius: 0 0 10px 10px;
    background-color: #f8f8f8;
}
.indexSearch{
    width: 100%;
    height: 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px #999;
    margin-top: 14px;
    background-color: #fff;
}
.indexSearch input[type=text]{
    width: 290px;
    height: 40px;
    text-indent: 20px;
    border: none;
    border-radius: 10px 0 0 10px;
    float: left;
}
.indexSearch input[type=submit]{
    width: 100px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 0 10px 10px 0;
    border: none;
    float: left;
    background-color: #1F354C;
    font-size: 14px;
}
.indexPublic{
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px #999;
    margin-top: 14px;
    background-color: #fff;
}
.indexPublic_head{
    width: 100%;
    height: 60px;
    background-color: #f8f8f8;
    border-radius: 10px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 14px;
    text-indent: 20px;
    line-height: 60px;
}
.indexPublic_con{
    box-sizing: border-box;
    padding: 23px 20px;
}
.weekHot li{
    width: 100%;
    height: 20px;
    font-size: 14px;
    margin-bottom: 8px;
    overflow: hidden;
}
.weekHot li a{
    color: #666;
    line-height: 20px;
    float: left;
}
.weekHot li span{
    display: block;
    width: 60px;
    height: 20px;
    float: left;
    margin-left: 20px;
    line-height: 20px;
    text-indent: 20px;
    background: url("../img/replayIcon.png") no-repeat 0 center;
}
.indexLink li{
    width: 100%;
    height: 20px;
    text-indent: 15px;
    line-height: 20px;
    margin-bottom: 8px;
    font-size: 14px;
    background: url("../img/indexLink_icon.png") no-repeat 0 center;
}
.indexLink li a{
    color: #666;
}
.indexWxpublic{
    width: 100%;
    height: 290px;
    margin-top: 14px;
    border-radius: 10px;
    box-shadow: 0 0 10px #999;
    background:#fff url("../img/wxPublic.png") no-repeat center 30px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    text-align: center;
}
.indexWxpublic p{
    margin-top: 250px;
}
.publicFooter{
    /* position:absolute; */
    bottom: 0px;
    /*margin-top: 55px;*/
    width: 100%;
    height: 55px;
    text-align: center;
    font-size: 14px;
    color: #666;
    line-height: 55px;
    background: url("../img/footerBg.png") no-repeat center 0;
}
/*�������ݲ���*/
.tzCon{
    width: 100%;
    box-sizing: border-box;
    padding: 27px 16px 0 16px;
    border-radius: 10px;
    box-shadow: 0 0 10px #999;
    background-color: #fff;
}
.tzCon_head{
    width: 100%;
    display: flex;
}
.tzCon_head_left{
    width: 45px;
    height: 45px;
    background-color: #999;
}
.tzCon_head_left img{
    width: 45px;
    height: 45px;
}
.tzCon_head_right{
    width: 680px;
    flex: 1;
    margin-left: 20px;
}
.tzCon_head_right h1{
    font-size: 24px;
}
.tzCon_head_right li{
    float: left;
    height: 20px;
    line-height: 20px;
    margin-right: 25px;
    color: #666;
}
.tzCon_head_right li:last-of-type{
    text-indent: 20px;
    background: url("../img/indexEye.png") no-repeat 0 center;
}
.tzCon_con{
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
    padding:15px 7px;
    background: url("../img/tzBox_bg.png") no-repeat left 0;
    font-size: 18px;
    line-height: 40px;
    min-height: 200px;
}
.tzCon_foot{
    width: 100%;
    height: 95px;
    box-sizing: border-box;
    padding-top: 18px;
}
.tzCollect{
    width: 135px;
    height: 46px;
    border-radius: 5px;
    box-shadow: 0 0 10px #999;
    margin: 0 auto;
}
.tzCollect_left{
    width: 90px;
    height: 46px;
    float: left;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    background: url("../img/tzCollect.png") no-repeat 15px center;
}
.tzCollect_left.on{
    background: url("../img/tzCollect_hover.png") no-repeat 15px center;
}
.newPending{
    width: 100%;
    box-sizing: border-box;
    padding: 36px 6px;
    border-radius: 10px;
    box-shadow: 0 0 10px #999;
    background-color: #fff;
    margin-top: 14px;
}
.newPending_head{
    width: 100%;
    height: 40px;
    position: relative;
}
.tzHeng{
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #f2f2f2;
    position: relative;
    top: 30px;
}
.newPending_head_tittle{
    box-sizing: border-box;
    padding: 0 20px;
    height: 40px;
    font-size: 24px;
    color: #333;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.newPending_son{
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    border-bottom: 1px dashed #f2f2f2;
    display: flex;
}
.pendPic{
    width: 46px;
    height: 46px;
    background-color: #999;
    overflow: hidden;
    margin-left: 15px;
}
.pendDetail{
    flex: 1;
    margin-left: 20px;
}
.pendDetail_head{
    width: 100%;
    height: 25px;
}
.pendDetail_head p{
    color: #333;
    font-size: 14px;
    float: left;
}
.pendDetail_head p span{
    font-size: 12px;
    color: #999;
   margin-left: 10px;
}
.pendDetail_head i{
    float: right;
    font-style: normal;
    color: #999;
}

.pendDetail_con p{
    font-size: 14px;
}
.pendDetail_btn{
    width: 100%;
    height: 30px;
}
.pendDetail_btn li{
    float: left;
    height: 30px;
    margin-right: 20px;
    line-height: 30px;
    text-indent: 17px;
    color: #999;
    cursor: pointer;
}
.pendDetail_action{
    height: 80px;
    margin-top: 12px;
    display: none;
}
.pendDetail_action input[type=text]{
    width: 100%;
    height: 35px;
    border: none;
    border-radius: 2px;
    box-shadow: 0 0 10px #999;
    background-color: #f2f2f2;
    text-indent: 10px;
}
.pendDetail_action button{
    width: 68px;
    height: 36px;
    border-radius: 2px;
    border: none;
    float: right;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 14px;
}
.pendDetail_action button:first-of-type{
    background-color: #1F354C;
    color: #fff;
}
.pendDetail_action button:last-of-type{
    background-color: #f2f2f2;
    color: #333;
}

.replayBtn{
    background: url("../img/replayL.png") no-repeat 0 center;
}
.delateBtn{
    background: url("../img/delate.png") no-repeat 0 center;
}
.pendDetail_btn li.on{
    background: url("../img/zan_hover.png") no-repeat 0 center;
    color: #1F354C;
}
.pendDetail_replayCon{
    min-height: 30px;
    box-sizing: border-box;
    padding-left: 10px;
    background-color: #f2f2f2;
    border-radius: 2px;
    box-shadow: 0 0 10px #999;
    margin-top: 10px;
    margin-bottom: 10px;
}
.pendDetail_replayCon p{
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
.pendPic img{
    width: 46px;
    height: 46px;
}
.tzCollect_right{
    margin-top: 3px;
    width: 45px;
    height: 40px;
    box-sizing: border-box;
    border-left: 1px dashed #cecece;
    float: left;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #666;
}
.writePending{
    box-sizing: border-box;
    width: 100%;
    height: 450px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #999;
    margin-top: 14px;
    padding-top: 15px;
    padding: 15px 10px 0 10px;
}
.writePending_con{
    width: 690px;
    height: 55px;
    float: left;

}
.writePending_con input[type=text]{
    width: 590px;
    height: 55px;
    background-color: #f2f2f2;
    border: none;
    box-shadow: 0 0 10px #f2f2f2;
    text-indent: 20px;
    float: left;
    border-radius:10px;
    margin-top: 2px;
}
.writePending_con input[type=submit]{
    width: 90px;
    height: 55px;
    float: right;
    border: none;
    background-color: #1F354C;
    color: #fff;
    font-size: 14px;
    border-radius:10px;
    margin-top: 2px;
}

.newComment{
    width: 100%;
}
.newComment input[type=text]{
    width: 85%;
    margin-left: 20px;
}
.newComment input[type=submit]{
    margin-right: 20px;
}
.myMsg{
    width: 100%;
    height: 320px;
    border-radius: 10px;
    box-shadow: 0 0 10px #999;
    margin-top: 14px;
    background-color: #fff;
}
.myMsg_con{
    width: 100%;
    height: 260px;
    box-sizing: border-box;
    padding-top: 80px;
}
.myMsg_conPic{
    width: 95px;
    height: 95px;
    background-color: #999;
    margin: 0 auto;
}
.myMsg_conPic img{
    width: 95px;
    height: 95px;
}
.myMsg_con p{
    text-align: center;
    font-size: 18px;
    color: #666;
    letter-spacing: 1px;
    line-height: 50px;
}
.myMsg_footer{
    width: 100%;
    height: 60px;
    background-color: #f8f8f8;
    border-radius: 0 0 10px 10px;
}
.myMsg_footer ul{
    margin-left: 45px;
}
.myMsg_footer li{
    width: 100px;
    height: 60px;
    float: left;
    font-size: 14px;
    text-align: center;
}
.myMsg_footer li a{
    color: #666;
}
.myMsg_footer li a p:first-of-type{
    margin-top: 15px;
}
@media (min-width: 1220px ) and (max-width: 1400px) {
    .indexMain{
        width: 1000px;
    }
    .indexMain_left{
        width: 1000px;
    }
    /*.indexMain_right{*/
        /*width: 300px;*/
    /*}*/
    /* .writePending_con{
        width: 610px;
    }
    .writePending_con input[type=text]{
        width: 510px;
    } */
}
@media (min-width: 1100px)and (max-width: 1220px){
    .indexMain{
        width: 900px;
    }
    .indexMain_left{
        width: 900px;
    }
    /*.indexMain_right{*/
        /*width: 220px;*/
    /*}*/
    /* .writePending_con{
        width: 530px;
    }
    .writePending_con input[type=text]{
        width: 430px;
    } */
}
@media (min-width: 1024px ) and (max-width: 1100px) {
    .indexMain{
        width: 900px;
    }
    .indexMain_left{
        width: 900px;
    }
    /*.indexMain_right{*/
        /*width: 220px;*/
    /*}*/
    /* .writePending_con{
        width: 530px;
    }
    .writePending_con input[type=text]{
        width: 430px;
    } */
}
@media screen and (max-width: 1024px) {
    .indexMain{
        width: 900px;
    }
    .indexMain_left{
        width: 900px;
    }
    /*.indexMain_right{*/
        /*width: 220px;*/
    /*}*/
    /* .writePending_con{
        width: 530px;
    }
    .writePending_con input[type=text]{
        width: 430px;
    } */
}