/*overwrite*/
.header .nav .container > div:nth-child(2) .arrow_box {
    background: #f5f5f5 !important;
}

.header .nav .container > div:nth-child(2) .arrow_box:after {
    border-bottom-color: #f5f5f5 !important;
}

/*news*/
.find{
    color: #f00;
    font-weight: bold;
}
.content .container .left,
.content .container .right {
    float: left;
    overflow: hidden;
    margin: 40px auto 80px auto;
}

.content .container .left {
    width: 825px;
}

.content .container .right {
    width: 335px;
    margin-left: 40px;
}

.unslider {
    position: relative;
    margin-bottom: 30px !important;
    overflow: hidden;
}

.content .container .left .tuijian {
    width: 100%;
    height: 356px;
    overflow: hidden;
    position: relative;
}

.content .container .left .tuijian li {
    float: left;
}

.content .container .left .tuijian li img {
    width: 100%;
    height: 356px;
}

.content .container .left .tuijian .text {
    height: 60px;
    width: 785px;
    background: url("/static/img/homepage/new_bg.png") repeat-x;
    position: absolute;
    bottom: -356px;
    padding: 0 20px;
    z-index: 999;
}

.content .container .left .tuijian .text a {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

.content .container .left .list .item {
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 0;
    overflow: hidden;
}

.content .container .left .list .item:hover {
    background: #fafafa;
}

.content .container .left .list .item .thumb,
.content .container .left .list .item .text {
    float: left;
    height: 100px;
    overflow: hidden;
}

.content .container .left .list .item .thumb {
    height: 100px;
    width: 177px;
    border-radius: 3px;
    margin-right: 30px;
}

.content .container .left .list .item .text {
    width: 618px;
}

.content .container .left .list .item .thumb img {
    height: 100px;
    width: 177px;
    transition: all 0.5s;
}

.content .container .left .list .item .thumb img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -transform: scale(1.1, 1.1);
}

.content .container .left .list .item .text .title {
    margin: 2% auto;
}

.content .container .left .list .item .text .title a {
    font-size: 18px;
    font-weight: 400;
}

.content .container .left .list .item .text .bar {
    margin-top: 15px;
}

.content .container .left .list .item .text .bar span {
    margin-right: 10px;
    font-size: 12px;
    color: #999;
}

.content .container .left .list .item .text .bar a {
    color: #999;
}

.content .container .right .menu {
    padding: 20px;
    width: 295px;
    height: 316px;
    background: #fbfbfb;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.content .container .right .menu a {
    float: left;
    display: block;
    width: 127px;
    margin: 0 10px 20px 10px;
    padding: 8px 0;
    font-size: 16px;
    background: #f5f5f5;
    border-radius: 2px;
}

.content .container .right .menu a.active,
.content .container .right .menu a:hover {
    background: #129aee;
    color: #fff;
}

.content .container .right .menu .search {
    position: absolute;
    bottom: 0;
    width: 295px;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

.content .container .right .hot_art {
    margin-bottom: 30px;
}

.content .container .right .menu .search input[type='text'],
.content .container .right .menu .search input[type='submit'] {
    padding: 8px !important;
    margin: 0;
}

.content .container .right .menu .search input[type='submit'] {
    padding: 9px 15px !important;
    background: #101636;
    color: #fff;
    border: transparent;
    margin-left: -5px;
}

.content .container .right .hot_art .title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 18px;
    font-weight: 400;
}

.content .container .right .hot_art .title span {
    display: inline-block;
    border-bottom: 1px solid #101636;
    margin-bottom: -1px;
}

.content .container .right .hot_art a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    padding: 15px 0;
    overflow: hidden;
}

.content .container .right .hot_art a:hover {
    background: #fafafa;
}

.content .container .right .hot_tag .title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.content .container .right .hot_tag .title span {
    display: inline-block;
    border-bottom: 1px solid #101636;
    margin-bottom: -1px;
}

.content .container .right .hot_tag a {
    display: inline-block;
    background: #f2f2f2;
    padding: 5px 10px;
    border-radius: 2px;
    margin-bottom: 10px;
}

.content .container .right .hot_tag a:hover {
    background: #101636;
    color: #fff;
}

/*detail*/
.content .container .left .art_main {
    width: 100%;
}

.content .container .left .art_main h1 {
    font-size: 26px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 16px;
}

.content .container .left .art_main .meta span {
    margin-right: 10px;
    font-size: 12px;
    color: #999;
    padding: 0 8px;
}

.content .container .left .art_main .meta span:first-child {
    border: 1px solid #999;
}

.content .container .left .art_main .meta a {
    color: #999;
}

.content .container .left .art_main .detail {
    margin-top: 20px;
    overflow: hidden;
}

.content .container .left .detail div,
.content .container .left .detail p {
    text-indent: 2em;
    line-height: 1.8;
    margin: 20px 0;
    text-align: justify;
    font-size: 16px;
}

.content .container .left .detail a {
    color: #129aee;
}

.content .container .left .detail img {
    display: block;
    margin: 20px auto;
    max-width: 825px;
}

.content .container .left .detail table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
    border: 1px solid #999;
}

.content .container .left .detail table th,
.content .container .left .detail table td {
    padding: 5px 10px;
    border: 1px solid #999;
    text-align: left;
}

/*tag*/
.content .container .left .tag {
    color: #439bd7;
    text-align: center;
    border: 1px solid #74caff;
    border-radius: 4px;
    background: #eff6fc;
    cursor: pointer;
    transition: all .3s;
    padding: 5px 0;
}

.content .container .left .tag h1 {
    font-size: 26px;
    font-weight: 400;
}

