@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
select {
	margin: 0;
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
}

body {
	font-size: 14px;
	color: #333;
	font-family: "微软雅黑";
	overflow-x: hidden;
	background: #fff;
	min-width: 1200px;
}

img,
a {
	border: 0;
	text-decoration: none;
	color: #333;
}

ol,
ul {
	list-style: none;
}

.clear {
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

.width1100 {
	width: 1200px;
	margin: 0 auto;
}

input:focus {
	outline: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.he1 {
	height: 10px;
}

.he2 {
	height: 20px;
}

.he4 {
	height: 40px;
}

.font14 {
	font-size: 14px;
}

.font12 {
	font-size: 12px;
}

.all {
	text-align: left;
}

.alc {
	text-align: center;
}

.alr {
	text-align: right;
}

.bggray {
	background: #eeeeee;
}

.fcolor {
	color: #b50100;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

/*--------------Common Start-----------------------*/

/*top顶部*/
.top {
	background: url(../images/tline.jpg);
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #333333;
}

.hello {
	height: 30px;
	line-height: 30px;
	width: 50%;
	float: left;
}

.tright {
	height: 20px;
	line-height: 20px;
	margin: 5px 0;
	float: left;
	width: 50%;
}

.tright a {
	color: #333333;
	display: block;
	width: 80px;
	text-align: center;
	border-right: 1px solid #ccc;
	float: right;
}

.tright a:first-child {
	border-right: 0;
}

/*logo&&nav*/
.head {
	width: 1200px;
	height: 130px;
	margin: 0 auto;
}

.head .logo {
	width: 290px;
	height: 110px;
	margin: 10px 0;
	float: left;
}

.head .logo a,
.head .logo a h1 {
	display: block;
	height: 100%;
	text-indent: -9999px
}

.head .nav {
	width: 885px;
	height: 130px;
	margin-left: 25px;
	float: left;
}

.head .nav .intel {
	/* width: 315px; */
	/* margin-top: 20px; */
	margin: 10px 0;
	height: 50px;
	float: right;
	margin-left: 20px;
}

.head .nav .intel img {
	float: right;
	width: 35px;
	height: 35px;
	margin: 10px;
}

.head .nav .intel span {
	display: block;
	float: right;
	font-size: 24px;
	color: #086de1;
	height: 50px;
	line-height: 50px;
	/* width: 180px; */
	text-align: right;
}

.head .nav .intel .span {
	font-size: 16px;
	background: #086de1;
	margin: 5px 10px;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 10px;
}

.head .nav .intel .span a {
	color: #fff;
}


.head .nav ul {
	height: 60px;
	float: right;
}

.head .nav li {
	float: left;
	position: relative;
	width: 90px;
	height: 40px;
	line-height: 40px;
	margin: 10px;
}

.head .nav li:nth-last-child(1) a {
	background: #086de1;
	color: #ffffff;
	border-radius: 25px;
}

.head .nav li a {
	display: block;
	width: 100%;
	float: left;
	font-size: 17px;
	color: #161616;
	text-align: center;
}

.head .nav li a:hover,
.head .nav li a.hover {
	background: #086de1;
	color: #ffffff;
	border-radius: 25px;
}

/*.nav li .chilNav {
	position: absolute;
	border-top: 5px solid #fff;
	left: -8px;
	width: 120%;
	top: 30px;
	z-index: 999;
	background: #db372b;
	display: none;
}
.nav li .chilNav a {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #ffffff;
}*/


/*分页*/
.fenye {
	text-align: center;
	margin: 20px 0 30px;
}

.fenye ul {
	height: auto;
	overflow: hidden;
}

.fenye span,
.fenye a {
	display: inline-block;
	padding: 0 9px;
	margin: 0 2px;
	background: #ddd;
	border-radius: 2px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #000;
}

.fenye span.current {
	background: #086de1;
	color: #fff;
}

.fenye span.all,
.fenye span.pageindex {
	display: none;
}

.fenye a:hover {
	background: #086de1;
	color: #fff;
}

/*footer*/
.footer {
	width: 100%;
	height: 200px;
	background: #303440;
	color: #fff;
	line-height: 30px;
}

.footer a {
	color: #fff;
}

.footLeft {
	float: left;
	width: 820px;
	padding: 25px 50px;
}

.footLeft ul {
	height: 30px;
	border-bottom: 1px #575960 solid;
}

.footLeft ul li {
	float: left;
	height: 20px;
	line-height: 20px;
	width: 10%;
	margin: 0 5px;
	text-align: center;
	border-right: 1px solid #fff;
	font-size: 16px;
}

.footLeft ul li:first-child {
	width: 10%;
}

.footLeft ul li:last-child {
	border-right: 0;
}

.footLeft ul li span {
	margin: 0 13px;
}

.footLeft .copyright {
	margin-top: 15px;
	line-height: 35px;
	font-size: 17px;
}

.footLeft .telmailweb {
	line-height: 35px;
	font-size: 17px;
}

.footRight {
	background: #086de1;
	float: right;
	width: 180px;
	height: 140px;
	padding-top: 30px;
}

.footRight img {
	width: 120px;
	height: 120px;
	margin: 0 30px
}

/*--------------Common end-----------------------*/

/*--------------Index start-----------------------*/

/*轮播图*/
.ibanr {
	height: 450px;
	position: relative;
	width: 1920px;
	margin: 0 auto;
}

.ibanr .img {
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.ibanr .img li {
	width: 100%;
	height: 450px;
	float: left;
	background: no-repeat top center;
	background-size: cover;
}

.ibanr .img li a {
	display: block;
	width: 100%;
	height: 450px;
}

.ibanr .page {
	position: absolute;
	bottom: 3%;
	z-index: 20;
	text-align: center;
	left: 45%;
}

.ibanr .page span {
	background: #ffffff;
	float: left;
	display: inline-block;
	width: 30px;
	height: 5px;
	display: block;
	margin: 0 5px;
	*zoom: 1;
	text-indent: 0;
	cursor: pointer;
}

.ibanr .page span.current {
	background: #086de1;
}

/*contNav*/
.contNav {
	height: 45px;
	line-height: 45px;
	background: url('../images/futbg.png');
}

.contNav .newfut {
	width: 1065px;
	height: 45px;
	line-height: 45px;
	background: url('../images/fut.png') no-repeat 0px;
	padding-left: 35px;
	margin: 0 auto;
}

.contNav .newfut strong {
	float: left;
	font-size: 16px;
	color: #086de1;
}

.contNav .newfut #newsfut {
	float: left;
	width: 90%;
	margin-left: 20px;
	height: 45px;
}

.contNav .newfut #newsfut a {
	color: #333;
}

/*车辆买卖*/
.insale {
	width: 100%;
	/* height: 375px; */
	padding: 40px 0;
}

.insale .catname {
	width: 510px;
	margin: 0 auto;
}

.insale .catname .width300 {
	width: 295px;
	height: 80px;
	margin: 0 auto;
}

.insale .catname .width300 .prostr {
	display: block;
	color: #eeeced;
	font-size: 26px;
	text-align: center;
}

.insale .catname .width300 .proem {
	display: block;
	font-size: 26px;
	color: #030008;
	text-align: center;
	float: left;
	width: 110px;
}

.insale .catname .width300 .xian {
	height: 1px;
	background: #5b5b5b;
	float: left;
	width: 80px;
	margin: 20px 5px;
}

.insale .catname .desc {
	font-size: 14px;
	color: #656a6a;
}

.insale .salelist {
	margin: 35px 0;
	width: 1100px;
	overflow: hidden;
}

#indemos {
	float: left;
	width: 800%;
}

#demos1 {
	float: left;
}

