/* Scss Document */
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: "";
}

abbr, acronym {
    border: 0;
}

html {
    height: 100%;
}

body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    -webkit-text-size-adjust: auto; /* iPhone用 */
    font-size: 12px;
    color: #505050;
    position: relative;
    min-width: 1100px;
}
.pagenavi {
    margin-top:20px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.pagenavi span,
.pagenavi a {
    background: #d5d5d5;
    padding: 4px 8px;
    margin: 0 4px;
}

.pagenavi .page-num-current {
    background-color: #0072b4;
    color: #FFF;
}
/* 基本の横幅 */
.inner {
    width: 1050px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}

/* クリアー */
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* 調整用
-------------------*/
.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

/* 仕切り線 */
#breadcrumb,
.titleArea,
#catList {
    border-bottom: 1px solid #e1e0e0;
}

#contents {
    margin-bottom: 38px;
    /* overflow:hidden; */
    overflow: visible;
}

/* 画像拡大時の背景 */
#cboxOverlay {
    background: url(../image/overlay1.png) repeat 0 0 !important;
}

/* 基本の枠
------------*/
.box-base-L {
    background-color: #efeded;
    border: solid 1px #fff;
    outline: solid 1px #dedddd;
    -webkit-box-shadow: 0px 0px 2px 0 #ccc;
    -moz-box-shadow: 0px 0px 2px 0 #ccc;
    box-shadow: 0px 0px 2px 0 #ccc;
    position: relative;
    padding: 20px;
    margin-bottom: 38px;
}

.shadow-L {
    background-image: url(../image/box-shadow-L.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 20px;
    display: block;
    position: absolute;
    bottom: -22px;
}

.shadow-M {
    background-image: url(../image/box-shadow-M.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 20px;
    display: block;
    position: absolute;
    bottom: -22px;
    left: 0;
}

header {
    background-color: none;
    height: 100px;
    background: #fff;
    width: auto;
    border-top: 4px solid #2f75b6;
    border-bottom: 1px solid #e1e0e0;
    position: relative;
    z-index: 5000;
}

/* ロゴ
------------------------*/
p.logo {
    float: left;
    display: block;
    margin: 38px 0 0 0px;
}
p.logo img{
    height:38px;
}

    /*! #######################################################################

    HeadShrinker v1.0.2
    --------

    To be used with jquery.headshrinker.js by Chris Wharton (https://github.com/weare2ndfloor/HeadShrinker)

    ####################################################################### */
/* 

The body class of "headshrinker" is added when the plugin is active

We also add a class of "headshrunk" onto the cloned header in case you want to overwrite CSS specifically

*/
.headshrinker .headshrunk {
    border-top: none;
    border-bottom: 1px solid #e1e0e0;
}

@media (min-width: 767px) {
    .headshrinker .headshrunk {
        height: 50px;
        width: 100% !important;
    }
}

.headshrinker header.headshrunk .box {
    width: 1054px;
    margin-right: auto;
    margin-left: auto;
}

.headshrinker li.mainNav img {
    width: 100%;
    height: auto;
}

/*-----------------------------------------------------------------------
以下、追加分
-----------------------------------------------------------------------*/
.headshrinker .headshrunk p.logo img {
    width: 76%;
    height: auto;
    position: relative;
    top: 8px;
}

.headshrinker li.mainNav a img {
    width: 100%;
    height: auto;
    /*  height: 11px;*/
    position: relative;
    bottom: -3px;
}

/* 
-------------------------------------*/
.headshrinker .headshrunk li.mainNav .subNav {
    width: 1052px;
    list-style: none;
    position: absolute;
    top: 50px;
    margin: 0;
    padding: 0;
}

.headshrinker .headshrunk li.mainNav a img {
    bottom: 0;
    vertical-align: middle;
}

.headshrinker .headshrunk .language {
    display: none;
}

nav#main-nav {
    height: 50px;
    float: right;
    margin-top: 50px;
}

#dropmenu {
    list-style-type: none;
    height: 50px;
}

@media (min-width: 767px) {
    #dropmenu {
        margin-right: -22px;
    }
}

li.mainNav {
    float: left;
    margin-left: 44px;
    display: table;
}

