﻿
/*** 列表分页样式
-------------------------------------------------------------- ****/
.pageBox {text-align: center;margin-bottom: 20px;}
.pageBox a {border:1px solid #ddd;display:inline-block;margin-right:6px;color: #194ABA;width:34px;height:34px;font:bold 14px/34px arial;margin-bottom: 6px;}
.pageBox a:hover,.pageBox a:active{background:#3aa9f2;color: #fff;text-decoration: none;}
.pageBox .cur { background: #3aa9f2;border: 1px solid #3aa9f2;text-decoration: none;}
.pageBox a.cur {color: #fff;}
.pageBox .disabled {width: 79px;}
/*** 上一篇下一篇
-------------------------------------------------------------- ****/

.changePage {
    border-radius: 4px;
    margin-top:20px;
}

.changePage a {
    display: block;
    float: left;
    width: 50%;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #222222;
    padding: 0 18px;
    background-color: #f8f8f8;
    transition: all .4s;
}

.changePage span {
    color: #999;
    transition: all .4s;
}

.changePage .prev p, .changePage .next span {
    margin-left: 14px;
}

.changePage .prev {
    border-radius: 4px 0 0 4px;
}

.changePage .next {
    border-radius: 0 4px 4px 0;
}

.changePage p {
    max-width: 270px;
    line-height: 60px;;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.changePage a:hover p {
    color:#fff;
    transition: all .4s;
}

.changePage a:hover, .changePage a:hover span {
    color: #fff;
}

.changePage a:hover {
    background-color: #ff9600;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.fl, .fr {
    display: inline;
}


.LINE01{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: block;
}
.LINE02{
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.LINE03{
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.LINE04{
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.LINE05{
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.myh1{
    color: #fff;
}

/*百度地图*/
html,body{margin:0;padding:0;}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

/*-----------------------
Error 404 Page
-----------------------*/
.error-404 {
    text-align: center; }
.error-404 .title {
    font-size: 160px;
    line-height: 160px;
    font-weight: 700;
    margin-bottom: 45px;
    color:#2685f9; }
.error-404 .subtitle {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 20px; }
.error-404 .search-form {
    position: relative;
    z-index: 0;
    margin-top: 36px; }
.error-404 .search-form .form-control {
    height: 54px;
    padding: 0 20px; }
.error-404 .search-form .submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    text-align: center;
    padding: 0;
    height: 55px; }
.error-404 .btn-wrapper .boxed-btn {
    background-color: #007bff;
    color: #fff;
    display: inline-block;
    padding: 13px 40px;
    min-width: 160px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 600;
}