﻿@charset "utf-8";

.menu .index ul li.home-current a {
    color: #fff;
    background: #484848;
}




.in-index {
    width: 740px;
    overflow: hidden;
    margin-top: 20px;
}

/*列表页*/
/*ul li*/
.in-index ul li {
    width: 182px;
    /* position: relative; */
    float: left;
    margin-top: 4px;
    margin-bottom: 10px;
}

.in-index ul li a {
    margin: 0 auto;
    width: 90%;
    display: block;
    /* position: relative; */
}

.in-index ul li a .pic {
    border: 1px solid #e2e2e2;
    padding: 2px;
    -moz-transition: 0.2s ease-in all;
    -webkit-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    transition: 0.2s ease-in all;
}

.in-index ul li a:hover .pic {
    -webkit-box-shadow: 0 0 2px #444c54;
    -moz-box-shadow: 0 0 2px #444c54;
    box-shadow: 0 0 2px #444c54;
}

.in-index ul li a img {
    display: block;
    width: 100%;
    max-height: 290px;
}

.in-index ul li a span {
    display: block;
    font-size: 12px;
    /* position: absolute; */
    height: 36px;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0px;
}


/*详细页*/
/*title*/
.detail .title {
    width: 100%;
    height: 33px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #d7dbdd;
}

.detail .title h3 {
    line-height: 33px;
    font-weight: bold;
    text-transform: uppercase;
}

.detail .title span.line-effect {
    width: 2%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #EE1C25;
    -moz-transition: 1s ease-out all 0.2s;
    -webkit-transition: 1s ease-out all 0.2s;
    -ms-transition: 1s ease-out all 0.2s;
    -o-transition: 1s ease-out all 0.2s;
    transition: 1s ease-out all 0.2s;
}

.detail .title:hover h3,
.detail .title:hover span.line-effect {
    cursor: pointer;
}

.detail .title:hover span.line-effect {
    width: 100%;
    height: 2px;
    -moz-transition: 1s ease-out all 0.2s;
    -webkit-transition: 1s ease-out all 0.2s;
    -ms-transition: 1s ease-out all 0.2s;
    -o-transition: 1s ease-out all 0.2s;
    transition: 1s ease-out all 0.2s;
}

/*h1*/
.in-index h1 {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}

/*img*/
.in-index img {
	display: block;
	max-width: 100%;
}

/*h2*/
.in-index h2 {
    font-size: 18px;
    line-height: 35px;
}

/*p*/
.in-index p {
    line-height: 24px;
}

.search-pagination {
    width: 740px;
    float: right; 
    overflow: hidden;
    padding: 20px;
}

.breadcrumb>li,
.pagination {

    display: inline-block;
    padding-left: 5px
}

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    width: 20px;
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #999999;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #999999;
    border-color: #999999;
    cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.badge,
.label {
    line-height: 1;
    white-space: nowrap
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}