﻿/*通用公用样式*/
*{ margin: 0px; padding: 0px; }
img, input, button { border: none; outline: none; }
a { color: #333333; }
a:hover { color: #ad1616; cursor: pointer; text-decoration: none; }
ul li, ol li { list-style-type: none; }
body { background-color: #ffffff; font-family: "microsoft Yahei"; }
.fl { float: left; }
.fr { float: right; }
/*去除系统默认样式*/
/*统一样式*/

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
	margin: 0px;
	padding: 0px;
	outline: none;
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑";
}


/*清除浮动*/

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "020";
	height: 0px;
	display: block;
	overflow: hidden;
	clear: both;
}


/*清除样式*/

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
}

html {
	overflow-x: hidden;
}

img {
	border: 0px;
}

li {
	list-style: none;
}

body {
	text-align: left;
	font-family: '微软雅黑' !important;
}

a,
ins {
	text-decoration: none;
}

a {
	color: #333;
}
/*a标签默认样式*/
a {
	text-decoration: none;
	color: inherit;
	transition: none;
}
img {
	border: none;
}

@charset "UTF-8";
/* 栏目页样式 */
* {
    font-family: "微软雅黑";
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}

a {
    color: #333333;
}

.xxlist:hover {
    color: #1c5bb8;
}

.main {
    width: 1200px;
    position:relative;
    margin: 30px auto;
    overflow: hidden;
}



.col_l {
    width: 280px;
    float: left;
}

.col_r {
    width: 880px;
    min-height: 440px;
    margin-left: 40px;
    background: #f9f9f9;
    border: 1px solid #dedede;
    padding: 25px;
    display: block;
    margin-left: auto;
}

.col_l h1 {
    background: url(column-page-title.png) no-repeat;
    width: 280px;
    height: 58px;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    float: left;
}

.col_list {
    background: #f9f9f9;
    min-height: 440px;
    border: 1px solid #dedede;
    border-top: 0;
    width: 270px;
    margin-left: 10px;
    padding-top: 58px;
    padding-bottom: 30px;
    /* height: 100%; */
}

.col_list li {
    padding: 0 10px;
    background: url(arr.png) no-repeat 240px center;
}

.col_list li a {
    display: block;
    min-height: 50px;
    font-size: 16px;
    line-height: 32px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ececec;
    padding-left: 30px;
    padding-right: 27px;
    padding-top: 9px;
}

.col_list li:hover,
.col_list li.on {
    border-left: 7px solid #ff8100;
    background: #ececec url(arr_ac.png) no-repeat 235px center;
}

.col_list li:hover a,
.col_list li.on a {
    color: #1c5bb8;
}



.xxlist li {
    background: url(list-pic.png) no-repeat left center;
    height: 45px;
    line-height: 45px;
    padding-left: 14px;
    border-bottom: 1px dashed #e8e8e8;
}

.xxlist li a {
    display: block;
    float: left;
    width: 85%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xxlist li span {
    display: block;
    float: right;
    color: #999;
}

/* 当前位置 */
.dqwz {
    width: 1200px;
    margin: 15px auto;
    background: #fefefe;
    padding: 15px;
}

/* 当前位置 */

@media only screen and (min-width: 100px) and (max-width: 767px) {

    /* 当前位置 */
    .dqwz {
        width: 100%;
        margin: 3vw auto;
        background: #fefefe;
        padding: 2vw;
        font-size: 4vw;
        line-height: 6vw;
    }

    .dqwz img,
    .dqwz span {
        display: none;
    }

    /* 当前位置 */

    .main {
        width: 100vw;
        min-height: 150vw;
        padding: 0 2vw;
        margin: 3vw auto;
        position:unset;
    }

    .col_l {
        width: 100%;
        float: unset;
        min-height: unset;
        position: unset;
    }

    .col_l h1 {
        background: #1c5bb8;
        width: 100%;
        height: 10vw;
        font-size: 5vw;
        color: #ffffff;
        line-height: 10vw;
        padding-left: 0vw;
        text-align: center;
        float: unset;
    }

    .col_list {
        border: none;
        width: 100%;
        height: auto;
        min-height: unset;
        margin-left: 0;
        padding: 0;
        margin-top: 2vw;
    }

    .col_list li {
        padding: 0vw 2vw;
        float: left;
        background: none;
        min-width: 33.33333333%;
    }

    .col_list li a {
        display: block;
        /* height: 10vw; */
        line-height: 10vw;
        border: none;
        text-align: left;
        font-size: 5vw;
        padding-left: 0;
        min-height: unset;
        padding-right: 0;
        padding-top: 0;
    }

    .col_list li.on {
        border-left: 2vw solid #ff8100;
        background: #ececec;
    }

    .col_list li.on a {
        color: #1c5bb8;
    }

    /* 右边 */
    .col_r {
        width: 100%;
        min-height: 100vw;
        margin-left: 0;
        background: #fff;
        border: none;
        padding: 3vw 2vw;
    }

    .xxlist li {
        background: url(list-pic.png) no-repeat left 3vw;
        background-size: 0.8vw;
        height: auto;
        line-height: 6vw;
        padding-left: 3vw;
        border-bottom: 0.4vw dashed #e8e8e8;
        font-size: 4vw;
        margin-top: 3vw;
    }

    .xxlist li a {
        width: 100%;
        text-align: justify;
        overflow: unset;
        white-space: unset;
        text-overflow: unset;
    }
}