*{
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-decoration: none;

}

a:link {
    color: black;
}

a:visited {
    color: black;
}

.left {
    float: left;
}

.right {
    float: right;
}

p {
    padding: 5px 0;
}

/* table 样式 */
table {
    border-collapse: collapse;
}

table th {
    text-align: center;
}

table td,table th {
    border: 1px solid silver;
    padding:5px;
}

/* blockquote 样式 */
blockquote {
    display: block;
    border-left: 8px solid #d0e5f2;
    padding: 5px 10px;
    margin: 10px 0;
    line-height: 1.4;
    font-size: 100%;
    background-color: #f1f1f1;
}

/* code 样式 */
code {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-color: #f1f1f1;
    border-radius: 3px;
    padding: 3px 5px;
    margin: 0 3px;
}
pre code {
    display: block;
}

/* ul ol 样式 */
ul, ol {
    margin: 5px 0 5px 20px;
}

.top {
    width: 100%;
    height: 100px;
    background-size: cover;
    min-width: 960px;
}

.title-back {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);

}

.left-title {
    line-height: 100px;
    height: 100px;
    float: left;
    margin-left: 10px;
}

.left-title>label{
    color: white;
    font-size: 30px;
    font-weight: bold;

}

.left-title>label:hover {
    cursor: pointer;
}

.right-title {
    display: inline-block;
    float: right;
    color: white;
    font-size: 30px;
    height: 100px;
    line-height: 100px;
    margin-right: 10px;
}


.right-title a {
    font-size: 16px;
    padding: 10px 15px;
}

.right-title a:hover {
    background: #1cb9c8;
    cursor: pointer;
    text-decoration: none;
}

.right-title a:link {
    color: white;
}

.right-title a:visited {
    color: white;
}

.line {
    width: 100%;
    height: 20px;
    background: silver;
    margin:0px 0 10px 0px;
}

.footer {
    min-width: 1024px;
    margin-bottom: 10px;
}

.footer p {
     text-align: center;
     color: gray;
     font-size: 12px;
     padding: 2px 0;
 }

.footer a {
    text-align: center;
    color: gray;
    font-size: 12px;
    padding: 2px 0;
}

.back {
    width: 1024px;
    margin: 0 auto;
    /*white-space: nowrap;*/
    padding-top: 20px;
    /*box-shadow: 0 1px 8px gray;*/
    /*border-left: #ddd 1px solid;*/
    /*border-right: #ddd 1px solid;*/
}

.left-panel {
    width: 180px;
    display: inline-block;
    float: left;
    margin-left: 10px;
    margin-right: 45px;
    margin-top: 5px;
    border: #dfdfdf 1px solid;
    /*box-shadow: 0 0 10px silver;*/
}

.panel-info {
    width: 100%;
    line-height: 40px;
    text-align: center;
    background: #005797;
    /*background: rgb(145,195,50);*/
    background: #ddd;
    color: white;
    color: black;
    font-weight: bold;
    border-bottom: #eee 1px solid;
    font-size: 15px;
}

.panel-menu {
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    margin: 4px 4px;
    color: #005bac;
}

.panel-menu:hover {
    /*background: #005BAC;*/
    background: #eee;
    /*background: rgb(165,215,80);*/
    /*color: white;*/
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    .right-panel {
        display: none;
    }
}

.right-panel {
    width: calc(100% - 240px);
    display: inline-block;
    min-height: 600px;
    padding-bottom: 20px;
    /*float: right;*/
    /*float: right;*/
    /*margin-left: 250px;*/
}

.panel-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: silver 1px solid;
    margin-bottom: 10px;
}

.panel-detail {

}

.info-left {
    width: 100px;
    color: #3079be;
    font-size: 21px;
    font-weight: bold;
    float: left;
    text-align: left;
}

.info-right {
    width: 200px;
    font-size: 14px;
    float: right;
    text-align: right;
    margin-right: 10px;
}

.info-right a  {
    font-size: 14px;
}

.info-right a:hover {
    text-decoration:underline;
}

.arrow {
    color: gray;
    text-decoration: none;
}

.pagination {
    border-top:silver 1px solid;
    padding-top: 10px;
}

.tpl-pagination {
    list-style:none;
    color:#999;
    text-align:right;
}

.tpl-pagination li
{
    display:inline-block;
}

.tpl-pagination li a {
    position:relative;
    display: inline-block;
    font-size: 12px;
    color: #23abf0;
    border-radius: 1px;
    padding: 5px 10px;

    text-decoration:none;
    line-height:1.2;
    background-color:#fff;
    border:1px solid #ddd;
    margin-bottom:5px;
    margin-right:5px;
}

.tpl-pagination li a:hover {
    text-decoration: none;
    background-color:#eee
}

.tpl-pagination .am-disabled a {
    color:#999;
    background-color:#fff;
    border-color:#ddd;
    cursor:not-allowed;
    pointer-events:none
}

.tpl-pagination .am-active a {
    background: #23abf0;
    color: #fff;
    border: 1px solid #23abf0;
}

.tpl-pagination .am-active a:hover {
    z-index:2;
    color:#fff;
    background-color:#0e90d2;
    border-color:#0e90d2;
    cursor:default
}

.test {
    position: relative;
}
.test-menu {
    position: absolute;
    left:10px;
    top:50%;
    width: 100px;
    /*background: rgba(28,185,200,1);*/
    background:rgb(165,215,80);
    color: #4089ce;
    opacity: 0;
    z-index: 200;
    transform: scale(-1,1);
    transition: all 0.8s;
    visibility: hidden;
}
.test:hover >div {
    opacity: 1;
    top: 100%;
    transform: scale(1,1);
    visibility: visible;
}
.test-menu p {
    padding: 1px 0;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    border-bottom: 1px solid #eee;
    transition: all 0.1s linear;
}

.test-menu p:hover {
    background:rgb(180,230,100);
    transform: scale(1.1,1.1);

}

