@charset "UTF-8";

/*内页公共样式*/

.main-content {
    background-color: #fff;
}

.title {
    padding-left: 20px;
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
}

.title li {
    display: inline-block;
    line-height: 30px;
    margin-right: 0.5em;
    color: #ccc;
}

.title li a {
    font-size: 1.4em;
    color: #3178b5;
    line-height: 2.35em;
}

.title li .on {
    color: #747474;
    cursor: default;
}

/*banner-title*/
.banner {
    position: relative;
}

.banner img {
    width: 100%
}

.banner h1 {
    position: absolute;
    color: #fff;
    font-size: 3em;
    padding: 0 5px;
    height: 70px;
    background-color: rgba(124, 30, 118, 0.8);
    /*opacity: 0.75;*/
    line-height: 70px;
    text-align: center;
    top: 0;
    left: 0;
    letter-spacing: 8px;
}

/*banner-title-end*/

/*left*/
.left {
    width: 82%;
    border-right: 1px solid #ebebeb;
}

.left-side {
    margin-top: 18px;
    padding-left: 20px;
    padding-right: 20px;
    width: 24%;
}

.left-side > ul {
    padding: 6px;
    background-color: #f4f3e8;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.left-side > ul > li {
    background-color: #d6d6ce;
    margin-bottom: 1px;
    /*padding-right: 8px;*/
}

.left-side .to-three-menu {
    position: relative;
    background-color: #EAEAE1;
    width: 100%;
}

.left-side .to-three-menu a {
    background: url(/html/img/dian.png) no-repeat 30px center;
    width: 100%;
    padding: 4px 5px 4px 45px;
    font-size: 1.3em;
    color: #434d60;
}

.left-side .to-three-menu a.on {
    cursor: default
}

.left-side .to-three-menu li:hover a {
    color: #7c1e76;
}

.left-side .to-three-menu li:hover a.on {
    color: #434d60
}

.left-side > ul > li:last-of-type {
    margin-bottom: 0;
}

.left-side > ul > li > a {
    font-size: 1.4em;
    color: #434d60;
    line-height: 2em;
    padding: 5px 0 1px 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.left-side > ul > li:hover > a {
    color: #7c1e76;
}

.left-content {
    padding-right: 20px;
    width: 76%;
    margin-top: 18px;
    margin-bottom: 60px;
    min-height: 278px;
}

.left-content h1 {
    font-size: 2.4em;
    color: #7c1e76;
    margin-bottom: 10px;
    cursor: default;
}

.left-content p {
    font-size: 1.4em;
    margin-bottom: 10px;
    color: #666;
    line-height: 2em;
}

.left-content h3 {
    font-size: 1.8em;
    /*margin-top: 40px;*/
    margin-bottom: 10px;
    color: #960;
}

.left-content h4 {
    font-size: 1.6em;
    color: #3178b5;
    margin-bottom: 10px;
}

.left-content p span {
    white-space: normal !important;
}

/*left-end*/

/*right*/
.right {
    padding-left: 20px;
    /*padding-bottom: 1400px;*/
    width: 18%;
}

.right h3 {
    font-size: 1.8em;
    margin: 20px 0;
}

.right ul {

}

.right li {
    margin-bottom: 15px;
    background: url("/html/img/dian.png") no-repeat left 7px;
    padding: 0 20px 0 15px;
}

.right li:nth-child(2) {
}

.right li a {
    font-size: 1.4em;
    color: #3178b5;
}

.right li a:hover {
    color: #7c1e76;
}

/*right-end*/

/*分页*/
.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination div {
    display: inline-block;
    letter-spacing: 2px;
}

.pagination form {
    display: inline-block;
}

.pagination input {
    width: 23px;
    text-align: center;
    margin: 0 2px;
    border: 1px solid #ccc;
    height: 20px;
}

.pagination .active {
    background-color: #7c1e76;
    color: #fff;
    border: solid 1px #7c1e76;
}

.pagination .k {
    padding: 0 6px;
    border: 1px solid #ccc;
    margin-left: 5px;
    height: 20px;
    cursor: pointer;
}

.pagination .k:hover {
    background-color: #7c1e76;
    color: #fff;
    border: solid 1px #7c1e76;
}

.pagination ul {
    display: inline-block;
}

.pagination li {
    display: inline-block;
    width: 23px;
    height: 20px;
    border: 1px solid #ccc;
    margin: 0 2px;
    color: #333;
    line-height: 20px;
    cursor: pointer;
}

.pagination li:hover {
    background-color: #7c1e76;
    color: #fff;
    border: solid 1px #7c1e76;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}