@media (min-width: 767px) {
    li.mainNav {
        margin-left: 0;
    }
}

li.mainNav a {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transition: border-color 0.5s, color 0.5s;
    position: relative;
    color: #008dc4;
    font-size: 14px;
    font-weight: bold;
    z-index: 2;
}

li.mainNav a:hover {
    color: #666;
}

li.mainNav #tabs a {
    /* タブのクリア */
    display: table-cell;
    vertical-align: middle;
    height: auto;
    text-decoration: none;
    border-bottom: none;
    transition: none;
}

li.mainNav a img {
    position: relative;
    bottom: 12px;
}

@media (min-width: 767px) {
    li.mainNav > a {
        padding: 0 22px;
    }
}

/* サブナビゲーション
------------------------*/
li.mainNav .subNav {
    width: 1050px;
    height: 0;
    background: url(../image/subNav-bg.png) repeat-y;
    overflow: hidden;
    list-style: none;
    position: absolute;
    margin: 0;
    padding: 0;
    transition: 0.2s;
}

@media (min-width: 767px) {
    li.mainNav .subNav {
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
        border-top: 1px solid #e1e0e0;
        border-left: 1px solid #e1e0e0;
        border-right: 1px solid #e1e0e0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 1;
    }
}

li.mainNav:hover > a {
    color: #ccc;
    border-color: rgb(26, 128, 188);
    text-decoration: none;
}

#dropmenu li.mainNav:hover .subNav {
    overflow: visible;
    height: auto;
    opacity: 1;
}

@media (min-width: 767px) {
    #dropmenu li.mainNav:hover .subNav {
        border-bottom: 1px solid #e1e0e0;
    }
}

/* タブのスタイル
--------------------------------------------------------*/
/* タブの枠 */
#tabs {
    overflow: hidden;
    transition: 0.4s;
    /*  padding: 20px 40px 40px 40px !important;*/
    /*  border:1px solid #e1e0e0;*/
    border-top: none;
}

@media (min-width: 767px) {
    #tabs {
        opacity: 0;
        padding: 30px 0 !important;
    }
}

li.mainNav:hover #tabs {
    opacity: 1;
}

/* カテゴリー表示
--------------------------------*/
#tabs p {
    width: 150px;
    height: 200px;
    float: left;
    margin-right: 48px;
    padding-top:10px;
    font-size:18px;
}
#tabs p img{
    margin-top:40px;
}

@media (min-width: 767px) {
    #tabs p {
        margin-left: 30px;
    }
}

/* カテゴリ名のリスト
--------------------------------*/
.ui-tabs-vertical .ui-tabs-nav {
    float: left !important;
    margin-top: 20px !important;
}

.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 188px;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 1px;
}

.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    width: 188px;
    padding-left: 12px;
}

.ui-tabs-vertical .ui-tabs-nav li a,
.ui-tabs-vertical .ui-tabs-nav li a:active {
    outline: none;
}

li.mainNav #tabs a {
    height: 38px;
    color: #5d5d5d;
    font-weight: normal;
}
li.mainNav .subNav-sp__content a span{
    color:#4374b1;
}
li.mainNav .subNav-sp__content a:hover span{
    color:#5d5d5d;
}

/* タブのアクティブ */
.ui-tabs-active {
    background-color: #fff;
}

/* 製品名のリスト
--------------------------------*/
.ui-tabs-vertical .ui-tabs-panel {
    float: right;
    width: 580px;
    /* padding-left:40px; */
}

li.mainNav #tabs .ui-tabs-panel li {
    width: 254px;
    display: inline-block;
    height: auto;
    text-decoration: none;
    border-bottom: none;
    transition: none;
    float: left;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1em;
    margin-left: 36px;
    margin-top: 18px !important;
}

li.mainNav #tabs .ui-tabs-panel li a {
    height: auto;
    line-height: 1.4em;
}

