.carousel-indicators{
    left: 110%;
    width: 100px;
}
.carousel-inner>.item>img{
    min-width: 100%;
}
.carousel{
    padding: 0px;
}
.carousel-caption button{
    margin-top: -80px;
    position: relative;
    height: 38px;
    width: 230px;
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    color: #000;
}
.carousel-caption button:hover{
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    color: #fff;
}
.tc_title{
    text-align: center;
    padding-top:10px;
}
.carousel-inner>.item>img{
    height:480px;
}
.tc_title li{
    display: inline-block;
    width:150px;
    text-align: center;
    font-size: 18px;
    height:30px;
}
.tc_title li hr{
    height:1px;
    border:none;
    border-top:1px solid #000;
    margin-top:25px;
    width: 90%;
}
.tclist{
    text-align: center;
    margin-top:20px;
}
.tclist li{
    display: inline-block;
    margin-left:12px;
    margin-right: 12px;
}
.tclist li a{
    text-decoration: none;
}
.tc_info{
    margin-top:-93px;
}
.tc_info span{
    display: block;
    color:#000;
}
.tc_info span:first-child{
    font-family: "Georgia";
    font-size: 20px;
}
.tc_info span:nth-child(2),.tc_info span:nth-child(3){
    font-size: 16px;
}

.line2li{
    margin-top: 40px;
}