﻿.t-a{
    color: #fcfcfc;
    text-decoration: none;
    cursor: pointer;
}
.t-a:hover{
    color: #fcfcfc;
    text-decoration: none;
}
.t-a:focus{
    color: #fcfcfc;
    text-decoration: none;
}


.t-web-bg{
    background:url(ThinkTideW_res/bg.jpg) repeat
}
a{
    color: #3d3d3d;
    text-decoration:none
}
a:hover{
    color: #3d3d3d;
    text-decoration:none
}
a:focus{
    color: #3d3d3d;
    text-decoration:none
}


.tide-News-p{
    padding:  5px;
}
.tide-News-bar{
    padding: 10px 20px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 18px;
    color: #6e1452;
    vertical-align: text-bottom;
}
.tide-News-border{
    border: 1px solid #DDDDDD;
    box-shadow: 1px 1px 8px #dddddd;
}
.tide-News-ul{
    padding: 12px 10px 0 10px;
    min-height: 300px;
}
.tide-News-li{
    list-style-type:none;
    padding: 5px;
}
.tide-News-title{
    cursor:pointer;
    font-size: 14px;
    color: #3d3d3d;
    text-decoration:none;
    display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.tide-News-bar i{
    font-size: 16px;
}
.tide-News-title:hover{
    color: #a11c79;
}
.tide-News-time{
    font-size: 12px;
    padding: 10px 5px;
    border-bottom: 1px dotted #9b9999;
    color: #bbbbbb;
}
.tide-News-more{
    padding-bottom: 8px;
    text-align: center;
    cursor:pointer;
    font-size: 14px;
    color: #3d3d3d;
    text-decoration:none;
    display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}

.tide-card-icon{
    padding:5px 15px ;
    border-radius: 6px;
}
.tide-card-icon img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.tide-card-p{
    text-align: center;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #575757;
    border-color: #575757;
}

.xbgbar{
    background: no-repeat center url(ThinkTideW_res/xgbBar.jpg);
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size: cover;
}