#demos2 {
	float: left;
}

.insale .salelist li {
	float: left;
	margin-right: 20px;
	width: 260px;
}

.insale .salelist li:last-child {
	margin-right: 0;
}

.insale .salelist li a {
	display: block;
}

.insale .salelist li a img {
	width: 260px;
}

.insale .salelist li span {
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

/*运输线路*/
.inline {
	width: 100%;
	height: 270px;
	padding: 35px 0;
}

.inline .catname {
	width: 330px;
	float: left;
}

.inline .catname .prostr {
	display: block;
	color: #eeeced;
	font-size: 26px;
}

.inline .catname .proem {
	display: block;
	font-size: 26px;
	color: #030008;
	width: 110px;
}

.inline .catname .desc {
	font-size: 14px;
	color: #656a6a;
	margin: 10px 0;
	line-height: 25px;
}

.inline .catname .more {
	display: block;
	width: 130px;
	height: 37px;
	line-height: 37px;
	background: #086de1;
	text-align: center;
	color: #ffffff;
}

.inline .linelist {
	margin-left: 70px;
	width: 700px;
	float: left;
}

.inline .linelist li {
	width: 245px;
	height: 75px;
	float: left;
	padding: 20px 35px;
	border: 3px solid #ebebeb;
	margin: 0 40px 25px 0;
}

.inline .linelist li:nth-child(2n) {
	margin-right: 0;
}

.inline .linelist li a {
	display: block;
	width: 100%;
	height: 100%;
}

.inline .linelist li i {
	display: block;
	width: 40px;
	height: 40px;
	margin: 15px 0;
	float: left;
	background: url('../images/car.jpg') no-repeat;
}

.inline .linelist li .desc {
	float: left;
	margin-left: 10px;
}

.inline .linelist li .desc span {
	font-size: 17px;
	color: #49494d;
}

.inline .linelist li .desc p {
	font-size: 14px;
	color: #969390;
	line-height: 25px;
}

/*公司介绍*/
.inabout {
	width: 100%;
	height: 468px;
	padding: 25px 0;
	background: url('../images/about.jpg') no-repeat center;
}

.inabout .inaboutdesc .desc {
	float: right;
	width: 550px;
	color: #474747;
	font-size: 16px;
	line-height: 25px;
}

.inabout .inaboutdesc .desc .catname {
	padding: 15px 0
}

.inabout .inaboutdesc .desc .catname span {
	display: block;
	font-size: 26px;
	color: #fff;
	line-height: 33px;
}

.inabout .inaboutdesc .desc p {
	display: block;
	padding: 5px 0;
	line-height: 25px;
	color: #ffffff;
}

.inabout .inaboutdesc .desc a.more {
	display: block;
	float: right;
	margin-top: 20px;
	width: 90px;
	height: 30px;
	line-height: 30px;
	background: #fff;
	color: #086de1;
	text-align: center;
}

/*newscontact*/
.innewconcat {
	height: 425px;
	padding: 60px 0;
}

.innew {
	width: 710px;
	float: left;
}

.innew .innewcat {
	height: 80px;
	border-bottom: 2px solid #eeeced;
}

.innew .innewcat .catname {
	width: 625px;
	float: left;
}

.innew .innewcat .catname span {
	font-size: 26px;
	display: block;
}

.innew .innewcat .catname span:first-child {
	color: #eeeced;
}

.innew .innewcat .more {
	display: block;
	width: 85px;
	height: 70px;
	line-height: 70px;
	float: left;
	font-size: 16px;
	color: #030008;
	text-align: right;
}

.innew .innewconlist {
	margin: 25px 0;
}

.innewconlist li.fsecond {
	height: 90px;
	border-bottom: 1px dashed #eeeced;
}

.innewconlist li.fsecond a i {
	display: block;
	width: 67px;
	height: 67px;
	line-height: 67px;
	text-align: center;
	font-style: normal;
	background: #086de1;
	color: #fff;
	font-size: 40px;
	float: left;
	margin: 12px 0;
}

.innewconlist li.fsecond a .desc {
	width: 623px;
	margin-left: 20px;
	float: left;
	margin-top: 10px;
}

.innewconlist li.fsecond a .desc span {
	font-size: 16px;
	color: #086de1;
}

.innewconlist li.fsecond a .desc p {
	display: block;
	margin-top: 5px;
	line-height: 22px;
	font-size: 12px;
	color: #8d8c8c;
}

.innewconlist li.last {
	height: 35px;
	border-bottom: 1px dashed #eeeced;
}

.innewconlist li.last i {
	display: block;
	width: 30px;
	height: 35px;
	background: url('../images/dian.png') no-repeat 6px 8px;
	-webkit-background-size: 20px;
	background-size: 20px;
	float: left;
}

.innewconlist li.last span {
	display: block;
	width: 560px;
	float: left;
	line-height: 35px;
	height: 35px;
	font-size: 14px;
	color: #131313;
}

.innewconlist li.last time {
	display: block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	float: left;
	color: #b2b2b2;
}

.incontact {
	width: 360px;
	margin-left: 30px;
	float: left;
}

.incontact .incontactcat {
	height: 80px;
	border-bottom: 2px solid #eeeced;
}

.incontact .incontactcat .catname {
	width: 255px;
	float: left;
}

.incontact .incontactcat .catname span {
	font-size: 26px;
	display: block;
	color: #333;
}

.incontact .incontactcat .catname span:first-child {
	color: #eeeced;
}

.incontact .incontactcat .more {
	display: block;
	width: 85px;
	height: 70px;
	line-height: 70px;
	float: left;
	font-size: 16px;
	color: #030008;
	text-align: right;
}

.incontact .fimg {
	margin: 20px 0;
}

.incontact span {
	font-size: 18px;
	color: #086de1;
}

.incontact ul {
	margin-top: 10px;
	padding-left: 32px;
	background: url('../images/incontacticon.png') no-repeat -10px 12px;
}

.incontact ul li {
	height: 45px;
	line-height: 45px;
}

/*友情链接*/
.link {
	width: 100%;
	height: 20px;
	line-height: 20px;
	background: #efefef;
	padding: 20px 0;
	margin: 0 auto;
	font-size: 18px;
	color: #086de1;
	font-weight: bold;
}

.link strong {
	padding: 0 20px;
	border-right: 1px solid #086de1;
}

.link a {
	font-weight: normal;
	font-size: 14px;
	color: #403f3f;
	margin: 0 20px;
}

/*--------------Index end-----------------------*/

/*--------------Info start-----------------------*/

/*content*/
.content {
	padding: 40px 0;
}

.contLeft {
	float: left;
	width: 165px;
}

.content .contLeft .leftNav dl {
	background: #086de1;
	padding: 0;
}

.content .contLeft .leftNav dt {
	height: 60px;
	line-height: 60px;
	font-size: 1.2em;
	text-align: center;
	color: #fff;
	border-radius: 10px 10px 0 0;
}

.content .contLeft .leftNav dd {
	width: 165px;
}

.content .contLeft .leftNav dd a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #fff;
}

