@charset "UTF-8"; .article-head {
    overflow: hidden;
    padding-bottom: 20px;
    margin: 20px 0;
    border-bottom: 1px solid #eee
}

.article-head h1 {
    margin-bottom: 12px;
    color: #222;
    font-weight: 700;
    font-size: 26px;
    line-height: 33px
}

.article-head .info {
    overflow: hidden
}

.article-head .info::after {
    content: "";
    display: block;
    clear: both;
    zoom:1}

.article-head .info .anchor,.article-head .info span {
    display: block;
    float: left;
    color: #888;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin-right: 20px
}

.article-head .info .anchor {
    color: #5684dc
}

.article-head .info .anchor:hover {
    color: #346bd5
}

.introduce-box>h3 {
    border-left: 4px solid #0af;
    margin-bottom: 20px;
    padding-left: 16px;
    color: #0af;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px
}

.introduce-box p {
    clear: both;
    padding-bottom: 11px;
    color: #555;
    font-size: 16px;
    line-height: 26px
}

.introduce-box p img {
    display: block;
    width: auto;
    max-width: 650px;
    max-height: 500px;
    margin: 0 auto 6px auto
}

.introduce-box p a {
    color: #0af
}

.introduce-box p a:hover {
    color: #ff9734
}

.introduce-box table {
    margin: 0 auto 6px auto;
    background-color: #f7f7f7;
    border-collapse: collapse
}

.introduce-box table td {
    padding: 8px 10px;
    border: 1px solid #f1f1f1;
    color: #555;
    text-align: center;
    font-size: 14px;
    line-height: 20px
}

.introduce-box table td a {
    max-width: 100%;
    color: #0af;
    text-align: center;
    font-size: 14px;
    line-height: 20px
}

.introduce-box table td a:hover {
    color: #ff9734
}

.turn-pages {
    overflow: hidden;
    margin-left: -20px;
    margin-top: 10px;
    margin-bottom: 20px
}

.turn-pages>div {
    float: left;
    width: 50%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.turn-pages .turn-btn {
    display: block;
    overflow: hidden;
    padding: 0 20px;
    background-color: #f7f7f7;
    border-radius: 4px
}

.turn-pages .turn-btn i,.turn-pages .turn-btn span {
    display: block;
    line-height: 50px
}

.turn-pages .turn-btn i {
    float: left;
    font-size: 12px;
    color: #888
}

.turn-pages .turn-btn span {
    overflow: hidden;
    height: 50px;
    font-size: 14px;
    color: #222
}

.turn-pages .turn-btn:hover {
    background-color: #f4f4f4
}

.turn-pages .turn-btn:hover span {
    color: #0af
}

.sel-tags::after {
    content: "";
    display: block;
    clear: both;
    zoom:1}

.sel-tags a {
    float: left;
    background-color: #fff;
    text-align: center;
    line-height: 34px;
    height: 34px;
    display: block;
    overflow: hidden;
    padding: 0 15px;
    margin: 8px 8px 0 0;
    border: 1px solid #eee;
    border-radius: 4px
}

.sel-tags a.cur {
    color: #fff;
    background-color: #0af
}

.newsList-card {
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden
}
.newsList-card .title a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.newsList-card:hover {
    background-color: #f8fdff
}

.newsList-card .name a {
    display: block;
    overflow: hidden;
    height: 25px;
    color: #222;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px
}

.newsList-card .name a:hover {
    color: #0af;
    font-weight: 700
}

.newsList-card .card-info {
    margin-top: 10px
}

.newsList-card .card-info::after {
    content: "";
    display: block;
    clear: both;
    zoom:1}

.newsList-card .card-info .pic {
    display: block;
    float: left;
    width: 190px;
    height: 126.6666666667px;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 4px;

}

.newsList-card .card-info .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out;
    -moz-transition: transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    -webkit-transition: transform .2s ease-out
}

.newsList-card .card-info .pic img:hover {
    transform: scale(1.08,1.08);
    -webkit-transform: scale(1.08,1.08);
    -moz-transform: scale(1.08,1.08);
    -o-transform: scale(1.08,1.08);
    -ms-transform: scale(1.08,1.08)
}

.newsList-card .card-info .cont {
    overflow: hidden;
    position: relative;
    height: 126.6666666667px
}

.newsList-card .card-info .cont .word {
    overflow: hidden;
    height: 66px;
    color: #555;
    line-height: 22px;
    margin-top: 5px;

}

.newsList-card .card-info .cont .info {
    margin-top: 30px;
    overflow: hidden;
    color: #888;
    font-size: 13px;
    line-height: 22px;
    height: 22px;
    padding-right: 90px
}

.newsList-card .card-info .cont .info span {
    padding: 0 10px;
    display: block;
    float: left
}

.newsList-card .card-info .cont .info span.time {
    background: url(../images/icon-time.png) no-repeat left center;
    padding-left: 18px
}

.newsList-card .card-info .cont .btn {
    position: absolute;
    right: 0;
    bottom: 3px;
    display: block;
    width: 80px;
    height: 30px;
    background-color: #fff;
    color: #0af;
    text-align: center;
    line-height: 30px;
    border: 1px solid #0af;
    border-radius: 4px
}

