@charset "utf-8";

/*！--CSS重置和样式初始化*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0
}

body {
    font-size: 12px;
    font-style: normal;
    font-family: "\5FAE\8F6F\96C5\9ED1", Helvetica, sans-serif;
    background-color: #ffffff;
}

small {
    font-size: 12px
}

h1 {
    font-size: 18px
}

h2 {
    font-size: 16px
}

h3 {
    font-size: 14px
}

h4,
h5,
h6 {
    font-size: 100%
}

ul,
ol {
    list-style: none
}

a {
    text-decoration: none;
    background-color: transparent
}

a:hover,
a:active {
    outline-width: 0;
    text-decoration: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    border: 0;
    height: 1px
}

img {
    border-style: none
}

img:not([src]) {
    display: none
}

svg:not(:root) {
    overflow: hidden
}

html {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: 100%
}

input,
textarea,
button,
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

canvas,
progress,
video {
    display: inline-block
}

progress {
    vertical-align: baseline
}

mark {
    background-color: #ff0;
    color: #000
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

textarea {
    overflow: auto
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.clear:after {
    display: block;
    height: 0;
    content: "";
    clear: both
}

/* 重置样式结束*/

/* 主页样式开始*/
.wrap {
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
}

.wrap-min {
    width: 1200px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.maxbox {
    max-width: 1920px;
    overflow: hidden;
}

.banner {
    width: 100%;
    height: 726px;
    background: url(../images/banner.jpg) center no-repeat;
}

/** 新闻资讯*/
.xwzx {
    margin-top: 30px;
    overflow: hidden;
}

.xwzx-title {
    height: 76px;
    margin: 0 auto;
    background: url(../images/xwzx.png) center no-repeat;
}

.xwzx-content {
    margin-top: 40px;
}

.xwzx-left {
    width: 650px;
    height: 365px;
    position: relative;
    z-index: 0;
}

.xwzx-prev {
    display: inline-block;
    width: 19px;
    height: 42px;
    background: url(../images/xwzx-left.png) center no-repeat;
    position: absolute;
    top: 161px;
    left: 0;
    z-index: 1;
}

.xwzx-next {
    display: inline-block;
    width: 19px;
    height: 42px;
    background: url(../images/xwzx-right.png) center no-repeat;
    position: absolute;
    top: 161px;
    right: 0;
    z-index: 1;
}

.xwzx-slide .xwzx-focus {
    overflow: hidden;
}

.xwzx-slide .xwzx-focus li {
    width: 650px;
    height: 365px;
    float: left;
    position: relative;
}

.xwzx-slide .xwzx-focus li img {
    width: 650px;
    height: 365px;
}

.xwzx-slide .xwzx-focus li p {
    width: 80%;
    text-align: center;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #FFFFFF;
    margin: -70px auto 0;
    position: relative;
    z-index: 10;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xwzx-bg {
    display: inline-block;
    position: absolute;
    width: 650px;
    height: 80px;
    background: linear-gradient(90deg, #165D2E, #208649);
    border: 0px solid #E4E4E4;
    opacity: 0.8;
    border-radius: 0px 0px 4px 4px;
    top: 285px;
}

.xwzx-slide .tip {
    overflow: hidden;
    position: absolute;
    z-index: 12;
    bottom: 15px;
    left: 295px;
}

.xwzx-slide .tip ul {
    overflow: hidden;
}

.xwzx-slide .tip ul li {
    float: left;
    width: 15px;
    height: 15px;
    background: url(../images/point.png) center no-repeat;
}

.xwzx-slide .tip ul li.on {
    width: 15px;
    height: 15px;
    background: url(../images/point-on.png) center no-repeat;
}

.xwzx-right {
    width: 520px;
    height: 365px;
    position: relative;
}

.xwzx-right .xwzx-list1 {
    overflow: hidden;
}

.xwzx-right .xwzx-list1 li {
    overflow: hidden;
    margin-bottom: 8px;
}

.xwzx-right .xwzx-list1 li h3 {
    height: 68px;
}

.xwzx-right .xwzx-list1 li h3 a {
    width: 510px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #1F1F1F;
    line-height: 34px;
}

.xwzx-right .xwzx-list1 li span {
    display: inline-block;
    width: 487px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #A1A1A1;
    line-height: 26px;
    margin: 8px auto 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xwzx-right .xwzx-list2 {
    overflow: hidden;
}

.xwzx-right .xwzx-list2 li {
    overflow: hidden;
    vertical-align: middle;
    list-style: square inside url(../images/libg.png);
}

.xwzx-right .xwzx-list2 li::marker {
    display: inline-block;
    vertical-align: middle;
}

.xwzx-right .xwzx-list2 li a {
    display: inline-block;
    width: 500px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 38px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xwzx-right .xwzx-more {
    overflow: hidden;
}

.xwzx-right .xwzx-more .line {
    display: inline-block;
    width: 470px;
    border-bottom: 1px solid #E4E4E4;
    vertical-align: bottom;
}

.xwzx-right .xwzx-more a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E08C09;
    float: right;
}

/** 新闻资讯结束*/

/** 网络名人看云南系列活动*/
.wlmr {
    overflow: hidden;
    margin-top: 90px;
}

.wlmr-title {
    height: 76px;
    background: url(../images/wlmrkyn.png) center no-repeat;
}

.wlmr-content {
    height: 426px;
}

.wlmr-content {
    height: 426px;
}

.wlmr-left {
    width: 408px;
    height: 426px;
    position: relative;
}

.wlmr-left img {
    width: 408px;
    height: 426px;
}

.wlmr-left .mask-box {
    width: 408px;
    height: 426px;
    position: absolute;
    z-index: 1;
    background: #404541;
    opacity: 0.35;
    border-radius: 3px;

}

.wlmr-left .mask {
    width: 384px;
    height: 396px;
    position: absolute;
    z-index: 2;
    border-radius: 3px;
    top: 15px;
    left: 12px;
}

.wlmr-left .mask .left-top {
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    border-top: 2px solid #FFD03F;
    border-left: 2px solid #FFD03F;
}

.wlmr-left .mask .right-top {
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 0px;
    border-top: 2px solid #FFD03F;
    border-right: 2px solid #FFD03F;
}

.wlmr-left .mask .left-bottom {
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 0px;
    border-bottom: 2px solid #FFD03F;
    border-left: 2px solid #FFD03F;
}

.wlmr-left .mask .right-bottom {
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    right: 0px;
    border-right: 2px solid #FFD03F;
    border-bottom: 2px solid #FFD03F;
}

.wlmr-left .left-title {
    display: inline-block;
    width: 384px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFF6DB;
    position: relative;
    z-index: 20;
    top: -236px;
    text-align: center;
}

.wlmr-right {
    width: 780px;
    height: 426px;
}

.wlmr-right .box1 {
    width: 780px;
    height: 271px;
}

.wlmr-right .box1 img {
    width: 780px;
    height: 271px;
}

.wlmr-right .box2 {
    margin-top: 12px;
    width: 780px;
    height: 143px;
}

.wlmr-right .box2 ul li {
    width: 254px;
    height: 143px;
    float: left;
}

.wlmr-right .box2 ul li:nth-child(2) {
    margin: 0 9px;
}

/** 网络名人看云南系列活动结束*/
/** 正能量网络名人展示*/
.mrzs {
    margin-top: 90px;
    overflow: hidden;
}

.mrzs-title {
    height: 76px;
    background: url(../images/mrzs.png) center no-repeat;
}

.mrzs-slide {
    margin-top: 40px;
}

.mrzs-scoller {
    overflow: hidden;
}

.mrzs-scoller li {
    width: 272px;
    height: 383px;
    float: left;
    margin: 0 14px;
}

.mrzs-scoller .rw {
    width: 272px;
    height: 383px;
    background: url(../images/rwbg.png) bottom no-repeat;
}

.mrzs-scoller .rw .txbox {
    width: 242px;
    height: 300px;
    margin: 0 auto;
    position: relative;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
}

.mrzs-scoller .rw .txbox img {
    width: 242px;
    height: 300px;
}

.mrzs-scoller .rw .xmbox {
    display: inline-block;
    padding-top: 24px;
    width: 242px;
    height: 40px;
    background: url(../images/rwxmbg.png) center no-repeat;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #FFE29F;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mrzs-scoller .rw .rwjj {
    width: 240px;
    height: 60px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #564B2F;
    line-height: 28px;
    margin: 15px auto 0;
}

.mrzs-wrapper .tip1 {
    margin: 40px auto 0;
    width: 184px;
}

.mrzs-wrapper .tip1 ul {
    height: 30px;
    margin: 0 20px;
}

.mrzs-wrapper .tip1 li {
    margin: 8px auto 0;
    width: 14px;
    height: 14px;
    background: url(../images/point1.png) center no-repeat;
    float: left;
}

.mrzs-wrapper .tip1 li.on {
    background: url(../images/point1-on.png);
}

.mrzs-prev {
    width: 30px;
    height: 30px;
    background: url(../images/mrzs-left.png) center no-repeat;
}

.mrzs-next {
    width: 30px;
    height: 30px;
    background: url(../images/mrzs-right.png) center no-repeat;
}

/** 正能量网络名人展示结束*/

/** 基地展示*/
.jdzs {
    margin-top: 90px;
    overflow: hidden;
}

.jdzs-title {
    height: 76px;
    background: url(../images/jdzs.png) center no-repeat;
}

.jdzs-content ul li {
    width: 382px;
    height: 289px;
    background: #F6F3EA;
    float: left;
    margin-top: 40px;
}

.jdzs-content ul li:nth-child(2),
.jdzs-content ul li:nth-child(5),
.jdzs-content ul li:nth-child(8),
.jdzs-content ul li:nth-child(11),
.jdzs-content ul li:nth-child(14),
.jdzs-content ul li:nth-child(17),
.jdzs-content ul li:nth-child(20),
.jdzs-content ul li:nth-child(23),
.jdzs-content ul li:nth-child(26),
.jdzs-content ul li:nth-child(29),
.jdzs-content ul li:nth-child(32) {
    margin: auto 27px;
    margin-top: 40px;
}


.jdzs-content ul li div {
    margin: 10px auto 0;
    width: 362px;
    text-align: center;
}

.jdzs-content ul li div img {
    width: 362px;
}

.jdzs-content ul li div h3 {
    margin-top: 10px;
    padding-top: 15px;
    background: url(../images/line.png) top no-repeat;
    height: 43px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4D3E1F;
    line-height: 30px;
}

/** 基地展示结束*/
.footer {
    overflow: hidden;
}


/** 线上投票页面开始*/
.vt-maxbox {
    max-width: 1920px;
    overflow: hidden;
}

.vt-banner {
    height: 726px;
    background: url(../images/vt-banner.jpg) center no-repeat;
}

.vt-gg {
    margin: 50px auto 0;
    height: 266px;
    overflow: hidden;
}
.vt-gg a{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #44392C;
}

.vt-gg-title {
    margin-top: 28px;
}

.vt-gg-title h3 {
    display: inline-block;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #8F4F25;
    line-height: 36px;
    margin-left: 430px;
}

.vt-gg-content {
    width: 1120px;
    margin: 20px auto 0;
}

.vt-gg-content p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #44392C;
    line-height: 36px;
}

.vt-gg-content p span {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #D15C26;
    line-height: 36px;
}

.vt-mrtp {
    margin-top: 60px;
    overflow: hidden;
}

.vt-mrtp-title {
    height: 76px;
    background: url(../images/vt-mrtp.png) center no-repeat;
}

.vt-mrtp-content ul {
    overflow: hidden;
}

.vt-mrtp-content ul li {
    width: 273px;
    height: 383px;
    background: url(../images/tprwbg.png) bottom no-repeat;
    float: left;
    margin: 50px 13.5px 0;
}

.vt-txbox {
    margin: 0 auto;
    width: 242px;
    height: 300px;
    position: relative;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
}

.vt-txbox img {
    width: 242px;
    height: 300px;
}

.vt-xmbox {
    width: 242px;
    height: 66px;
    background: url(../images/tprwxmbg.png) center no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
}

.vt-xmbox .vt-xm {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #654933;
    float: left;
    margin-top: 18px;
}

.vt-xmbox .vt-rt {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #DA580A;
    float: right;
}

.vt-tpbt {
    width: 84px;
    height: 34px;
    padding-top: 10px;
    margin: 17px auto 0;
    background: #FFF1B8;
    border: 0px solid #E4E4E4;
    border-radius: 6px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7D7048;
    text-align: center;
    cursor: pointer;
}

.vt-jdtp {
    margin-top: 60px;
    overflow: hidden;
}

.vt-jdtp-title {
    height: 76px;
    background: url(../images/vt-jdtp.png);
}

.vt-jdtp-content ul {
    overflow: hidden;
}

.vt-jdtp-content ul li {
    width: 382px;
    height: 345px;
    background: #F6F3EA url(../images/vt-jdbg.jpg) bottom no-repeat;
    overflow: hidden;
    float: left;
    margin: 50px 9px 0;
}

.vt-jdtp-content ul li .imgbox {
    margin-top: 10px;
    width: 362px;
    height: 208px;
    position: relative;
    margin-left: 10px;
}

.vt-jdtp-content ul li .imgbox .vt-jdrt {
    display: inline-block;
    padding-top: 168px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #DA580A;
    line-height: 30px;
    position: absolute;
    bottom: -3px;
    background: url(../images/vt-jdimgbg.png) bottom no-repeat;
    height: 40px;
    left: 1px;
}

.vt-jdtp-content ul li h3 {
    margin-top: 10px;
    height: 40px;
    padding-top: 20px;
    background: url(../images/line.png) top no-repeat;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #4D3E1F;
    line-height: 30px;
    text-align: center;
    background-size: 100%;
}

.vt-jdtp-content ul li .vt-jdbt {
    width: 84px;
    height: 35px;
    padding-top: 10px;
    background: #E8600F;
    border: 0px solid #E4E4E4;
    border-radius: 6px;
    margin: 0 auto 0;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFE;
    text-align: center;
    cursor: pointer;
}