/* PC版ナビ修正	
--------------------------------*/
@media (min-width: 767px) {
    .subNav-pc {
        display: flex;
    }

    .subNav-pc .subNav-sp__menu {
        width: 196px;
    }

    .subNav-pc .subNav-sp__menu li {
        transition: 0.3s;
    }
    .subNav-pc .subNav-sp__menu li img{
        display:none;
    }

    .subNav-pc .subNav-sp__menu li.active {
        background-color: #fff;
    }
    .subNav-pc .subNav-sp__menu li.active img{
        display:block
    }

    .subNav-pc .subNav-sp__menu li a {
        display: block !important;
        height: auto !important;
        padding: 10px 12px !important;
        font-size: 13px;
    }

    .subNav-pc .subNav-sp__menu li a:hover {
        color: #5d5d5d;
    }

    .subNav-sp__content {
        float: none;
        width: 624px;
        min-height:500px;
        display: none;
        box-sizing: border-box;
        padding: 0 20px;
    }

    .subNav-sp__content.active {
        display: block;
    }

    .subNav-sp__content ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .subNav-sp__content ul li {
        width: 49%;
    }

    .subNav-sp__content a {
        padding: 10px !important;
        height: auto !important;
    }
}

.subNav-pc .subNav-sp__menu li a {
    font-family: "Red Hat Text", sans-serif;
}

/* .header-nav__top
--------------------------------------------------------*/
.header-nav__top {
    position: absolute;
    top: 0;
    right: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-top: 10px;
}

.headshrunk .header-nav__top {
    display: none;
}

/* 検索フォーム */
.search-form {
    /*  border-right: 1px solid #DADADA;*/
    /*  padding: 4px 1.2em 0 0;*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#search-form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.search-form p {
    font-weight: bold;
    padding-top: 0.2em;
    padding-right: 0.5em;
    color: #868686;
    font-size: 13px;
    letter-spacing: 0.05em;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.search-form__input {
    border: 1px solid #d5d5d5;
    font-size: 14px;
    padding: 4px;
    min-width: 200px;
    outline: none;
}

.search-form__input:focus {
    border-color: #3075b6;
}

.search-form input::placeholder {
    color: #9e9e9e;
}

/* IE */
.search-form input:-ms-input-placeholder {
    color: #9e9e9e;
}

/* Edge */
.search-form input::-ms-input-placeholder {
    color: #9e9e9e;
}

.search-form__btn {
    background-color: #3075b6;
    border: none;
    color: #fff;
    position: relative;
    left: -1px;
}

.search-form__btn img {
    width: 15px;
    height: 15px;
    position: relative;
    top: 0.1em;
}

/* 言語選択 */
.language {
    padding-top: 0.5em;
    padding-left: 1.2em;
    /*
    position:absolute;
    top:4px;
    right:20px;
    margin-top:4px;
    */
}

.language span {
    margin: 0 8px;
    position: relative;
    top: -2px;
}

.language a {
    height: 12px;
    display: inline-block;
    overflow: hidden;
}

.language a:hover img {
    position: relative;
    top: -12px;
}

/* header-nav：221101 */
.header-nav {
    margin-left: 5px;
}

.header-nav a,
.header-nav span {
    font-family: "Lato", sans-serif;
    letter-spacing: 0.08em;
}

.header-nav__item {
    display: inline-block;
    height: 100%;
    position: relative;
}

.header-nav__link {
    min-width: 80px;
    height: 100%;
    background-color: #3075b6;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    padding: 0 1em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.header-nav__link:hover {
    color: #fff;
    opacity: 0.8;
}

.header-nav-sub__wrapper {
    height: 0px;
    min-height: 0px;
    overflow: hidden;
    position: absolute;
    top: 26px;
    left: 0;
    width: 100%;
    transition: 0.2s;
    z-index: 2;
}

.header-nav-sub {
    /* display: none; */
    /* height: 0; */
}

.header-nav-sub__item {
    border-top: 1px solid #5386b6;
    background-color: #fff;
}

.header-nav-sub a {
    background-color: #3075b6;
    display: block;
    color: #fff;
    padding: 0.5em 1em;
}

.header-nav-sub a:hover {
    color: #fff;
    opacity: 0.8;
}

.js-lang-trigger .icon {
    width: 8px;
    height: 6px;
    display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    transition: 0.2s;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #fff 50.5%) no-repeat top right/50% 100%;
}

.js-lang-trigger:hover .icon {
    transform: translateY(-50%) scale(1, -1);
}

a {
    color: #5d5d5d;
    text-decoration: none;
}

a:hover {
    color: #959595;
    text-decoration: none;
}

/* 青 a:hover {
color:#0073b8;
text-decoration: none;
} */
/* 背景画像の拡大 */
a.zoom,
.product li a img,
.newProduct a img,
.productList a img {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

a.zoom:hover,
.product li a:hover img,
.newProduct a:hover img,
.productList a:hover img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

/* リンク（フェード） */
p.logo a img, .link a img {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

p.logo a:hover img, .link a:hover img {
    opacity: 0.5;
    position: relative;
    filter: alpha(opacity=50); /* ie lt 8 */
    -ms-filter: "alpha(opacity=50)"; /* ie 8 */
    zoom: 1;
}

#breadcrumb {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 10px 0;
}

#breadcrumb li {
    display: inline-block;
}
#breadcrumb li span{
    padding:0 10px;
    font-family: Verdana;
}

