/* mixin */
@-moz-keyframes fadeinout {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-o-keyframes fadeinout {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeinout {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeinout {
0% {
opacity: 1;
}
50% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.more {
font-size: 14px;
font-weight: normal;
line-height: 24px;
}
.main-box1 {
overflow: hidden;
margin-bottom: 20px;
}
.main-box1 ul {
margin-right: 0;
}
.main-box1 ul li {
float: left;
width: 100%;
padding: 0 0 10px 0;
}
.main-box1 ul li a img {
display: block;
width: 100%;
}
.main-title {
padding-bottom: 11px;
margin-bottom: 22px;
border-bottom: 1px solid #e5e5e5;
}
.main-title h3 {
margin: 0;
font-size: 24px;
color: #554eb5;
}
.main-box2 {
overflow: hidden;
margin-bottom: 20px;
}
.main-box2.full .bd ul li {
float: none;
width: 100%;
}
.main-box2 .bd ul {
margin-right: -12px;
}
.main-box2 .bd ul li {
float: left;
width: 50%;
padding: 0 12px 12px 0;
}
.main-box2 .bd ul li.top .item::after {
display: block;
background: no-repeat;
}
.main-box2 .bd ul li.recommend .item::after {
display: block;
background-image: ;
}
.main-box2 .bd ul li .item {
position: relative;
}
.main-box2 .bd ul li .item::after {
position: absolute;
top: -4px;
right: 0;
display: none;
width: 53px;
height: 58px;
content: '';
}
.main-box2 .bd ul li .item .pic {
display: block;
width: 121px;
}
.main-box2 .bd ul li .item .pic img {
display: block;
height: 75px;
}
.main-box2 .bd ul li .item .desc {
height: 75px;
overflow: hidden;
padding: 8px 18px 0;
border-width: 1px 1px 1px 0;
border-style: solid;
border-color: #e5e5e5;
color: #909090;
}
.main-box2 .bd ul li .item .desc h3 {
height: 20px;
line-height: 16px;
overflow: hidden;
margin: 0;
font-size: 16px;
}
.main-box2 .bd ul li .item .desc h3 a:hover {
color: #d50000;
}
.main-box2 .bd ul li .item .desc p {
height: 18px;
line-height: 18px;
overflow: hidden;
margin: 0;
font-size: 14px;
}
.main-box2 .bd ul li .item .desc .ft {
margin-top: 3px;
}
.main-box2 .bd ul li .item .desc .ft-item {
float: left;
width: 33.33333333%;
}
.main-box2 .bd ul li .item .desc .ft-item:nth-child(2) {
padding-top: 4px;
text-align: center;
}
.main-box2 .bd ul li .item .desc .ft-item:nth-child(3) {
padding-top: 4px;
text-align: right;
}
.main-box2 .bd ul li .item .desc .ft .location {
position: relative;
display: inline-block;
height: 20px;
line-height: 18px;
padding: 0 12px;
margin-right: 26px;
border: 1px solid #20beb3;
color: #20beb3;
}
.main-box2 .bd ul li .item .desc .ft .location::before,
.main-box2 .bd ul li .item .desc .ft .location::after {
position: absolute;
left: 100%;
display: block;
border-width: 3px;
border-style: solid;
content: '';
}
.main-box2 .bd ul li .item .desc .ft .location::before {
bottom: -1px;
border-color: transparent transparent #20beb3 #20beb3;
}
.main-box2 .bd ul li .item .desc .ft .location::after {
bottom: 0;
margin-left: -2px;
border-color: transparent transparent #fff #fff;
}
.main-box2 .bd ul li .item .desc .ft .num span {
color: #20beb3;
}
.main-box3 {
margin: 20px 0 35px;
}
.main-box3 a img {
display: block;
width: 100%;
}
.main-box4 {
margin: 22px 0 40px;
}
.main-box4 .table table {
width: 100%;
border-collapse: collapse;
}
.main-box4 .table table tr td {
padding: 16px;
font-size: 16px;
}
.main-box4 .table table tr td:nth-child(1) {
width: 120px;
text-align: center;
}
.main-box4 .table table thead tr td:nth-child(1) {
border: 1px solid #ff3c3c;
font-weight: bold;
color: #fff;
background-color: #ff3c3c;
}
.main-box4 .table table thead tr td:nth-child(2) {
border-width: 1px 1px 1px 0;
border-style: solid;
border-color: #ffdcdc;
background-color: #fff1f1;
}
.main-box4 .table table thead tr td a {
color: #ff3c3c;
}
.main-box4 .table table tbody tr td {
border-width: 0 1px 1px 0;
border-style: solid;
border-color: #e5e5e5;
}
.main-box4 .table table tbody tr td:nth-child(1) {
font-weight: bold;
border-left: 1px solid #e5e5e5;
}
.main-box4 .table table tbody tr td a {
color: #205cb7;
}
.main-box5 {
margin-bottom: 20px;
}
.main-box5.full .bd ul li {
float: none;
width: 100%;
}
.main-box5 .bd ul {
margin-right: -46px;
}
.main-box5 .bd ul li {
float: left;
width: 50%;
line-height: 36px;
padding-right: 46px;
font-size: 14px;
}
.main-box5 .bd ul li.top a {
font-weight: bold;
color: #d50000;
}
.main-box5 .bd ul li.top a .icon {
background-color: #ff3c3c;
}
.main-box5 .bd ul li.recommend a {
font-weight: bold;
color: #554eb5;
}
.main-box5 .bd ul li.recommend a .icon {
background-color: #8f88e8;
}
.main-box5 .bd ul li time {
color: #909090;
}
.main-box5 .bd ul li a {
display: block;
height: 36px;
overflow: hidden;
}
.main-box5 .bd ul li a:hover {
color: #554eb5;
}
.main-box5 .bd ul li a:hover span {
text-decoration: underline;
}
.main-box5 .bd ul li a span {
display: inline-block;
vertical-align: middle;
}
.main-box5 .bd ul li a span.icon {
height: 18px;
line-height: 18px;
padding: 0 8px;
margin-right: 7px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
border-radius: 8px;
color: #fff;
}
.main-side {
width: 335px;
margin-left: 13px;
}
.side-ad {
margin-bottom: 13px;
}
.side-ad a img {
display: block;
width: 100%;
}
.side-box {
border: 1px solid #e5e5e5;
background-color: #fff;
}
.side-box .side-title {
padding: 15px 20px 12px;
border-bottom: 1px solid #e5e5e5;
}
.side-box .side-title h3 {
margin: 0;
font-size: 18px;
color: #554eb5;
}
.side-box-1 .bd {
padding: 10px 20px;
}
.side-box-1 .bd ul li {
position: relative;
height: 36px;
line-height: 36px;
overflow: hidden;
padding-left: 13px;
}
.side-box-1 .bd ul li::before {
position: absolute;
top: 50%;
left: 0;
display: block;
margin-top: -4px;
border-width: 4px 0 4px 4px;
border-style: solid;
border-color: transparent transparent transparent #554eb5;
content: '';
}
.side-box-2 {
text-align: center;
}
.side-box-2 .info {
padding: 44px 0 50px;
}
.side-box-2 .info h3 {
margin: 15px 0 10px;
font-size: 18px;
font-weight: normal;
color: #4f4f4f;
}
.side-box-2 .info p {
margin: 0;
font-size: 14px;
color: #b1b1b1;
}
.side-box-2 .level {
padding: 22px 0;
border-top: 1px solid #e5e5e5;
}
.side-box-2 .level > * {
display: inline-block;
vertical-align: middle;
}
.side-box-2 .level img {
margin-right: 6px;
}
.main-content {
overflow: hidden;
}
.banner {
position: relative;
margin-bottom: 5px;
}
.banner h3 {
position: absolute;
top: 60px;
right: 0;
left: 0;
margin: 0;
font-size: 48px;
font-weight: normal;
color: #fff;
text-align: center;
}
.banner img {
display: block;
width: 100%;
}
.crumb {
height: 46px;
line-height: 46px;
overflow: hidden;
padding-left: 31px;
font-size: 14px;
color: #4e4e4e;
background: no-repeat left center;
}
.crumb a,
.crumb span {
color: #a6a6a6;
}
.crumb span {
margin: 0 5px;
}
.crumb strong {
font-weight: normal;
color: #4e4e4e;
}
.news-detail {
margin-bottom: 13px;
border: 1px solid #e5e5e5;
}
.news-detail .hd {
padding: 30px 30px 0;
margin-bottom: 15px;
}
.news-detail .hd h3 {
margin: 0 0 24px;
font-size: 30px;
color: #4e4e4e;
}
.news-detail .hd .tips {
font-size: 14px;
color: #808080;
}
.news-detail .hd .tips .tools a:last-child {
color: #fe3f41;
}
.news-detail .hd .tips .tools span {
margin: 0 12px;
color: #c7c7c7;
}
.news-detail .hd .tips > span {
margin-right: 123px;
}
.news-detail .bd {
padding: 0 30px;
}
.news-detail .bd .item {
padding: 15px 0;
border-top: 1px solid #e8e8e8;
}
.news-detail .bd .item h3 {
margin: 0 0 20px;
font-size: 18px;
color: #554eb5;
}
.news-detail .bd .item .table table {
width: 100%;
border-collapse: collapse;
line-height: 36px;
font-size: 14px;
color: #808080;
}
.news-detail .bd .item .table table tr td span {
color: #4e4e4e;
}
.news-detail .bd .item .table table tr td strong {
margin-right: 16px;
color: #554eb5;
}
.news-detail .bd .item .table table tr td strong.red {
color: #fe3f41;
}
.news-detail .bd .item .desc p {
line-height: 36px;
margin: 0;
font-size: 14px;
color: #4e4e4e;
text-indent: 2em;
}
.news-detail .ft {
height: 67px;
line-height: 67px;
overflow: hidden;
padding-left: 78px;
border-top: 1px solid #e5e5e5;
font-size: 18px;
color: #676767;
background: no-repeat 30px center #f7f7f7;
}
.map img {
display: block;
width: 100%;
}