@charset 'utf-8';


.in-img img{
    width: 100%;
    height: 322px;
    overflow: hidden;
}
.location-bar {
    width: 100%;

    background-color: #157eaa;
}
.location {
    width: 1152px;
    margin: auto;
}
.location>span {
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
}
.location>span:first-child {
    font-size: 13px;
    color: #ffffff;
}
.main-body {
    width: 1152px;
    margin: 30px auto 68px;

}
.body-title>h2 {
    text-align: center;
    font-size: 26px;
    color: #0062ad;
    line-height: 60px;
    cursor: default;
}
.body-title>p {
    text-align: center;
    font-size: 14px;
    color: #9c9093;
    line-height: 24px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 15px;
    cursor: default;
}
.body-title button {
    font-size: 14px;
    color: #9c9093;
    line-height: 24px;
    cursor: pointer;
}
.body-l{
    width: 266px;
    float: left;
    margin-right: 79px;
}
.add {
    text-indent:15px;
    font-size: 25px;
    line-height: 51px;
    color: #ffffff;
    background-color: #157eaa;

}
.f-ul>li {
    font-size: 14px;
    text-indent: 15px;
    line-height: 43px;
    position: relative;
    cursor: pointer;
    background-color: #f7f7f7;
    border-bottom: 1px solid #bfbfbf;
}
.f-ul>li:first-child {
    border-top:1px solid #bfbfbf ;
}
.f-ul> li span {
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 44px;
    right: 15px;
    vertical-align: middle;
    
    background-repeat: no-repeat;
    background-position: right center;
    transition: all 500ms;
}

.s-ul {
    display: none;
    text-indent: 15px;
    background-color: #ffffff;
    color: #000000;

}
.s-ul>li {
    border-bottom: 1px solid #bfbfbf;
}
.f-ul>li.sp {
    background-color: #157eaa;
    color: #ffffff;
    border-bottom: none ;
}
li.sp>span{
    width: 14px;
   
}
.s-ul>li:hover {
    background-color: #24a9e6;
    color: #ffffff;
}
.body-r {
    overflow:hidden;


}
.news-list {
    padding-bottom: 30px;
    border-bottom: 1px solid #bfbfbf;
}
.news-tl {
    font-size: 27px;
    line-height: 51px;
    color: #0062ad;
    font-weight: bold;
}
.news-list{
    margin-top: 12px;
}
.news-list li {
    font-size: 14px;
    color: #000000;
    line-height: 35px;
    position: relative;
}
.news-list li span:first-child {
    display:block;
    text-indent: 12px;
    padding-right: 110px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-list a {
    display: block;
}
.tm {
    color: #bfbfbf;
    position: absolute;
    right: 0;
    top: 0;
}
.news-list li:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    border: 4px solid transparent;
    border-left-color:#0062ad ;
}
.news-list li:hover {
    color: #0062ad;
}
.news-list li:hover .tm {
    color: #0062ad;
}
.news-list li:hover:before {
    border-left-color:#b61b30 ;
}
.pagination {
    text-align: center;
    padding-top: 30px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 -2px;
}

.pagination a.active {
    background: #157eaa;
    color: #fff;
    border: 1px solid #bfbfbf;
    margin-right: 4px;
}

.pagination a:hover {
    background: #157eaa;
    color: #fff;
    border: 1px solid #157eaa;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}
.body-title>h2 {
    text-align: center;
    font-size: 26px;
    color: #0062ad;
    line-height: 60px;
    cursor: default;
}
.body-title>p {
    text-align: center;
    font-size: 14px;
    color: #9c9093;
    line-height: 24px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 15px;
    cursor: default;
}
.body-title button {
    font-size: 14px;
    color: #9c9093;
    line-height: 24px;
    cursor: pointer;
}
.m-content p {
    text-indent: 2em;
    font-size: 15px;
    color: #000000;
    margin-top: 20px;
    line-height: 2;
}
.m-content i {
    color: #0062ad;
}
.m-content img {
    margin: 0 auto !important;
    display: block;
    max-width: 100%;
}


.star li {
    float: left;
    width: 380px;
    margin-right: 14px;
    margin-top: 13px;
}
.star li :hover .message{
    border-color: #157eaa;
}
.star li :hover p,
.star li :hover span
{
    color: #157eaa;
}
.star img {
    width: 380px;
    height: 260px;
}
.message {
    overflow: hidden;
    padding: 0 12px 17px 12px;
    border: 1px solid #bfbfbf;
}
.message>p {
    font-size: 15px;
    color: #000000;
    line-height: 43px;
    text-align: center;
    margin-top: 15px;
}
.message>span{
    color: #bfbfbf;
    float: right;
}