#sidebar {
    font-size: 12px;
    line-height: 40px;
    float: left;
    width: 170px;
}

#sidebar li a img {
    height: 8px;
    width: 6px;
    margin-right: 5px;
}

#sidebar li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
}

#sidebar li a {
    background-color: #f1f1f1;
    display: block;
    padding-left: 26px;
    background-image: url(../image/icon-tri1.png);
    background-position: 1.2em center;
    background-repeat: no-repeat;
}

#catList {
    padding: 7px;
}

#catList ul {
    text-align: center;
}

#catList ul li {
    background: url(../image/anchor-line.png) right 0.3em no-repeat;
    display: inline-block;
}

#catList ul li a {
    font-size: 12px;
    margin: 0 16px 0 10px;
    color: #787878;
}

#catList ul li:last-child {
    background: none;
}

#catList ul li a:hover {
    color: #959595;
    text-decoration: underline;
}

.line-sensor {
    background-color: #aacb83;
}

.telecentric {
    background-color: #8ca6d5;
}

.macro {
    background-color: #b8a5cc;
}

.category.fixed-focal,
.fixed-focal {
    background-color: #edac9f;
}

.attachment {
    background-color: #cdbcb2;
}

.category.new-lineup {
    background-color: #d03c44 !important;
}

/* CCTVレンズ */
.single-cctv .category,
.post-type-archive-cctv .listBox h2,
.tax-cctv-type h2,
.page-template-page-cctv .listBox h2,
.page-template-page-lens #cctv-list .listBox h2 {
    background-color: #ea5454;
}

/* .single-cctv .category,
.post-type-archive-cctv .listBox h2 { background-color:#f54e4e; } */
/* 照明製品 */
.led-lighting {
    background-color: #aac8e7;
}

.led-powersupply {
    background-color: #f8b2a8;
}

.halogen {
    background-color: #ffc253;
}

.option {
    background-color: #b7e2bd;
}

/* .single-illumination .category,.post-type-archive-illumination .listBox h2,.tax-illumination-type h2,.page-template-page-illumination h2 {
background-color:#CCC;
} */
.archive .series,
#product-archive .series {
    background-color: #2f8cc1;
}

.single .series {
    background-color: #cccbcb;
}

/* 新商品用 */
/*.sort-bgcolor-12 {*/
/*    background-color: #168ec2!important;*/
/*}*/

/*.sort-bgcolor-13 {*/
/*    background-color: #f22e34!important;*/
/*}*/

/*.sort-bgcolor-14 {*/
/*    background-color: #ffc253!important;*/
/*}*/

/*.sort-bgcolor-15 {*/
/*    background-color: #3aa505!important;*/
/*}*/

#accessories.page .listBox h2,
.single-accessories .filter,
.tax-accessories-type .filter {
    background-color: #3075b6;
}

#accessories #product-archive .productBox .img img,
.tax-accessories-type .productBox .img img {
    right: 0;
}

.category th span {
    width: 65px;
    height: 16px;
    display: inline-block;
    overflow: hidden;
    margin-left: 13px;
    vertical-align: middle;
    text-align: center;
    background: #008dc4;
    font-size:12px;
    color: #fff;
    margin-right: 12px;
}

/* アイコン */
.category th span.information {
    background-position: left 0px;
}

.category th span.exhibition {
    background-position: left -17px;
}

