﻿body {margin:0;
    
     
}

/*公共样式表*/
* a {
    text-decoration: none;
    color: #000000;
}

    * a:hover {
        color: #ff0000;
    }

* ul {
    list-style-type: none;
    padding: 0px;
}

* p {
    margin: 0px;
}
.lunbo {
    margin: 0px;
    padding: 0;
}
img {
    width: 100%;
}
.lunbo img {
    width:100%;
    height:150px;
   
}
.toptip {
    background:#8e0909;
    color:#ffffff;
    font-size:12px;
}
.logo {
  padding:20px 0 0 0;
}
    .logo input {
        border: 2px solid #8e0909;
        width: 70%;
        display: inline-block;
        vertical-align: middle;
    }
    .logo button {
        background: #8e0909;
        border: 2px solid #8e0909;
        width: 10%;
        color: #ffffff;
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
    }
.textal{
    text-align:center;
}
.tsxiangqing{
   
    margin-top:20px;
   
}
.tsxiangqing img{
    height:250px;
}
.tsfm{
    display:inline-block;
     text-align:center;
}
.tsjianjie{
    padding:10px;
    margin-top:20px;
}
.navlist ul li{
    display: inline-block;
    margin:10px;
}
.tsfl {
    text-align: center;
}

    .tsfl ul {
        border: 1px solid #8e0909;
        padding: 0px;
    }

        .tsfl ul li {
            border-bottom: 1px dotted #8e0909;
            margin: 2px;
            height: 25px;
            overflow-y: hidden;
            text-align: left;
            padding: 0 0 0 10px;
        }

            .tsfl ul li:hover {
                background-color: #f6d3d3;
            }
.flbt {
    background-color: #8e0909;
    color: white;
}
.pcyc{display:none;}
.tjts {
    margin: 5px 0 5px 0;
    font-size: 12px;
    text-align: center;
}

    .tjts  img {
      height:100px;
      
    }
    .tjtslist{display:inline-block;
              width:50%;
    }
/*用户中心样式表*/
.right {
    border: 1px solid #EBEBEB;
    
}
.ljhs {
    text-align:center;
    border: 0px;
    border-radius:10px;
    padding:10px;
    margin:10px;
    background: #8e0909;
    color: white;
    font-size: 14px;
  
}

    .ljhs:hover {
        background: #ff6a00;
        color: white;
    }

/*手机阅读*/
@media (max-width: 767px) {
    .tjtslist {
        display: inline-block;
        width: 33.33%;
    }
    .tjts img {
        height: 100px;
    }
    .yc {
        display: none
    }

    .pcyc {
        display: block;
        font-size: 12px;
        color: #000000;
    }
    .logo input {
        border: 2px solid #8e0909;
        width: 80%;
        display: inline-block;
        vertical-align: middle;
    }

    .logo button {
        background: #8e0909;
        border: 2px solid #8e0909;
        width: 20%;
        color: #ffffff;
        font-size: 14px;
        display: inline-block;
        vertical-align: middle;
    }
    .ydcd{
        margin:5px auto 5px auto;
    }
    .ydcd ul {
        text-align: center;
    }
    .ydcd ul li{
        width:15%;
        display: inline-block;
        margin:5px;
        text-align:center;
    }
    .ydcd ul li img{
        width:80%;
       
    }
}