* {
    margin: 0;
    padding: 0;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

li {
    list-style: none;
}

a:hover {
    text-decoration: none;
}

.container {
    width: 1200px;
    padding: 0;
}

.container .jumbotron {
    position: relative;
    width: 100%;
    height: 110px;
    margin-bottom: 0;
    background-image: url('../images/gtop_bg.jpg');
    background-position: 0px -41px;
    background-repeat: no-repeat;
    border-radius: initial !important;
}

.container .jumbotron>img {
    margin-left: -570px;
    margin-top: -25px;
}

#search {
    position: absolute;
    width: 200px;
    right: 25px;
    top: 15px;
    border: 1px solid #000;
}

#search input {
    border: 0;
    background-color: #eee;
    font-size: 14px;
}

#search span {
    padding: 0;
    border: 0;
}

.container .jumbotron>.jumTop {
    position: absolute;
    width: 100%;
    top: 1px;
    left: 0px;
    background-color: #E6E6E6;
}

.container .jumbotron>.jumTop span {
    line-height: 40px;
}

.container .jumbotron>.jumTop>.pull-left {
    margin-left: 20px;
}

.container .jumbotron>.jumTop>.pull-right {
    margin-right: 20px;
}

.container .jumbotron>.jumTop>.pull-right a {
    margin: 0 5px;
}

.container>.row {
    max-width: 1200px;
    margin-top: 45px;
}

.container>.row>.col-sm-2>ul {
    width: 100%;
    font-size: 14px;
}

.container>.row>.col-sm-2>ul>li {
    margin-bottom: 1px;
    background-color: #259af0;
    line-height: 45px;
    color: #fff;
}

.container>.row>.col-sm-2>ul>li.active {
    background-color: #0c5890;
}

.container>.row>.col-sm-3 {
    margin-left: 25px;
    margin-right: 50px;
}

.container>.row>.col-sm-3>ul {
    width: 100%;
    height: 45px;
    font-size: 14px;
}

.container>.row>.col-sm-3>ul>li.active {
    background-color: #6e0f6d;
    opacity: 1;
}

.container>.row>.col-sm-3>ul>li {
    margin-bottom: 1px;
    background-color: #6e0f6d;
    line-height: 45px;
    color: #fff;
    opacity: 0.8;
}

.container>.row>.col-sm-3>ul>li>a{
    display: block;
    width: 100%;
    height: 100%;
}

.container>.row>.col-sm-6>#myCarousel {
    width: 520px;
    margin: auto;
}

.container>.row>.col-sm-6>#myCarousel>div>div img {
    width: 520px;
    height: 300px;
}

.container>.row>.col-sm-6>.list-group {
    width: 520px;
    margin: 40px auto;
}

.container>.row>.col-sm-6>.list-right {
    width: 520px;
    margin: 0 auto;
}

.container>.row>.col-sm-6>.list-right ul:first-child {
    margin: 0 auto 40px auto;
}

.container>.row>.col-sm-6 div ul {
    height: 300px;
    border-radius: 0;
}

.container>.row>.col-sm-6 div .title {
    position: relative;
    text-align: left;
    padding: 10px;
    font-size: 24px;
    color: #4482A5;
}

.container>.row>.col-sm-6 div .title a {
    border-bottom: 2px solid #4482A5;
}

.container>.row>.col-sm-6 div .title img {
    position: absolute;
    right: 30px;
    top: 10px;
}

.container>.row>.col-sm-6>.list-group li {
    margin-top: 5px;
    letter-spacing: 1.3px;
    text-align: left;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin-left: 30px;
    list-style-type: circle;
    list-style-position: outside;
    color: darkcyan;
}

.container>.row>.col-sm-6>.list-group li a {
    display: inline-block;
    width: 376px;
    height: 24px;
    margin-top: 2px;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #343434;
}

.container>.row>.col-sm-6>.list-group li a:hover {
    color: #f40;
    margin-left: 5px;
}

.container>.row>.col-sm-6>.list-group li span {
    position: absolute;
    right: 20px;
    font-size: 14px;
}

.container>.row>.col-sm-6>.list-group{
    border-radius: none;
}

.container>.row>.col-sm-8{
    margin: auto;
    min-height: 550px;
}

.container>.row>.col-sm-8 ul .panel-heading{
    background-color: #6e0f6d;
}

.container>.row>.col-sm-10>.breadcrumb {
    border-radius: initial;
    line-height: 35px;
    border-bottom: 2px solid #1392ef;
}

.container>.row>.col-sm-10>.article {
    width: 100%;
}

.container>.row>.col-sm-10>.article>.art-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 80px;
}

.container>.row>.col-sm-10>.article>.art-paragraph {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 200;
    font-family: "宋体";
    text-indent: 2em;
}

.container>.row>.col-sm-12 .art-title{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.container>.row>.col-sm-12 .art-paragraph{
    margin-bottom: 0;
    font-size: 15px;
    line-height: 30px;
    text-indent: 2em;
}
.container>.bottom {
    height: 50px;
    width: 1200px;
    margin-top: 20px;
    background-color: #6e0f6d;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

.container>.bottom p{
    margin-bottom: 0;
}

.liSon {
    cursor: pointer;
}

.list-group {
    border: 1px solid #eee;
    border-radius: 5px;
}

.list-group .list-group-item {
    border: none;
}

.list-group .active {
    padding-left: 30px;
    font-size: 16px;
    background-color: #6e0f6d;
}

.list-group .active:hover {
    background-color: #6e0f6d;
}


.nav {
    width: 100%;
}

.wrap {
    height: 60px;
    width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    background-color: #6e0f6d;
    text-align: center;
    z-index: 666;
}

.wrap a {
    text-decoration: none;
    color: #fff;
}

.wrap a:hover {
    margin-top: -0.6px;
    color: #fff;
}

.wrap li {
    /* margin-top: 1px; */
    float: left;
    width: 171.42px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    cursor: pointer;
    letter-spacing: 2px;
}

.wrap .item li {
    height: 40px;
    line-height: 40px;
    background-color: #6e0f6d;
    opacity: 0.7;
}

.wrap li:hover {
    margin-top: -0.6px;
    background-color: #E76941;
    color: #fff;
}

.wrap ul {
    width: 170px;
    position: absolute;
    left: 0px;
    top: 60px;
    display: none;
    z-index: 999;
}

.wrap li:hover {
    background-color: #E76941;
}

.wrap li a {
    display: block;
    width: 100%;
    height: 100%;
}

.dropdown-menu {
    margin: 0;
    padding: 0;
    border-radius: 0;
    opacity: 0.7;
}

.dropdown-menu li {
    width: 100%;
    /* border: 2px solid red; */
    /* opacity: 0.7; */
}

.dropdown-menu li a:hover {
    background-color: #E76941;
    color: white;
}

.dropdown-menu li a {
    line-height: 40px;
    color: white;
}

.container .row {
    padding: 20px;
    margin: 20px auto;
    border-radius: 10px;
}

.container .xgbm{
    border: 1px solid #6e0f6d;
    background-color: #eee;
}

.container .row .xgbm-title {
    margin-bottom: 0;
    padding-left: 30px;
    font-size: 20px;
}

.container .row .page-header {
    margin-top: 20px;
}

.container .row .page-header li {
    float: left;
    margin: 10px 10px;
    line-height: 50px;
}
@media screen and (max-width:800px) {
    .container>.row>.col-sm-3{
        margin: auto;
    }
}

@media screen and (max-width:768px) {
    .container>.row>.col-sm-8{
        margin-top: 100px;
    }
}