.content .contLeft .leftNav dd a.thiscursor,
.content .contLeft .leftNav dd a:hover {
	background: #004593;
	color: #fff;
}

.content .contLeft .leftNav dd a i {
	width: 30px;
	float: left;
	display: block;
	height: 40px;
	line-height: 40px;
	background: url(../images/icon.png) no-repeat 5px -44px;
}

.content .contLeft .leftNav dd a span {
	display: block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.content .contLeft .left_new {
	background: #086de1;
	padding-bottom: 15px;
}

.content .contLeft .left_new_tit {
	width: 155px;
	margin-left: 10px;
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid #B5B5B5;
	padding-bottom: 8px;
	padding-top: 15px;
}

.content .contLeft .left_new_tit span {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	border-left: 5px solid #fff;
	height: 18px;
	line-height: 16px;
	padding-left: 5px;
	display: block;
}

.content .contLeft .left_new_list {
	line-height: 25px;
	margin-top: 15px;
	overflow: hidden;
}

.content .contLeft .left_new_list li {
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	width: 155px;
	overflow: hidden
}

.content .contLeft .left_new_list li a {
	font-size: 13px;
	color: #fff;
}

/*内容详情*/
.newinfo {
	padding: 0 30px;
}

.newinfo h3 {
	font-size: 16px;
	line-height: 25px;
	padding-top: 30px;
	text-align: center;
}

.newinfo time {
	display: block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #acacac;
	margin: 15px;
}

.newinfoText {
	line-height: 25px;
	padding: 5px 0;
}

.newinfoText img {
	text-align: center;
}

.newinfo td {
	padding: 10px 0;
}

.newinfo td a {
	color: #000;
}

.newlist .new-nav {
	width: 200px;
}

.jianTitle {
	height: 35px;
	line-height: 35px;
	padding-left: 25px;
	background: url(../images/jian.jpg) left center no-repeat;
	font-size: 14px;
	font-weight: bold;
}

.jianList a {
	display: block;
	padding: 5px 0;
}

.contRight {
	float: right;
	width: 82%;
}

/*positions*/
.positions {
	height: 40px;
	line-height: 40px;
	border-bottom: #D0D0D0 1px solid;
	padding-left: 25px;
	background: url(../images/home.jpg) left center no-repeat;
}

.positions a {
	color: #000;
}

.new {
	padding-left: 20px;
}

.new ul {
	margin: 10px 0 0 0;
}

.new li {
	width: 31.33%;
	margin: 1%;
	float: left;
	background-color: #f1f1f1;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 20px 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.new li .souse-img {
	width: 150px;
	height: 150px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	float: left;
	-webkit-box-shadow: 0 12px 15px rgba(0, 0, 0, .2);
	box-shadow: 0 12px 15px rgba(0, 0, 0, .2);
}

.new li .audio-info {
	width: 180px;
	float: right;
}

.new li .audio-info .audio-name {
	font-size: 18px;
	line-height: 30px;
	text-align: start;
	width: 100%;
}

.new li .audio-info span {
	font-size: 14px;
	line-height: 30px;
	width: 100%;
	text-align: start;
	display: inline-block;
}


.new li .free-down {
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	margin: 0 auto;
	color: #fff;
	display: block;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	float: left;
	position: relative;
	width: 92px;
	margin-top: 10px;
	background: #ffae12;
}


.new li span {
	/* position: absolute;
	right: 0;
	top: 0; */
}

.new li a {
	color: #333;
}

.new li a .scrollLoading {
	width: 150px;
	height: 150px;
}

.article,
.product {
	padding: 15px;
}

.article h3 {
	height: 45px;
	width: 100%;
	line-height: 33px;
	font-size: 20px;
	text-align: center;
}

.article img {
	text-align: center;
}

/*category_photo*/
.product dl {
	float: left;
	width: 31%;
	margin: 10px 10px 5px 0;
}

.product dt {
	text-align: center;
}

.product dt img {
	width: 100%;
	height: 214px;
	border: 1px #fff solid;
	border-radius: 3px;
}

.product dd {
	text-align: center;
	height: 16px;
	line-height: 30px;
}

.product dd a {
	color: #000;
}

/*在线QQ*/

/*.clear{clear:both;}
#floatbox{position:fixed; width:151px; right:0; top:30%; z-index:9999; overflow:hidden; }
.content-box{float:right; width:120px;  }
.qq-top { width:120px; height:29px; background:url(../images/qq_top.gif) no-repeat;}
.qq-center {  height: 220px;width:108px; padding-left:5px; padding-right:5px; border-left:#68B5FD solid 1px;border-right:#68B5FD solid 1px; padding-top:5px; background:#fff;}
.qq-bottom { width:120px; height:20px; line-height:20px; text-align:center; color:#4B7FD5;  background:url(../images/qq_bottom.gif) no-repeat;}
.content-box h3{font-size:13px; font-family:microsoft yahei; color:#2460A3;line-height:20px; border-bottom:#D3DFED solid 1px; font-weight:normal;  text-align:center;}
.content-box h4{font-size:13px; font-family:microsoft yahei; line-height:30px; border-bottom:#EFEFEF solid 1px; font-weight:normal; color:#000000; text-align:center;}
.content-box p{font-size:14px; font-family:microsoft yahei; color:#D60101;  text-indent:12px; font-weight:normal; line-height:30px; }
.content-box ul{width:88px;  padding:0px 0px 0px 10px;}
.content-box li{list-style:none; line-height:28px; height:28px; overflow:hidden; padding: 5px 5px; padding-right:5px;}
.content-box .rightewm{line-height:100px; height:110px;padding:0;}
.content-box li span a{width:25px;  float:left; text-align:right; padding-top:5px; margin-right:10px;}
.QQ_close{float:right; width:29px; height:117px; background:url(../images/qq_left.gif) no-repeat; margin-top:28px; cursor:pointer;}
*/

/*--------------Info start-----------------------*/


.submian .subright .conBox .ArticleTitle h1 {
	font-size: 24px;
	text-align: start;
	padding: 20px 0px;
	font-weight: bold;
}

.submian .subright .conBox .ArticleTencont {
	padding: 5px 0px 20px 0px;
	color: #666;
	font-size: 14px;
	line-height: 28px;
	text-align: justify;
	overflow: hidden;
}

.submian .subleft button.down {
	width: 240px;
	height: 60px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
	background: #ffae12;
	background: -webkit-gradient(linear, right top, left top, color-stop(0, #ffae12), to(#f07d17));
	background: linear-gradient(270deg, #f1ce52, #086de1);
	border: 1px solid #ffae12;
	cursor: pointer;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}

.submian .subleft .details {
	line-height: 30px;
	font-size: 15px;
}

.submian .subleft .details .price {
	font-size: 20px;
	color: red;
	font-weight: bold;
}

.submian .subleft .information {
	margin-top: 20px;
}

.submian .subleft .information ul li {
	width: 49%;
	margin: 1% 0.5%;
	float: left;
}

.submian .subleft .information ul li img {
	width: 100%;
	/* height: 118px; */
}

.submian .subleft .information ul li p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.submian .subleft .details .file {
	padding: 0 6px;
	height: 18px;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid transparent;
	margin: 8px 0;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	font-weight: normal;
	background: #E3F1FF;
	border-color: #2489F5;
	color: #2489F5;
}

.inner_new li {
	padding: 1.5rem 0;
	border-bottom: 1px solid #ddd;
	width: 48%;
	margin: 0 1%;
	float: left;
}

.inner_new li .item3 {
	position: relative;
}

.inner_new li .item3 a {
	display: block;
	overflow: hidden;
}

.inner_new li .big {
	width: 120px;
	height: 150px;
	float: left;
	margin-right: 20px;
}

.inner_new li .text-wrap {
	position: relative;
	overflow: hidden;
}

.inner_new li .text-wrap .title {
	font-size: 1rem;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.5;
	padding-bottom: 0.5rem;
}

.inner_new li .text-wrap p {
	overflow: hidden;
	color: #666;
	display: block;
	font-size: 14px;
	line-height: 2;
	padding-top: 5px;
	height: 5em;
}

.inner_new li .text-wrap .tags p {
	padding: 0;
	margin: 0 10px;
	color: #333;
	line-height: 30px !important;
	height: 30px;
}

.inner_new li .text-wrap .tags p i {
	color: #333;
	margin-right: 5px;
	width: 15px;
}

.inner_new li .text-wrap button {
	position: absolute;
	right: 10px;
	bottom: 0;
	z-index: 99;
	background: #0f58d6;
	color: #fff;
	border: none;
	padding: 5px 10px;
	cursor: pointer;
}


.article123 {
	box-sizing: border-box;
	padding: 0 20px;
	text-align: start;
	background: #fff;
	margin-bottom: 15px;
	position: relative;
	width: 970px;
	margin: 0 auto;
	margin-top: 20px;
}

.musicpic {
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: url(https://dj.teheyi.com/packs/pc/img/music/player-default.png) no-repeat center;
	position: absolute;
	top: 20px;
	left: 20px;
}

.musicpic .img {
	width: 137px;
	height: 137px;
	border-radius: 50%;
	position: absolute;
	overflow: hidden;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.musicpic .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.musicpic.on .img img {
	animation: cdplay 5s linear 0s infinite;
}

.musicpic .zhinan {
	width: 90px;
	height: 220px;
	position: absolute;
	right: -10px;
	top: 0;
	transform-origin: 66px 28px;
	transform: rotate(-15deg);
	transition: all 0.3s;
	background: url(https://dj.teheyi.com/packs/pc/img/music/player-line.png) no-repeat 0 0;
	background-size: cover;
}

.musicpic.on .zhinan {
	transform: rotate(6deg);
}

.mp3_info .items {
	width: 33.33333%;
	float: left;
	font-size: 14px;
	margin: 10px 0;
	color: #999;
}

.mp3_info .items span {
	color: #333;
}

.downlode button {
	border: none;
	background: #1e49bc;
	padding: 10px 20px;
	color: #fff;
	border-radius: 10px;
	font-size: 16px;
	width: 180px;
	margin: 0 10px;
	line-height: 40px;
	cursor: pointer;
}

.downlode button i {
	color: #fff;
}

/*音乐播放页*/
@keyframes cdplay {
	from {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}