.category th span.new-product {
    background-position: left -34px;
}

.category #contents {
    width: 890px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 140px;
}

.category #contents .inner {
    width: 890px;
    padding: 0;
}

/* タイトル */
.category #contents h1 {
    width: 112px;
    padding-top: 39px;
    padding-bottom: 39px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    font-weight: normal;
    color: #008dc4;
}

/* テーブル */
.category #txt-area-box {
}

.category #txt-area-box #txt-area-t {
    margin-bottom: 25px;
}

.category #txt-area-t table {
    letter-spacing: 2px;
    font-size: 14px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ccc;
    margin-bottom: 24px;
}

.category #txt-area-t table th {
    font-size: 14px;
    font-weight: normal;
    vertical-align: top;
    text-align: left;
    width: 190px;
}

.category #txt-area-t table td {
    font-size: 16px;
    font-weight: bold;
    padding-left: 0px;
}

.category #txt-area-t table th,
.category #txt-area-t table td {
    padding-top: 17px;
    padding-bottom: 17px;
    border-bottom: solid 1px #c2c2c2;
}

.wp-pagenavi {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.wp-pagenavi span,
.wp-pagenavi a {
    background: #d5d5d5;
    padding: 4px 8px;
    margin: 0 4px;
}

.wp-pagenavi .current {
    background-color: #0072b4;
    color: #fff;
}

.fadeinup {
    opacity: 0;
}

.fadeinup.animated {
    animation-name: fadeInUp;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 10px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

#pagetop {
    /* position:fixed; */
    /* bottom:240px; */
    right: 0;
}

footer {
    background: #efeded;
    color: #5d5d5d;
    padding: 30px 0;
    clear: both;
    border-bottom: 4px solid #2f75b6;
}

footer .inner{
    display:flex;
}

footer .footer-nav {
    flex:0 0 40%;
}

footer .address {
    flex:0 0 30%;
}

footer nav {
    float:left;
    padding-left:50px;
}

footer nav ul {
    overflow: hidden;
}

footer nav ul li {
    font-weight: bold;
    letter-spacing: 0.18em;
    line-height: 1.9em;
}

footer nav ul.sub li {
    font-weight: normal;
}

footer nav ul li a {
    font-size: 11px;
}


.address {
    width: 292px;
    float: left;
    font-size: 11px;
}

p.name,
address {
    margin-left: 12px;
}

p.name {
    margin-bottom: 10px;
}

.address address {
    letter-spacing: 0.12em;
    margin-bottom: 40px;
    line-height: 1.8em;
}

p.copy {
    background: url(../image/footer-shadow.png) center top no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    padding-top: 5px;
    letter-spacing: 0.06em;
    display: block;
    padding-top: 14px;
}

footer .social{
    flex: 0 0 30%;
    text-align: right;
}
footer .social div{
    display:inline-block;
    margin:0 10px;
    width:120px;
    text-align: center;
}
footer .social img{
    max-width:120px;
}
footer .social span{
    display:block;
}

/*# sourceMappingURL=style.css.map */


/*新闻列表*/
.news_list01 .widgets_common_pages_6 {
    padding: 0 100px;
}

.news_list01 ul {
    margin-top:50px;
    overflow: hidden;
}

.news_list01 ul li {
    width: 48%;
    margin-bottom: 38px;
}
.news_list01 ul li img{
    max-width:100%;
}

.news_list01 ul li.odd {
    float: left;
}

.news_list01 ul li.even {
    float: right;
}

.news_list01 ul li .rect-49 {
}

.news_list01 ul li .rect-49 ._full {
    height: auto;
}

.news_list01 ul li .li_box {
    display: block;
}

.news_list01 ul li .li_box .intro {
    background: #fafafa;
}

.news_list01 ul li .li_box .intro .box {
    padding: 15px 25px 25px;
}

.news_list01 ul li .li_box .intro .box .tit {
    font-size: 20px;
    line-height: 23px;
    min-height:46px;
    color: #000;
    margin-bottom: 10px;
    font-weight: normal;
}

.news_list01 ul li .li_box .intro .box .date {
    font-size: 14px;
    line-height: 25px;
    color: #999;
}

.news_list01 ul li .li_box .intro .box .con {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #999;
}

.news_list01 ul li .li_box .intro .box .more {
    font-size: 16px;
    color: #000;
    margin-top: 10px;
}

/*新闻详细*/
.news_detail01{
    margin-top:20px;
}
.news_detail01 .wrap{
    overflow: hidden;
}
.news_detail01 .detail_l {
    float:left;
    width: 70%;
}

.news_detail01 .l_box {
    background: #fff;
    padding: 8% 0;
}

.news_detail01 .news_title {
    font-size: 20px;
    color: #000;
    line-height: 46px;
    margin-bottom: 15px;
    font-weight: normal;
    padding: 0 10%;
    text-align: center
}

.news_detail01 .l_tools {
    margin-bottom: 40px;
    line-height: 20px;
    text-align: center
}

.news_detail01 .l_tools span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    color: #737171;
}