.newsList-card .card-info .cont .btn:hover {
    background-color: #0af;
    color: #fff
}

.rtnews-card li {
    margin-top: 10px
}

.rtnews-card .card-info::after {
    content: "";
    display: block;
    clear: both;
    zoom:1}

.rtnews-card .card-info .pic {
    display: block;
    float: left;
    width: 120px;
    height: 80px;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 4px
}

.rtnews-card .card-info .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out;
    -moz-transition: transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    -webkit-transition: transform .2s ease-out
}

.rtnews-card .card-info .pic img:hover {
    transform: scale(1.08,1.08);
    -webkit-transform: scale(1.08,1.08);
    -moz-transform: scale(1.08,1.08);
    -o-transform: scale(1.08,1.08);
    -ms-transform: scale(1.08,1.08)
}

.rtnews-card .card-info .cont {
    overflow: hidden;
    position: relative;
    height: 80px
}

.rtnews-card .card-info .cont .title a {
    display: block;
    overflow: hidden;
    height: 50px;
    color: #222;
    line-height: 25px
}

.rtnews-card .card-info .cont .title a:hover {
    color: #0af
}

.rtnews-card .card-info .cont .date {
    margin-top: 8px;
    overflow: hidden;
    color: #888;
    font-size: 12px;
    line-height: 25px;
    height: 25px
}

.text-list {
    padding-left: 10px;
    background: url(../images/icon_point.png) no-repeat left center
}

.text-list .title {
    overflow: hidden;
    display: block;
    height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222;
    text-align: left;
    font-size: 14px;
    line-height: 28px
}

.text-list .title:hover {
    color: #0af
}

.text-list .date {
    display: block;
    float: right;
    overflow: hidden;
    margin-left: 8px;
    height: 28px;
    color: #888;
    text-align: right;
    font-size: 12px;
    line-height: 28px
}

.text-list.hasdate .date {
    width: 70px
}

.rtRank-card-box li {
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8
}

.rtRank-card-box li:last-child {
    border-bottom: none
}

.rtRank-card::after {
    content: "";
    display: block;
    clear: both;
    zoom:1}

.rtRank-card .pic {
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 10px;
    width: 90px;
    height: 90px;
    border-radius: 20%
}

.rtRank-card .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out;
    -moz-transition: transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    -webkit-transition: transform .2s ease-out
}

.rtRank-card .pic img:hover {
    transform: scale(1.08,1.08);
    -webkit-transform: scale(1.08,1.08);
    -moz-transform: scale(1.08,1.08);
    -o-transform: scale(1.08,1.08);
    -ms-transform: scale(1.08,1.08)
}

.rtRank-card .cont {
    overflow: hidden
}

.rtRank-card .cont .title a {
    display: block;
    margin: 8px 0;
    overflow: hidden;
    height: 20px;
    color: #222;
    font-size: 18px;
    line-height: 20px
}

.rtRank-card .cont .title a:hover {
    color: #0af
}

.rtRank-card .cont .info {
    overflow: hidden;
    color: #888;
    font-size: 12px;
    line-height: 20px;
    height: 20px
}

.rtRank-card .cont .vote {
    height: 30px;
    overflow: hidden;
    position: relative
}

.rtRank-card .cont .vote .vote_column {
    position: absolute;
    right: 0;
    bottom: 0
}

.rtRank-card .cont .vote .vote_column em {
    display: block;
    float: left
}

.rtRank-card .cont .vote .vote_column i,.rtRank-card .cont .vote .vote_column span {
    width: 77px;
    height: 17px;
    background: url(../images/xxx.png) no-repeat 0 -17px;
    display: block;
    overflow: hidden
}

.rtRank-card .cont .vote .vote_column i {
    background: url(../images/xxx.png) no-repeat 0 -1px
}

.rtRank-card .cont .vote .vote_text {
    color: #ff6793;
    line-height: 30px;
    height: 20px
}

.rtRank-card .cont .vote .vote_text i {
    font-size: 22px
}

.card3 {
    width: 300px;
    overflow: hidden
}

.card3::after {
    content: "";
    display: block;
    clear: both;
    zoom:1}

.card3 .pic {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 225px;
    border-radius: 4px
}

.card3 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.card3 .pic img:hover {
    opacity: .8
}

.card3 .tit {
    overflow: hidden;
    margin-top: 10px;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 20px
}

.relationNews {
    margin-left: -13.3333333333px;
    overflow: hidden
}

.relationNews::after {
    content: "";
    display: block;
    clear: both;
    zoom:1}

.relationNews li {
    float: left;
    margin: 0 0 16px 13.3333333333px;
    width: 190px
}

.relationNews .card3 {
    overflow: hidden;
    width: 100%
}

.relationNews .card3::after {
    content: "";
    display: block;
    clear: both;
    zoom:1}

.relationNews .card3 .pic {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 142.5px;
    border-radius: 4px
}

.relationNews .card3 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.relationNews .card3 .pic img:hover {
    opacity: .8
}

.relationNews .card3 .tit {
    overflow: hidden;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 40px;
    text-align: left;
    font-size: 15px;
    line-height: 20px
}

.sel-tags {
    margin-top: 10px
}

.aside .rtnews-card {
    margin-bottom: 10px
}

.introduce-box img{
    max-width: 100%;
}