.news_detail01 .l_tools span.news_time {
    margin-right: 20px;
}

.news_detail01 .l_tools span.switcher .title {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.news_detail01 .news_text {
    font-size: 15px;
    line-height: 26px;
    color: #565656;
}

.news_detail01 .detail_r {
    float:right;
    width: 28%;
}

.news_detail01 .detail_r .arr_box {
    background: #fff;
    padding: 8%;
    margin-bottom: 14px;
    color: #666;
    display: block;
}

.news_detail01 .detail_r .arr_title {
    font-size: 22px;
    line-height: 26px;
    color: #4b4b4b;
    margin-bottom: 10px;
}

.news_detail01 .detail_r .arr_news_title {
    font-size: 13px;
    color: #737171;
    line-height: 26px;
    font-weight: normal;
}

.news_detail01 .detail_r .arr_time {
    font-size: 18px;
    line-height: 26px;
    color: #737171;
    padding-top: 6px;
    font-weight: normal;
}

.news_detail01 .detail_r .arr_box:hover {
    color: #fff;
    background: #bf1b1d;
}

.news_detail01 .detail_r .arr_box:hover .arr_title {
    color: #fff;
}

.news_detail01 .detail_r .arr_box:hover .arr_news_title {
    color: #fff;
}

.news_detail01 .detail_r .arr_box:hover .arr_time {
    color: #fff;
}

.news_detail01 .detail_r .share_box {
    background: #fff;
    margin-top: 45px;
    padding: 8%;
}

.news_detail01 .detail_r .share_box h3{
    font-size: 14px;
    margin:0 0 20px;
}
.news_detail01 .detail_r .share_box li{
    margin:0 0 10px;
    padding-left:10px;
    font-size:12px;
}
.news_detail01 .detail_r .share_box li:before{
    content:'';
    display:inline-block;
    position: relative;
    margin-left:-10px;
    margin-right:6px;
    vertical-align: middle;
    width:4px;
    height:4px;
    border-radius: 100%;
    background: #008dc4;
}

/* 公告 */
.channel_content.notice {
    background: #fff;
}

.notice01 .infor {
    background: #f2f2f2;
    margin-bottom: 20px;
}

.notice01 .infor .box {
    padding: 18px 40px;
    font-size: 22px;
    color: #bf1b1d;
    font-weight: normal;
}

.notice01 .infor .box .t {
    position: relative;
    padding-left: 14px;
}

.notice01 .infor .box .t:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 2px;
    height: 24px;
    background: #bf1b1d;
}

.notice01 .content {
    padding: 0 5%;
}

.notice01 .content ul li {
    padding: 10px 0;
    font-size: 15px;
    color: #565656;
    overflow: hidden;
}

.notice01 .content ul li .lk {
    width: 80%;
    float:left;
}
.notice01 .content ul li .date {
    width: 15%;
    float:right;
    text-align: right;
}

.notice01 .content ul li i {
    color: #bf1b1d;
    margin-right: 10px;
    font-size: 13px;
    vertical-align: top;
}

.notice01 .content ul li a {
    display: block;
    overflow: hidden;
}

.notice01 .content ul li span {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.notice01 .content ul li span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 1px;
    background: #bf1b1d;
    transition: .5s ease;
}

.notice01 .content ul li:hover span:after {
    opacity: 1;
    visibility: visible;
}